By type
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000268 Lock_time: 0.000141 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623218995;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:09:54.666451' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000406 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623218995;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:09:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001458 Lock_time: 0.001288 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623218996;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001504 Lock_time: 0.001112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623218996;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000884 Lock_time: 0.000737 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623218996;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:09:55.665767' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:09:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000507 Lock_time: 0.000358 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623218997;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:09:56.666354' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001192 Lock_time: 0.001029 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623218997;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001394 Lock_time: 0.001038 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623218997;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:09:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11832 Schema: QC_hit: No
# Query_time: 0.000223 Lock_time: 0.000128 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623218998;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11832 Schema: QC_hit: No
# Query_time: 0.000194 Lock_time: 0.000142 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623218998;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000208 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623218998;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000287 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623218998;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:09:57.665645' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000270 Lock_time: 0.000162 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623218998;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:09:57.665596' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:09:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11833 Schema: QC_hit: No
# Query_time: 0.000205 Lock_time: 0.000123 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623218999;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11833 Schema: QC_hit: No
# Query_time: 0.000230 Lock_time: 0.000175 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623218999;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000532 Lock_time: 0.000381 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623218999;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000197 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623218999;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:09:58.666168' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000226 Lock_time: 0.000072 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623218999;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:09:58.666338' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:10:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000898 Lock_time: 0.000301 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219000;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000281 Lock_time: 0.000143 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219000;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:09:59.665483' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000246 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219000;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:09:59.665473' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:10:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000352 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219001;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000225 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219001;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:00.666185' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000692 Lock_time: 0.000155 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219001;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:10:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000279 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219002;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000551 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219002;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000244 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219002;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:01.665529' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:10:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000294 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219003;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000300 Lock_time: 0.000168 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219003;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:02.666546' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000164 Lock_time: 0.000057 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219003;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:02.666061' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:10:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001417 Lock_time: 0.001248 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219004;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000713 Lock_time: 0.000541 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219004;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:03.665543' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001897 Lock_time: 0.001211 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219004;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:10:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000665 Lock_time: 0.000398 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219005;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:04.666258' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001621 Lock_time: 0.001150 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219005;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001517 Lock_time: 0.001015 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219005;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:10:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000700 Lock_time: 0.000450 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219006;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:05.66647' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000749 Lock_time: 0.000344 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219006;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:05.66669' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001884 Lock_time: 0.001183 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219006;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002260 Lock_time: 0.001199 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219006;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:10:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000629 Lock_time: 0.000251 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219007;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001519 Lock_time: 0.001381 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219007;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:06.665846' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001550 Lock_time: 0.001398 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219007;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:06.665871' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:10:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11836 Schema: QC_hit: No
# Query_time: 0.000359 Lock_time: 0.000277 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219008;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11836 Schema: QC_hit: No
# Query_time: 0.000132 Lock_time: 0.000085 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219008;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000539 Lock_time: 0.000371 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219008;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000681 Lock_time: 0.000293 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219008;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001025 Lock_time: 0.000885 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219008;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:07.666263' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001044 Lock_time: 0.000892 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219008;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:07.66619' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:10:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11837 Schema: QC_hit: No
# Query_time: 0.000146 Lock_time: 0.000086 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219009;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11837 Schema: QC_hit: No
# Query_time: 0.000142 Lock_time: 0.000094 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219009;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000282 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219009;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001407 Lock_time: 0.001291 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219009;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:08.665687' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001425 Lock_time: 0.001272 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219009;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:08.665655' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:10:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000304 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219010;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000493 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219010;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001484 Lock_time: 0.001368 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219010;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:09.666244' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:10:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001475 Lock_time: 0.001337 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219011;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:10.66693' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001914 Lock_time: 0.001752 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219011;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:10.66685' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002494 Lock_time: 0.001814 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219011;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:10:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000296 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219012;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000188 Lock_time: 0.000061 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219012;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:11.666224' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001925 Lock_time: 0.001400 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219012;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:10:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000407 Lock_time: 0.000274 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219013;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000536 Lock_time: 0.000178 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219013;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000289 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219013;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:12.666075' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:10:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000364 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219014;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:13.665608' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000271 Lock_time: 0.000139 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219014;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:13.665671' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000754 Lock_time: 0.000144 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219014;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:10:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000542 Lock_time: 0.000163 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219015;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000252 Lock_time: 0.000131 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219015;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:14.666158' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000215 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219015;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:14.666127' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:10:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001792 Lock_time: 0.001620 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219016;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001153 Lock_time: 0.000968 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219016;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:15.665468' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001185 Lock_time: 0.000976 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219016;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:15.665458' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001898 Lock_time: 0.001459 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219016;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11839 Schema: QC_hit: No
# Query_time: 0.000227 Lock_time: 0.000146 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219016;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11839 Schema: QC_hit: No
# Query_time: 0.000202 Lock_time: 0.000147 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219016;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:10:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000640 Lock_time: 0.000447 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219017;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:16.66596' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000784 Lock_time: 0.000569 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219017;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:16.665926' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001603 Lock_time: 0.001215 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219017;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:10:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11841 Schema: QC_hit: No
# Query_time: 0.000207 Lock_time: 0.000123 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219018;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11841 Schema: QC_hit: No
# Query_time: 0.000155 Lock_time: 0.000104 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219018;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000632 Lock_time: 0.000133 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219018;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001071 Lock_time: 0.000890 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219018;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:17.665558' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000938 Lock_time: 0.000782 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219018;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:17.665551' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:10:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11842 Schema: QC_hit: No
# Query_time: 0.000274 Lock_time: 0.000180 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219019;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11842 Schema: QC_hit: No
# Query_time: 0.000279 Lock_time: 0.000197 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219019;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000478 Lock_time: 0.000267 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219019;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000734 Lock_time: 0.000341 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219019;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001075 Lock_time: 0.000962 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219019;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:18.666108' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:10:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000622 Lock_time: 0.000138 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219020;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000213 Lock_time: 0.000045 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219020;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:19.665619' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000284 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219020;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:19.665577' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:10:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000354 Lock_time: 0.000142 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219021;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000578 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219021;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000214 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219021;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:20.666111' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:10:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000333 Lock_time: 0.000048 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219022;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000717 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219022;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000238 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219022;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:21.665546' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:10:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000466 Lock_time: 0.000192 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219023;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000678 Lock_time: 0.000222 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219023;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000228 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219023;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:22.666131' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:10:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000485 Lock_time: 0.000299 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219024;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000774 Lock_time: 0.000333 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219024;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000296 Lock_time: 0.000137 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219024;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:23.665471' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:10:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000310 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219025;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000942 Lock_time: 0.000419 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219025;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000280 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219025;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:24.666207' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:10:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000346 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219026;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000380 Lock_time: 0.000196 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219026;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:25.665617' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000320 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219026;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:25.66562' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:10:27
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000273 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219027;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000426 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219027;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000382 Lock_time: 0.000191 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219027;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:26.665968' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:10:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11845 Schema: QC_hit: No
# Query_time: 0.000205 Lock_time: 0.000113 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219028;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11845 Schema: QC_hit: No
# Query_time: 0.000177 Lock_time: 0.000128 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219028;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001516 Lock_time: 0.001303 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219028;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000964 Lock_time: 0.000788 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219028;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:27.665488' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000798 Lock_time: 0.000649 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219028;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:27.665464' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:10:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11846 Schema: QC_hit: No
# Query_time: 0.000246 Lock_time: 0.000146 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219029;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11846 Schema: QC_hit: No
# Query_time: 0.000151 Lock_time: 0.000103 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219029;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001206 Lock_time: 0.001023 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219029;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000905 Lock_time: 0.000772 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219029;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:28.666099' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000897 Lock_time: 0.000799 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219029;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:28.666115' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001814 Lock_time: 0.001334 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219029;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:10:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000748 Lock_time: 0.000301 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219030;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001056 Lock_time: 0.000937 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219030;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:29.665545' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001065 Lock_time: 0.000925 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219030;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:29.66548' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:10:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001249 Lock_time: 0.001073 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219031;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:30.666489' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001348 Lock_time: 0.001060 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219031;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:30.666348' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000205 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219031;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:10:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000480 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219032;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000383 Lock_time: 0.000223 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219032;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001109 Lock_time: 0.000983 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219032;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:31.665648' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:10:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000703 Lock_time: 0.000296 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219033;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000174 Lock_time: 0.000051 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219033;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:32.666467' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001362 Lock_time: 0.001260 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219033;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:32.667455' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:10:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000241 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219034;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000161 Lock_time: 0.000046 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219034;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:33.665652' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000503 Lock_time: 0.000405 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219034;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:33.665651' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:10:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000722 Lock_time: 0.000559 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219035;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000977 Lock_time: 0.000594 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219035;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000583 Lock_time: 0.000461 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219035;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:34.666599' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:10:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000573 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219036;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000296 Lock_time: 0.000167 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219036;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:35.665936' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000438 Lock_time: 0.000286 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219036;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:35.665951' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:10:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000502 Lock_time: 0.000145 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219037;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000313 Lock_time: 0.000189 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219037;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:36.666422' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000406 Lock_time: 0.000304 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219037;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:36.666416' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:10:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11849 Schema: QC_hit: No
# Query_time: 0.000221 Lock_time: 0.000128 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219038;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11849 Schema: QC_hit: No
# Query_time: 0.000152 Lock_time: 0.000107 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219038;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001622 Lock_time: 0.001448 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219038;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000896 Lock_time: 0.000722 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219038;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:37.665966' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001646 Lock_time: 0.001209 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219038;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001421 Lock_time: 0.000727 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219038;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:37.665792' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:10:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11850 Schema: QC_hit: No
# Query_time: 0.000284 Lock_time: 0.000169 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219039;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11850 Schema: QC_hit: No
# Query_time: 0.000162 Lock_time: 0.000110 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219039;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000790 Lock_time: 0.000567 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219039;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:38.666424' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000700 Lock_time: 0.000562 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219039;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:38.666393' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001463 Lock_time: 0.001083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219039;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:10:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000260 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219040;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000537 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219040;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001311 Lock_time: 0.001196 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219040;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:39.665948' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000872 Lock_time: 0.000724 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219040;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:39.666142' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:10:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000178 Lock_time: 0.000069 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219041;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000495 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219041;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000179 Lock_time: 0.000068 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219041;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:40.665729' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000301 Lock_time: 0.000141 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219041;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:40.665846' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:10:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000342 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219042;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000615 Lock_time: 0.000175 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219042;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000194 Lock_time: 0.000072 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219042;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:41.666053' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:10:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000297 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219043;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000806 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219043;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000341 Lock_time: 0.000163 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219043;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:42.665663' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:10:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000528 Lock_time: 0.000130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219044;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000238 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219044;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:43.666183' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000216 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219044;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:43.666242' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:10:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001456 Lock_time: 0.001259 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219045;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000799 Lock_time: 0.000578 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219045;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:44.665776' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000809 Lock_time: 0.000581 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219045;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:44.665645' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001734 Lock_time: 0.001249 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219045;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:10:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001431 Lock_time: 0.001267 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219046;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:45.666123' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000269 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219046;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000848 Lock_time: 0.000360 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219046;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11853 Schema: QC_hit: No
# Query_time: 0.000227 Lock_time: 0.000146 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219046;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11853 Schema: QC_hit: No
# Query_time: 0.000173 Lock_time: 0.000126 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219046;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:10:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000542 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219047;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000760 Lock_time: 0.000631 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219047;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000304 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219047;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:46.665589' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:10:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11855 Schema: QC_hit: No
# Query_time: 0.000184 Lock_time: 0.000104 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219048;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11855 Schema: QC_hit: No
# Query_time: 0.000203 Lock_time: 0.000153 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219048;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000500 Lock_time: 0.000312 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219048;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000610 Lock_time: 0.000227 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219048;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000251 Lock_time: 0.000130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219048;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:47.666226' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:10:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11856 Schema: QC_hit: No
# Query_time: 0.000248 Lock_time: 0.000163 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219049;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11856 Schema: QC_hit: No
# Query_time: 0.000198 Lock_time: 0.000140 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219049;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000268 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219049;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000341 Lock_time: 0.000165 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219049;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:48.665568' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000462 Lock_time: 0.000346 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219049;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:48.665549' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:10:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000317 Lock_time: 0.000152 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219050;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000569 Lock_time: 0.000164 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219050;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000241 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219050;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:49.66626' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:10:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001321 Lock_time: 0.001158 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219051;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000568 Lock_time: 0.000403 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219051;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:50.665884' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001892 Lock_time: 0.001457 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219051;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:10:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000765 Lock_time: 0.000594 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219052;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:51.666668' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000700 Lock_time: 0.000544 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219052;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:51.666515' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001335 Lock_time: 0.001250 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219052;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001445 Lock_time: 0.000912 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219052;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:10:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000319 Lock_time: 0.000146 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219053;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000633 Lock_time: 0.000179 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219053;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000199 Lock_time: 0.000072 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219053;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:52.665669' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:10:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000263 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219054;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000173 Lock_time: 0.000061 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219054;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:53.666285' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000975 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219054;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:10:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000289 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219055;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000524 Lock_time: 0.000138 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219055;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000199 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219055;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:54.66555' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:10:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000709 Lock_time: 0.000556 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219056;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000320 Lock_time: 0.000153 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219056;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:55.666049' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000480 Lock_time: 0.000354 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219056;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:55.666109' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:10:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000375 Lock_time: 0.000267 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219057;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000469 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219057;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000215 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219057;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:56.665764' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:10:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11859 Schema: QC_hit: No
# Query_time: 0.000243 Lock_time: 0.000139 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219058;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11859 Schema: QC_hit: No
# Query_time: 0.001713 Lock_time: 0.001655 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219058;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000324 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219058;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000179 Lock_time: 0.000064 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219058;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:57.666134' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000751 Lock_time: 0.000173 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219058;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:10:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11860 Schema: QC_hit: No
# Query_time: 0.000219 Lock_time: 0.000135 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219059;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11860 Schema: QC_hit: No
# Query_time: 0.000182 Lock_time: 0.000127 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219059;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000310 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219059;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000228 Lock_time: 0.000070 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219059;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:58.66571' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000319 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219059;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:58.665696' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:11:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000235 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219060;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219060;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:59.666099' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000366 Lock_time: 0.000250 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219060;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:10:59.666115' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:11:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000724 Lock_time: 0.000536 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219061;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:00.665614' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001222 Lock_time: 0.001028 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219061;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001648 Lock_time: 0.001177 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219061;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:11:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000835 Lock_time: 0.000633 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219062;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:01.666185' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001479 Lock_time: 0.001227 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219062;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000411 Lock_time: 0.000222 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219062;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:01.666406' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:11:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000476 Lock_time: 0.000291 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219063;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000673 Lock_time: 0.000235 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219063;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001142 Lock_time: 0.000986 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219063;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:02.665674' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001183 Lock_time: 0.001013 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219063;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:02.665505' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:11:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000339 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219064;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001540 Lock_time: 0.001422 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219064;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:03.666033' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001555 Lock_time: 0.001409 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219064;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:03.666033' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:11:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000300 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219065;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000588 Lock_time: 0.000131 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219065;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000251 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219065;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:04.665576' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:11:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000535 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219066;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000246 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219066;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:05.666421' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000244 Lock_time: 0.000072 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219066;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:05.666269' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:11:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000289 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219067;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000328 Lock_time: 0.000130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219067;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:06.665731' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000428 Lock_time: 0.000318 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219067;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:06.66556' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:11:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11864 Schema: QC_hit: No
# Query_time: 0.000261 Lock_time: 0.000166 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219068;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11864 Schema: QC_hit: No
# Query_time: 0.000181 Lock_time: 0.000132 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219068;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000306 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219068;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000604 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219068;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000268 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219068;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:07.66638' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:11:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11865 Schema: QC_hit: No
# Query_time: 0.000243 Lock_time: 0.000140 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219069;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11865 Schema: QC_hit: No
# Query_time: 0.000281 Lock_time: 0.000223 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219069;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000341 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219069;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000255 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219069;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:08.665727' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000179 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219069;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:08.665708' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:11:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000278 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219070;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000275 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219070;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:09.666145' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000286 Lock_time: 0.000130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219070;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:09.666116' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:11:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000581 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219071;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000211 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219071;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:10.669455' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000232 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219071;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:10.669332' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:11:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000309 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219072;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000923 Lock_time: 0.000788 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219072;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:11.667003' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001379 Lock_time: 0.001218 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219072;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:11.667043' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:11:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000350 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219073;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000200 Lock_time: 0.000067 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219073;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:12.666386' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000852 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219073;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:11:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000234 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219074;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:13.665817' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000201 Lock_time: 0.000063 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219074;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:13.66583' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001157 Lock_time: 0.000405 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219074;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:11:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000328 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219075;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000449 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219075;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000263 Lock_time: 0.000142 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219075;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:14.666368' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:11:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000724 Lock_time: 0.000508 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219076;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:15.665711' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000690 Lock_time: 0.000453 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219076;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:15.665738' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001638 Lock_time: 0.001167 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219076;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11867 Schema: QC_hit: No
# Query_time: 0.000267 Lock_time: 0.000146 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219076;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11867 Schema: QC_hit: No
# Query_time: 0.000161 Lock_time: 0.000110 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219076;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:11:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000754 Lock_time: 0.000527 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219077;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:16.666163' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001305 Lock_time: 0.001081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219077;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001658 Lock_time: 0.001198 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219077;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:11:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11869 Schema: QC_hit: No
# Query_time: 0.000226 Lock_time: 0.000132 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219078;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11869 Schema: QC_hit: No
# Query_time: 0.000232 Lock_time: 0.000172 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219078;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000328 Lock_time: 0.000134 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219078;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001475 Lock_time: 0.001292 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219078;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:17.665546' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001638 Lock_time: 0.001450 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219078;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:17.665546' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:11:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11870 Schema: QC_hit: No
# Query_time: 0.000243 Lock_time: 0.000158 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219079;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11870 Schema: QC_hit: No
# Query_time: 0.000206 Lock_time: 0.000158 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219079;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000470 Lock_time: 0.000285 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219079;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000678 Lock_time: 0.000303 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219079;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000265 Lock_time: 0.000143 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219079;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:18.666039' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:11:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000264 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219080;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000265 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219080;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:19.66545' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000313 Lock_time: 0.000146 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219080;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:19.66545' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:11:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000374 Lock_time: 0.000167 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219081;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000734 Lock_time: 0.000172 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219081;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000250 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219081;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:20.666113' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:11:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000281 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219082;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000436 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219082;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000263 Lock_time: 0.000149 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219082;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:21.6656' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:11:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000312 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219083;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000484 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219083;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000246 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219083;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:22.666031' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:11:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001836 Lock_time: 0.001622 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219084;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002015 Lock_time: 0.001614 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219084;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001097 Lock_time: 0.000777 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219084;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:23.665539' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:11:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000786 Lock_time: 0.000619 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219085;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:24.666022' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001503 Lock_time: 0.001333 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219085;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001597 Lock_time: 0.001220 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219085;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:11:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001700 Lock_time: 0.001469 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219086;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001064 Lock_time: 0.000841 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219086;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:25.66653' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001926 Lock_time: 0.001521 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219086;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:11:27
# User@Host: so_user[so_user] @ [10.233.71.99]
# Thread_id: 11044 Schema: camundabpmn QC_hit: No
# Query_time: 0.001021 Lock_time: 0.000433 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 356
use camundabpmn;
SET timestamp=1623219087;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 06:11:27.529'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 06:11:27.529')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'c95c66ac-c8af-11eb-9d3f-0a01556420c8'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 06:11:27.529') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000285 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
use vid_openecomp_epsdk;
SET timestamp=1623219087;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000221 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219087;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:26.665873' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000216 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219087;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:26.665897' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:11:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11873 Schema: QC_hit: No
# Query_time: 0.000211 Lock_time: 0.000114 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219088;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11873 Schema: QC_hit: No
# Query_time: 0.000134 Lock_time: 0.000084 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219088;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000370 Lock_time: 0.000167 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219088;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000531 Lock_time: 0.000172 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219088;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000206 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219088;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:27.66648' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:11:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11874 Schema: QC_hit: No
# Query_time: 0.000218 Lock_time: 0.000117 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219089;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11874 Schema: QC_hit: No
# Query_time: 0.000226 Lock_time: 0.000158 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219089;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000316 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219089;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000483 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219089;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000258 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219089;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:28.665755' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:11:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000551 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219090;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000242 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219090;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:29.666199' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000295 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219090;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:29.666329' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:11:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001433 Lock_time: 0.001220 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219091;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000750 Lock_time: 0.000503 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219091;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:30.665623' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000651 Lock_time: 0.000433 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219091;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:30.665643' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001788 Lock_time: 0.001230 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219091;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:11:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000950 Lock_time: 0.000743 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219092;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:31.666347' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001893 Lock_time: 0.001612 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219092;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000313 Lock_time: 0.000149 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219092;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:31.669277' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:11:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001249 Lock_time: 0.001066 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219093;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001641 Lock_time: 0.001440 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219093;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:32.665764' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001685 Lock_time: 0.001427 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219093;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:32.66596' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001048 Lock_time: 0.000687 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219093;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:11:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000246 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219094;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000607 Lock_time: 0.000153 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219094;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001486 Lock_time: 0.001363 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219094;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:33.666283' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001466 Lock_time: 0.001299 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219094;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:33.666282' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:11:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000278 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219095;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000540 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219095;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000292 Lock_time: 0.000136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219095;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:34.665645' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:11:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000717 Lock_time: 0.000176 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219096;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000228 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219096;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:35.666345' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000510 Lock_time: 0.000186 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219096;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:35.666225' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:11:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000517 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219097;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000425 Lock_time: 0.000301 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219097;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:36.66556' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000453 Lock_time: 0.000318 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219097;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:36.665651' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:11:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11877 Schema: QC_hit: No
# Query_time: 0.000233 Lock_time: 0.000129 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219098;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11877 Schema: QC_hit: No
# Query_time: 0.000297 Lock_time: 0.000198 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219098;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000330 Lock_time: 0.000133 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219098;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000507 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219098;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000205 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219098;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:37.666244' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:11:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11878 Schema: QC_hit: No
# Query_time: 0.000337 Lock_time: 0.000214 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219099;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11878 Schema: QC_hit: No
# Query_time: 0.000217 Lock_time: 0.000165 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219099;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000316 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219099;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000471 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219099;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000239 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219099;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:38.666206' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:11:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000289 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219100;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000278 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219100;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:39.66576' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000276 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219100;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:39.665913' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:11:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000624 Lock_time: 0.000459 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219101;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:40.665715' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000617 Lock_time: 0.000464 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219101;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:40.665488' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001232 Lock_time: 0.001034 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219101;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:11:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001406 Lock_time: 0.001220 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219102;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000459 Lock_time: 0.000297 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219102;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:41.666512' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000908 Lock_time: 0.000746 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219102;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:41.66633' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:11:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000359 Lock_time: 0.000148 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219103;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001443 Lock_time: 0.001308 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219103;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:42.665859' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001467 Lock_time: 0.001307 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219103;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:42.66571' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:11:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000723 Lock_time: 0.000182 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219104;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000878 Lock_time: 0.000750 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219104;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001243 Lock_time: 0.001085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219104;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:43.666095' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:11:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000691 Lock_time: 0.000285 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219105;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000415 Lock_time: 0.000209 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219105;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:44.665535' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000674 Lock_time: 0.000447 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219105;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:44.665717' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:11:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000255 Lock_time: 0.000058 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219106;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000344 Lock_time: 0.000228 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219106;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:45.666162' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000272 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219106;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:45.666075' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11880 Schema: QC_hit: No
# Query_time: 0.000246 Lock_time: 0.000127 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219106;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11880 Schema: QC_hit: No
# Query_time: 0.000181 Lock_time: 0.000127 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219106;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:11:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000326 Lock_time: 0.000068 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219107;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000775 Lock_time: 0.000314 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219107;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000201 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219107;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:46.665889' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:11:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11882 Schema: QC_hit: No
# Query_time: 0.000180 Lock_time: 0.000098 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219108;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11882 Schema: QC_hit: No
# Query_time: 0.000137 Lock_time: 0.000087 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219108;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000401 Lock_time: 0.000146 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219108;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001050 Lock_time: 0.000554 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219108;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000239 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219108;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:47.665883' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:11:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11883 Schema: QC_hit: No
# Query_time: 0.000250 Lock_time: 0.000180 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219109;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11883 Schema: QC_hit: No
# Query_time: 0.000165 Lock_time: 0.000114 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219109;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000257 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219109;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000453 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219109;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000168 Lock_time: 0.000061 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219109;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:48.666438' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:11:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000855 Lock_time: 0.000185 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219110;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000247 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219110;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:49.665684' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000239 Lock_time: 0.000074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219110;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:49.665709' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:11:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000703 Lock_time: 0.000221 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219111;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000154 Lock_time: 0.000048 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219111;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:50.666748' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000204 Lock_time: 0.000076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219111;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:50.66662' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:11:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000220 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219112;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:51.665884' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000874 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219112;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000193 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219112;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:51.665669' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:11:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000379 Lock_time: 0.000175 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219113;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001077 Lock_time: 0.000548 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219113;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000339 Lock_time: 0.000153 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219113;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:52.666687' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000406 Lock_time: 0.000151 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219113;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:52.666562' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:11:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001200 Lock_time: 0.001036 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219114;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000622 Lock_time: 0.000461 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219114;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:53.665697' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001506 Lock_time: 0.001075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219114;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:11:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000726 Lock_time: 0.000502 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219115;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:54.666215' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000680 Lock_time: 0.000475 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219115;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:54.666568' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001685 Lock_time: 0.001220 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219115;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:11:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000290 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219116;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000264 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219116;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:55.665503' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001467 Lock_time: 0.001347 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219116;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:55.665511' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:11:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000513 Lock_time: 0.000331 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219117;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000940 Lock_time: 0.000584 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219117;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001187 Lock_time: 0.001071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219117;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:56.666102' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:11:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11886 Schema: QC_hit: No
# Query_time: 0.000218 Lock_time: 0.000137 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219118;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11886 Schema: QC_hit: No
# Query_time: 0.000184 Lock_time: 0.000137 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219118;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000277 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219118;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000313 Lock_time: 0.000150 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219118;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:57.665525' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000561 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219118;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:57.665523' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:11:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11887 Schema: QC_hit: No
# Query_time: 0.000264 Lock_time: 0.000138 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219119;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11887 Schema: QC_hit: No
# Query_time: 0.000187 Lock_time: 0.000134 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219119;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001120 Lock_time: 0.000950 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219119;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000526 Lock_time: 0.000347 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219119;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:58.667352' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000529 Lock_time: 0.000346 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219119;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:58.667375' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001387 Lock_time: 0.000996 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219119;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:12:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000350 Lock_time: 0.000130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219120;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000204 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219120;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:59.665851' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001188 Lock_time: 0.001064 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219120;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:11:59.665882' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:12:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000498 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219121;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000335 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219121;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:00.666184' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000301 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219121;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:00.666396' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:12:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000238 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219122;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000250 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219122;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:01.665672' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000287 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219122;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:01.665719' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:12:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000280 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219123;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000247 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219123;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:02.666221' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000198 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219123;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:02.666265' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:12:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000262 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219124;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000361 Lock_time: 0.000236 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219124;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:03.665611' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000740 Lock_time: 0.000634 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219124;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:03.665787' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:12:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000707 Lock_time: 0.000496 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219125;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000215 Lock_time: 0.000066 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219125;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:04.666348' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000184 Lock_time: 0.000066 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219125;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:04.666484' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:12:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001490 Lock_time: 0.001310 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219126;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000938 Lock_time: 0.000763 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219126;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:05.665852' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000890 Lock_time: 0.000706 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219126;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:05.665876' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:12:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.003125 Lock_time: 0.002976 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219127;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002357 Lock_time: 0.002196 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219127;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:06.666379' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.003462 Lock_time: 0.002991 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219127;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002746 Lock_time: 0.002162 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219127;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:06.666443' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:12:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11890 Schema: QC_hit: No
# Query_time: 0.000236 Lock_time: 0.000143 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219128;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11890 Schema: QC_hit: No
# Query_time: 0.000402 Lock_time: 0.000330 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219128;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000365 Lock_time: 0.000151 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219128;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001200 Lock_time: 0.001072 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219128;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:07.66564' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001248 Lock_time: 0.001087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219128;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:07.665659' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:12:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11891 Schema: QC_hit: No
# Query_time: 0.000249 Lock_time: 0.000153 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219129;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11891 Schema: QC_hit: No
# Query_time: 0.000289 Lock_time: 0.000212 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219129;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000281 Lock_time: 0.000131 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219129;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000522 Lock_time: 0.000134 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219129;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001417 Lock_time: 0.001299 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219129;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:08.666258' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001128 Lock_time: 0.000970 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219129;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:08.666344' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:12:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000575 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219130;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000284 Lock_time: 0.000144 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219130;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:09.665718' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000245 Lock_time: 0.000073 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219130;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:09.665672' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:12:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000576 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219131;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000204 Lock_time: 0.000064 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219131;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:10.665525' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000205 Lock_time: 0.000069 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219131;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:10.665553' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:12:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000284 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219132;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000668 Lock_time: 0.000235 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219132;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000207 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219132;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:11.667166' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:12:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000651 Lock_time: 0.000179 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219133;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000285 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219133;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:12.665659' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000291 Lock_time: 0.000146 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219133;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:12.665619' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:12:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000889 Lock_time: 0.000294 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219134;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000308 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219134;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:13.666569' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000298 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219134;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:13.666426' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:12:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001715 Lock_time: 0.001554 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219135;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001095 Lock_time: 0.000890 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219135;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:14.665564' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001109 Lock_time: 0.000911 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219135;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:14.665727' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002004 Lock_time: 0.001561 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219135;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:12:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000987 Lock_time: 0.000765 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219136;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:15.66635' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001717 Lock_time: 0.001459 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219136;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000955 Lock_time: 0.000766 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219136;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:15.666138' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11893 Schema: QC_hit: No
# Query_time: 0.000287 Lock_time: 0.000189 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219136;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11893 Schema: QC_hit: No
# Query_time: 0.000166 Lock_time: 0.000121 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219136;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:12:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219137;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000241 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219137;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:16.665699' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000202 Lock_time: 0.000054 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219137;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:16.665559' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:12:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11895 Schema: QC_hit: No
# Query_time: 0.000202 Lock_time: 0.000118 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219138;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11895 Schema: QC_hit: No
# Query_time: 0.000161 Lock_time: 0.000114 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219138;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000281 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219138;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000664 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219138;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000184 Lock_time: 0.000070 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219138;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:17.666294' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001128 Lock_time: 0.001025 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219138;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:17.666134' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:12:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11896 Schema: QC_hit: No
# Query_time: 0.000251 Lock_time: 0.000141 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219139;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11896 Schema: QC_hit: No
# Query_time: 0.000194 Lock_time: 0.000144 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219139;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000453 Lock_time: 0.000286 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219139;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000337 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219139;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:18.665632' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000309 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219139;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:18.665514' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:12:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000566 Lock_time: 0.000143 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219140;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000345 Lock_time: 0.000191 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219140;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:19.666093' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000384 Lock_time: 0.000258 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219140;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:19.666039' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:12:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000506 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219141;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000293 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219141;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:20.665707' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000459 Lock_time: 0.000324 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219141;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:20.665819' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:12:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000631 Lock_time: 0.000176 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219142;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000449 Lock_time: 0.000215 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219142;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:21.666582' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000903 Lock_time: 0.000676 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219142;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:21.666533' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:12:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000304 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219143;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000231 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219143;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:22.665594' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000258 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219143;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:22.665745' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:12:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000278 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219144;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000247 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219144;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:23.666247' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000967 Lock_time: 0.000156 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219144;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:12:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001371 Lock_time: 0.001196 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219145;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000849 Lock_time: 0.000657 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219145;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:24.66558' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000819 Lock_time: 0.000642 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219145;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:24.665565' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001556 Lock_time: 0.001205 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219145;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:12:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000712 Lock_time: 0.000438 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219146;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:25.666118' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000683 Lock_time: 0.000413 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219146;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:25.66607' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001773 Lock_time: 0.001321 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219146;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:12:27
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000326 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219147;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000651 Lock_time: 0.000142 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219147;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001658 Lock_time: 0.001537 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219147;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:26.665611' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001631 Lock_time: 0.001509 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219147;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:26.665565' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:12:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11900 Schema: QC_hit: No
# Query_time: 0.000215 Lock_time: 0.000128 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219148;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11900 Schema: QC_hit: No
# Query_time: 0.000173 Lock_time: 0.000124 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219148;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000285 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219148;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001185 Lock_time: 0.001018 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219148;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:27.666138' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001131 Lock_time: 0.000966 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219148;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:27.666138' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:12:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11901 Schema: QC_hit: No
# Query_time: 0.000195 Lock_time: 0.000113 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219149;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11901 Schema: QC_hit: No
# Query_time: 0.000167 Lock_time: 0.000120 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219149;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000269 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219149;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000221 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219149;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:28.66552' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000314 Lock_time: 0.000175 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219149;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:28.66552' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:12:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000347 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219150;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000210 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219150;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:29.666099' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000185 Lock_time: 0.000068 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219150;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:29.666056' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:12:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000279 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219151;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000455 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219151;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000295 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219151;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:30.665976' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:12:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000275 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219152;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000211 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219152;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:31.666219' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000361 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219152;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:31.666076' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:12:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000595 Lock_time: 0.000370 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219153;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000235 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219153;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:32.6656' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219153;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:32.665884' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:12:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000323 Lock_time: 0.000134 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219154;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000641 Lock_time: 0.000179 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219154;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000248 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219154;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:33.666299' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:12:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000223 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219155;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000511 Lock_time: 0.000142 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219155;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000411 Lock_time: 0.000225 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219155;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:34.665603' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:12:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000266 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219156;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000489 Lock_time: 0.000143 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219156;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000395 Lock_time: 0.000286 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219156;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:35.666188' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:12:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000558 Lock_time: 0.000383 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219157;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:36.665705' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001138 Lock_time: 0.000965 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219157;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001526 Lock_time: 0.001013 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219157;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:12:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11905 Schema: QC_hit: No
# Query_time: 0.000270 Lock_time: 0.000143 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219158;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11905 Schema: QC_hit: No
# Query_time: 0.000172 Lock_time: 0.000125 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219158;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001300 Lock_time: 0.001135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219158;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000749 Lock_time: 0.000544 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219158;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:37.666449' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001954 Lock_time: 0.001501 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219158;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:12:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11906 Schema: QC_hit: No
# Query_time: 0.000249 Lock_time: 0.000143 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219159;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11906 Schema: QC_hit: No
# Query_time: 0.000198 Lock_time: 0.000143 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219159;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000261 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219159;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000198 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219159;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:38.665788' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001260 Lock_time: 0.001151 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219159;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:38.665756' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:12:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000492 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219160;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000192 Lock_time: 0.000059 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219160;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:39.666707' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001939 Lock_time: 0.001837 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219160;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:39.66657' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:12:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000517 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219161;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000331 Lock_time: 0.000145 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219161;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:40.666416' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000475 Lock_time: 0.000377 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219161;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:40.665922' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:12:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001350 Lock_time: 0.001198 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219162;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:41.666483' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001349 Lock_time: 0.001071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219162;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:41.666432' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001882 Lock_time: 0.001467 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219162;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:12:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000425 Lock_time: 0.000285 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219163;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000590 Lock_time: 0.000139 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219163;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000200 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219163;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:42.665867' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:12:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000576 Lock_time: 0.000174 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219164;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000239 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219164;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:43.666413' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000309 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219164;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:43.666582' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:12:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001580 Lock_time: 0.001411 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219165;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000857 Lock_time: 0.000709 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219165;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:44.665761' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000876 Lock_time: 0.000683 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219165;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:44.665736' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001858 Lock_time: 0.001423 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219165;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:12:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000496 Lock_time: 0.000287 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219166;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:45.666243' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001310 Lock_time: 0.001048 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219166;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001664 Lock_time: 0.001074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219166;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11908 Schema: QC_hit: No
# Query_time: 0.000253 Lock_time: 0.000170 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219166;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11908 Schema: QC_hit: No
# Query_time: 0.000195 Lock_time: 0.000144 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219166;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:12:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000267 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219167;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000269 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219167;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:46.665555' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000660 Lock_time: 0.000490 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219167;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:46.665619' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:12:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11910 Schema: QC_hit: No
# Query_time: 0.000194 Lock_time: 0.000114 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219168;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11910 Schema: QC_hit: No
# Query_time: 0.000196 Lock_time: 0.000141 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219168;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000309 Lock_time: 0.000158 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219168;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000634 Lock_time: 0.000190 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219168;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000191 Lock_time: 0.000074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219168;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:47.666349' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:12:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11911 Schema: QC_hit: No
# Query_time: 0.000245 Lock_time: 0.000161 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219169;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11911 Schema: QC_hit: No
# Query_time: 0.000140 Lock_time: 0.000095 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219169;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000260 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219169;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000481 Lock_time: 0.000151 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219169;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000264 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219169;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:48.666689' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:12:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000685 Lock_time: 0.000144 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219170;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000230 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219170;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:49.665813' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000361 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219170;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:49.665783' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:12:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000453 Lock_time: 0.000272 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219171;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000710 Lock_time: 0.000415 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219171;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000290 Lock_time: 0.000063 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219171;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:50.666991' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:12:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000289 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219172;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000228 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219172;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:51.665998' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000520 Lock_time: 0.000212 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219172;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:51.66577' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:12:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000277 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219173;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000240 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219173;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:52.666183' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000459 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219173;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:52.666035' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:12:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000227 Lock_time: 0.000066 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219174;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000167 Lock_time: 0.000054 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219174;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:53.665896' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000206 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219174;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:53.665684' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:12:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000236 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219175;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000583 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219175;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000283 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219175;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:54.666213' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:12:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000491 Lock_time: 0.000280 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219176;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:55.665552' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000486 Lock_time: 0.000252 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219176;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:55.665535' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001531 Lock_time: 0.001079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219176;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:12:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001044 Lock_time: 0.000843 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219177;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000464 Lock_time: 0.000270 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219177;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:56.666231' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001379 Lock_time: 0.000957 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219177;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:12:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11915 Schema: QC_hit: No
# Query_time: 0.000201 Lock_time: 0.000120 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219178;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11915 Schema: QC_hit: No
# Query_time: 0.000231 Lock_time: 0.000166 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219178;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000263 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219178;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001549 Lock_time: 0.001423 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219178;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:57.665567' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001699 Lock_time: 0.001465 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219178;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:57.66559' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:12:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11916 Schema: QC_hit: No
# Query_time: 0.000252 Lock_time: 0.000174 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219179;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11916 Schema: QC_hit: No
# Query_time: 0.000159 Lock_time: 0.000111 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219179;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000532 Lock_time: 0.000150 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219179;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001137 Lock_time: 0.000994 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219179;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:58.666487' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000936 Lock_time: 0.000737 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219179;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:58.666219' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:13:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000406 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219180;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000700 Lock_time: 0.000133 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219180;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000212 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219180;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:12:59.665664' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:13:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000615 Lock_time: 0.000209 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219181;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000293 Lock_time: 0.000175 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219181;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:00.66643' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000224 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219181;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:00.666211' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:13:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000346 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219182;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000284 Lock_time: 0.000138 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219182;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:01.665642' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000242 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219182;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:01.665628' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:13:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000309 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219183;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000178 Lock_time: 0.000064 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219183;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:02.666352' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000269 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219183;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:02.666143' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:13:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000278 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219184;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000188 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219184;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:03.66559' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000335 Lock_time: 0.000178 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219184;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:03.665657' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:13:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000402 Lock_time: 0.000228 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219185;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000833 Lock_time: 0.000260 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219185;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000241 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219185;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:04.666206' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000220 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219185;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:04.666412' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:13:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001606 Lock_time: 0.001434 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219186;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000958 Lock_time: 0.000790 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219186;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:05.665612' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001150 Lock_time: 0.000772 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219186;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:05.665603' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:13:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000682 Lock_time: 0.000519 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219187;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:06.666359' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000752 Lock_time: 0.000508 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219187;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:06.666201' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001301 Lock_time: 0.000962 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219187;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:13:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11921 Schema: QC_hit: No
# Query_time: 0.000269 Lock_time: 0.000160 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219188;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11921 Schema: QC_hit: No
# Query_time: 0.000188 Lock_time: 0.000132 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219188;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000325 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219188;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000671 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219188;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001241 Lock_time: 0.001117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219188;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:07.665503' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:13:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11922 Schema: QC_hit: No
# Query_time: 0.000166 Lock_time: 0.000107 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219189;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11922 Schema: QC_hit: No
# Query_time: 0.000194 Lock_time: 0.000142 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219189;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000578 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219189;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001334 Lock_time: 0.001186 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219189;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:08.666248' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001340 Lock_time: 0.001129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219189;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:08.666071' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:13:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000630 Lock_time: 0.000145 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219190;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000288 Lock_time: 0.000139 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219190;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:09.665667' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001473 Lock_time: 0.001229 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219190;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:09.665722' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:13:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000690 Lock_time: 0.000245 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219191;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001104 Lock_time: 0.000980 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219191;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:10.666108' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000999 Lock_time: 0.000859 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219191;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:10.666361' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:13:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000277 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219192;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001218 Lock_time: 0.001100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219192;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:11.665527' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001340 Lock_time: 0.001110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219192;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:11.665568' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:13:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000456 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219193;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000331 Lock_time: 0.000186 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219193;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:12.665992' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000457 Lock_time: 0.000214 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219193;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:12.666139' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:13:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000402 Lock_time: 0.000143 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219194;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000622 Lock_time: 0.000192 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219194;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000399 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219194;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:13.665612' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:13:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000612 Lock_time: 0.000215 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219195;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000385 Lock_time: 0.000167 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219195;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:14.666062' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000179 Lock_time: 0.000070 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219195;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:14.666239' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:13:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000301 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219196;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000540 Lock_time: 0.000130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219196;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000181 Lock_time: 0.000066 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219196;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:15.665501' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11926 Schema: QC_hit: No
# Query_time: 0.000251 Lock_time: 0.000152 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219196;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11926 Schema: QC_hit: No
# Query_time: 0.000200 Lock_time: 0.000142 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219196;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:13:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000292 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219197;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000216 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219197;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:16.66613' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000224 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219197;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:16.666098' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:13:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11929 Schema: QC_hit: No
# Query_time: 0.000250 Lock_time: 0.000155 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219198;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11929 Schema: QC_hit: No
# Query_time: 0.000185 Lock_time: 0.000133 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219198;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000750 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219198;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000215 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219198;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:17.665557' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000332 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219198;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:17.665527' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:13:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11930 Schema: QC_hit: No
# Query_time: 0.000195 Lock_time: 0.000115 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219199;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11930 Schema: QC_hit: No
# Query_time: 0.000119 Lock_time: 0.000077 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219199;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000326 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219199;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000530 Lock_time: 0.000143 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219199;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000198 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219199;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:18.669486' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:13:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000268 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219200;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000249 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219200;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:19.666799' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000269 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219200;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:19.666633' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:13:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000557 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219201;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000261 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219201;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:20.666048' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000283 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219201;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:20.66607' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:13:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000778 Lock_time: 0.000567 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219202;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:21.66563' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000734 Lock_time: 0.000532 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219202;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:21.665578' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001717 Lock_time: 0.001235 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219202;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:13:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000808 Lock_time: 0.000629 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219203;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:22.666075' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000555 Lock_time: 0.000379 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219203;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:22.666204' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001667 Lock_time: 0.001255 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219203;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:13:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000334 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219204;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000596 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219204;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001524 Lock_time: 0.001398 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219204;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:23.665615' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:13:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001743 Lock_time: 0.001504 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219205;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001125 Lock_time: 0.000895 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219205;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:24.66609' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001928 Lock_time: 0.001512 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219205;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:13:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000514 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219206;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000302 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219206;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:25.665536' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001887 Lock_time: 0.001756 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219206;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:25.665474' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:13:27
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000375 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219207;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000599 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219207;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000983 Lock_time: 0.000869 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219207;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:26.666185' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:13:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11933 Schema: QC_hit: No
# Query_time: 0.000173 Lock_time: 0.000094 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219208;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11933 Schema: QC_hit: No
# Query_time: 0.000164 Lock_time: 0.000105 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219208;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000563 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219208;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000240 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219208;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:27.665618' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000209 Lock_time: 0.000072 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219208;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:13:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11934 Schema: QC_hit: No
# Query_time: 0.000273 Lock_time: 0.000159 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219209;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11934 Schema: QC_hit: No
# Query_time: 0.000204 Lock_time: 0.000143 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219209;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000550 Lock_time: 0.000153 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219209;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000692 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219209;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000182 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219209;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:28.666293' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:13:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000411 Lock_time: 0.000271 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219210;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000207 Lock_time: 0.000057 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219210;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:29.66558' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000186 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219210;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:29.665569' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:13:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000275 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219211;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000174 Lock_time: 0.000060 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219211;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:30.666271' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000738 Lock_time: 0.000364 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219211;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000174 Lock_time: 0.000069 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219211;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:30.666402' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:13:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001178 Lock_time: 0.001017 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219212;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:31.665484' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000955 Lock_time: 0.000797 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219212;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:31.665645' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001720 Lock_time: 0.001189 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219212;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:13:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001311 Lock_time: 0.001186 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219213;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:32.666019' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001019 Lock_time: 0.000866 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219213;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:32.666619' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001382 Lock_time: 0.001217 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219213;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:13:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000255 Lock_time: 0.000050 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219214;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000517 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219214;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000253 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219214;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:33.665546' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:13:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000497 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219215;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000255 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219215;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:34.666217' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000301 Lock_time: 0.000134 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219215;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:34.666025' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:13:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000421 Lock_time: 0.000249 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219216;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000900 Lock_time: 0.000434 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219216;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000811 Lock_time: 0.000638 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219216;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:35.665664' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:13:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000842 Lock_time: 0.000712 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219217;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:36.666582' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001569 Lock_time: 0.001426 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219217;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000918 Lock_time: 0.000792 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219217;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:36.666572' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:13:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11939 Schema: QC_hit: No
# Query_time: 0.000279 Lock_time: 0.000166 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219218;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11939 Schema: QC_hit: No
# Query_time: 0.000375 Lock_time: 0.000227 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219218;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000274 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219218;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000259 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219218;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:37.665674' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000322 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219218;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:37.665666' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:13:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11940 Schema: QC_hit: No
# Query_time: 0.000226 Lock_time: 0.000124 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219219;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11940 Schema: QC_hit: No
# Query_time: 0.000153 Lock_time: 0.000106 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219219;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000521 Lock_time: 0.000133 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219219;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000169 Lock_time: 0.000059 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219219;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000450 Lock_time: 0.000326 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219219;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:38.666692' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000500 Lock_time: 0.000344 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219219;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:38.666478' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:13:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000290 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219220;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000211 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219220;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:39.665796' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000271 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219220;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:39.665796' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:13:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000242 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219221;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000399 Lock_time: 0.000074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219221;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000227 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219221;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:40.666351' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:13:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000916 Lock_time: 0.000736 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219222;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:41.665767' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001582 Lock_time: 0.001402 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219222;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000952 Lock_time: 0.000731 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219222;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:41.665767' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:13:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001337 Lock_time: 0.001140 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219223;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000935 Lock_time: 0.000682 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219223;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:42.666374' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000916 Lock_time: 0.000685 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219223;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:42.666371' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:13:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000344 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219224;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001874 Lock_time: 0.001757 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219224;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:43.66574' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001965 Lock_time: 0.001793 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219224;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:43.665932' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:13:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000306 Lock_time: 0.000139 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219225;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000522 Lock_time: 0.000155 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219225;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000221 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219225;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:44.666196' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000219 Lock_time: 0.000058 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219225;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:44.666451' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:13:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000596 Lock_time: 0.000442 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219226;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000235 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219226;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:45.665553' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000223 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219226;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:45.665687' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11944 Schema: QC_hit: No
# Query_time: 0.000202 Lock_time: 0.000122 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219226;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11944 Schema: QC_hit: No
# Query_time: 0.000203 Lock_time: 0.000153 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219226;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:13:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000254 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219227;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000219 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219227;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:46.666192' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000252 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219227;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:46.666444' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:13:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11946 Schema: QC_hit: No
# Query_time: 0.000232 Lock_time: 0.000135 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219228;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11946 Schema: QC_hit: No
# Query_time: 0.000193 Lock_time: 0.000129 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219228;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000862 Lock_time: 0.000650 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219228;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:47.665572' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000681 Lock_time: 0.000476 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219228;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:47.6658' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001797 Lock_time: 0.001302 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219228;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:13:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11948 Schema: QC_hit: No
# Query_time: 0.000243 Lock_time: 0.000156 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219229;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11948 Schema: QC_hit: No
# Query_time: 0.000176 Lock_time: 0.000127 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219229;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000784 Lock_time: 0.000561 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219229;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:48.666433' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000681 Lock_time: 0.000440 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219229;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:48.66618' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001991 Lock_time: 0.001310 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219229;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:13:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000298 Lock_time: 0.000136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219230;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000816 Lock_time: 0.000702 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219230;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:49.665666' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001371 Lock_time: 0.001213 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219230;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:49.665662' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:13:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000289 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219231;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000560 Lock_time: 0.000161 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219231;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001230 Lock_time: 0.001081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219231;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:50.666231' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:13:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000502 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219232;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000654 Lock_time: 0.000231 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219232;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000190 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219232;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:51.666025' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:13:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000263 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219233;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000830 Lock_time: 0.000436 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219233;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000273 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219233;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:52.666408' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001232 Lock_time: 0.001126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219233;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:52.66642' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:13:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000276 Lock_time: 0.000074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219234;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000406 Lock_time: 0.000252 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219234;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:53.665963' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000451 Lock_time: 0.000248 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219234;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:53.665781' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:13:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000246 Lock_time: 0.000073 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219235;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000794 Lock_time: 0.000418 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219235;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000183 Lock_time: 0.000074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219235;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:54.666397' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:13:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000332 Lock_time: 0.000139 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219236;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000309 Lock_time: 0.000190 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219236;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:55.665845' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000387 Lock_time: 0.000286 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219236;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:55.66578' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:13:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000482 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219237;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000158 Lock_time: 0.000072 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219237;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000233 Lock_time: 0.000076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219237;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:56.666743' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:13:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11951 Schema: QC_hit: No
# Query_time: 0.000229 Lock_time: 0.000138 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219238;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11951 Schema: QC_hit: No
# Query_time: 0.000230 Lock_time: 0.000152 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219238;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001740 Lock_time: 0.001556 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219238;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:57.666219' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002059 Lock_time: 0.001886 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219238;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:57.665946' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002519 Lock_time: 0.002321 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219238;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:13:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11952 Schema: QC_hit: No
# Query_time: 0.000236 Lock_time: 0.000126 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219239;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11952 Schema: QC_hit: No
# Query_time: 0.000122 Lock_time: 0.000079 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219239;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000590 Lock_time: 0.000462 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219239;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:58.666656' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000676 Lock_time: 0.000473 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219239;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:58.666442' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001636 Lock_time: 0.001140 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219239;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:14:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000618 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219240;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001495 Lock_time: 0.001368 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219240;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:59.665965' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001596 Lock_time: 0.001448 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219240;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:13:59.665975' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:14:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000679 Lock_time: 0.000466 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219241;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:00.666416' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000663 Lock_time: 0.000453 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219241;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:00.666404' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001481 Lock_time: 0.001199 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219241;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001791 Lock_time: 0.001211 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219241;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:14:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000567 Lock_time: 0.000153 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219242;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000254 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219242;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:01.666029' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001137 Lock_time: 0.000971 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219242;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:01.666019' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:14:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000362 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219243;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000511 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219243;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001368 Lock_time: 0.001154 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219243;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:02.666301' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:14:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000326 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219244;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000219 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219244;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:03.665634' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000314 Lock_time: 0.000147 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219244;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:03.66579' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:14:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000247 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219245;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000566 Lock_time: 0.000136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219245;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000368 Lock_time: 0.000177 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219245;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:04.666114' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:14:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000441 Lock_time: 0.000266 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219246;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000835 Lock_time: 0.000356 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219246;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000245 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219246;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:05.665643' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:14:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000548 Lock_time: 0.000149 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219247;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000272 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219247;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:06.666097' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000248 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219247;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:06.666044' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:14:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11957 Schema: QC_hit: No
# Query_time: 0.000228 Lock_time: 0.000143 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219248;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11957 Schema: QC_hit: No
# Query_time: 0.000144 Lock_time: 0.000095 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219248;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001375 Lock_time: 0.001205 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219248;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000257 Lock_time: 0.000073 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219248;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:07.665676' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001714 Lock_time: 0.001151 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219248;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:14:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11958 Schema: QC_hit: No
# Query_time: 0.000240 Lock_time: 0.000144 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219249;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11958 Schema: QC_hit: No
# Query_time: 0.000204 Lock_time: 0.000145 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219249;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001354 Lock_time: 0.001207 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219249;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000799 Lock_time: 0.000655 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219249;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:08.665945' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000827 Lock_time: 0.000673 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219249;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:08.666197' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:14:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000168 Lock_time: 0.000063 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219250;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000479 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219250;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001020 Lock_time: 0.000915 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219250;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:09.665451' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:14:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000453 Lock_time: 0.000276 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219251;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:10.666024' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001195 Lock_time: 0.001050 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219251;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000588 Lock_time: 0.000487 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219251;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:10.666155' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:14:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.007513 Lock_time: 0.007316 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219252;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:11.666779' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.008400 Lock_time: 0.008013 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219252;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000179 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219252;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.008995 Lock_time: 0.008418 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219252;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:11.666601' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:14:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000379 Lock_time: 0.000163 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219253;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001616 Lock_time: 0.001445 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219253;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:12.666055' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001559 Lock_time: 0.001397 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219253;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:12.666185' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:14:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000292 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219254;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000465 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219254;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000261 Lock_time: 0.000134 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219254;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:13.665653' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:14:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000289 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219255;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000549 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219255;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000237 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219255;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:14.665939' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:14:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000438 Lock_time: 0.000289 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219256;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000812 Lock_time: 0.000320 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219256;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000188 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219256;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:15.666794' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11961 Schema: QC_hit: No
# Query_time: 0.000181 Lock_time: 0.000102 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219256;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11961 Schema: QC_hit: No
# Query_time: 0.000144 Lock_time: 0.000085 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219256;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:14:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000538 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219257;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000237 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219257;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:16.666082' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000208 Lock_time: 0.000059 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219257;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:16.666236' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:14:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11963 Schema: QC_hit: No
# Query_time: 0.000194 Lock_time: 0.000114 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219258;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11963 Schema: QC_hit: No
# Query_time: 0.000181 Lock_time: 0.000131 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219258;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000342 Lock_time: 0.000175 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219258;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000252 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219258;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:17.665626' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000302 Lock_time: 0.000131 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219258;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:17.665582' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:14:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11964 Schema: QC_hit: No
# Query_time: 0.000207 Lock_time: 0.000111 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219259;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11964 Schema: QC_hit: No
# Query_time: 0.000173 Lock_time: 0.000128 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219259;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000224 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219259;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:18.668672' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000969 Lock_time: 0.000543 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219259;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000216 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219259;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:18.66854' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:14:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000213 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219260;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:19.66611' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000542 Lock_time: 0.000152 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219260;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000223 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219260;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:19.666129' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:14:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000287 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219261;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000610 Lock_time: 0.000133 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219261;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000248 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219261;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:20.665947' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:14:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000539 Lock_time: 0.000153 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219262;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000261 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219262;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:21.667982' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000283 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219262;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:21.668191' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:14:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000537 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219263;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001599 Lock_time: 0.001484 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219263;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:22.66639' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001651 Lock_time: 0.001481 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219263;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:22.666556' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:14:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000928 Lock_time: 0.000782 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219264;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000551 Lock_time: 0.000442 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219264;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:23.665935' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001189 Lock_time: 0.000796 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219264;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:14:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000730 Lock_time: 0.000546 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219265;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:24.666224' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001347 Lock_time: 0.001164 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219265;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000435 Lock_time: 0.000177 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219265;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:24.666192' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001727 Lock_time: 0.001168 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219265;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:14:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000257 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219266;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000371 Lock_time: 0.000248 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219266;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:25.665674' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000445 Lock_time: 0.000264 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219266;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:25.665599' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:14:27
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000572 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219267;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000926 Lock_time: 0.000763 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219267;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000602 Lock_time: 0.000433 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219267;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:26.666071' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:14:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11970 Schema: QC_hit: No
# Query_time: 0.000223 Lock_time: 0.000128 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219268;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11970 Schema: QC_hit: No
# Query_time: 0.000197 Lock_time: 0.000118 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219268;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001405 Lock_time: 0.001248 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219268;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000809 Lock_time: 0.000621 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219268;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:27.665798' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001675 Lock_time: 0.001285 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219268;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:14:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11971 Schema: QC_hit: No
# Query_time: 0.000209 Lock_time: 0.000105 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219269;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11971 Schema: QC_hit: No
# Query_time: 0.000119 Lock_time: 0.000075 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219269;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001669 Lock_time: 0.001223 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219269;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001352 Lock_time: 0.001212 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219269;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:28.666404' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001378 Lock_time: 0.001217 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219269;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:28.666785' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:14:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000292 Lock_time: 0.000076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219270;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000691 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219270;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001522 Lock_time: 0.001400 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219270;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:29.666015' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001483 Lock_time: 0.001372 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219270;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:29.665884' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:14:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001509 Lock_time: 0.001342 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219271;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000680 Lock_time: 0.000431 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219271;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:30.666442' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000852 Lock_time: 0.000577 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219271;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:30.666443' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001640 Lock_time: 0.001230 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219271;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:14:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000236 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219272;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000270 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219272;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:31.665875' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000248 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219272;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:31.665854' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:14:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000504 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219273;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000213 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219273;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:32.666358' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000344 Lock_time: 0.000186 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219273;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:32.666395' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:14:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000331 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219274;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000798 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219274;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000204 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219274;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:33.665806' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000200 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219274;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:33.665766' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:14:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000344 Lock_time: 0.000142 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219275;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000664 Lock_time: 0.000144 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219275;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000239 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219275;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:34.6662' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000331 Lock_time: 0.000160 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219275;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:34.666172' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:14:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001431 Lock_time: 0.001174 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219276;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000756 Lock_time: 0.000499 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219276;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:35.665654' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001651 Lock_time: 0.000949 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219276;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:14:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000515 Lock_time: 0.000371 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219277;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:36.666105' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001171 Lock_time: 0.001023 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219277;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000508 Lock_time: 0.000358 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219277;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:36.666135' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:14:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11975 Schema: QC_hit: No
# Query_time: 0.000229 Lock_time: 0.000127 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219278;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11975 Schema: QC_hit: No
# Query_time: 0.000202 Lock_time: 0.000152 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219278;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000608 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219278;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001479 Lock_time: 0.001355 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219278;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:37.665637' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001542 Lock_time: 0.001364 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219278;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:37.665682' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:14:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11976 Schema: QC_hit: No
# Query_time: 0.000298 Lock_time: 0.000168 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219279;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11976 Schema: QC_hit: No
# Query_time: 0.000165 Lock_time: 0.000116 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219279;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001387 Lock_time: 0.001220 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219279;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000716 Lock_time: 0.000494 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219279;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:38.667501' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000657 Lock_time: 0.000491 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219279;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:38.667482' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:14:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000290 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219280;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000199 Lock_time: 0.000067 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219280;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:39.666216' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000237 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219280;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:39.666214' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:14:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000509 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219281;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000225 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219281;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:40.665722' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000324 Lock_time: 0.000141 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219281;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:40.665665' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:14:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000276 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219282;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000471 Lock_time: 0.000136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219282;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000226 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219282;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:41.666181' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:14:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001544 Lock_time: 0.001380 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219283;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000724 Lock_time: 0.000546 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219283;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:42.665656' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000736 Lock_time: 0.000568 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219283;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:42.665677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:14:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001919 Lock_time: 0.001745 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219284;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:43.666083' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000886 Lock_time: 0.000684 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219284;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:43.66624' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000491 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219284;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:14:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000527 Lock_time: 0.000140 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219285;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000257 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219285;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:44.665587' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000243 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219285;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:44.665521' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:14:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000278 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219286;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000948 Lock_time: 0.000829 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219286;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:45.666028' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001057 Lock_time: 0.000871 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219286;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:45.666165' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11979 Schema: QC_hit: No
# Query_time: 0.000263 Lock_time: 0.000166 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219286;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11979 Schema: QC_hit: No
# Query_time: 0.000109 Lock_time: 0.000066 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219286;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:14:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000294 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219287;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000521 Lock_time: 0.000146 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219287;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000206 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219287;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:46.665524' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:14:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11981 Schema: QC_hit: No
# Query_time: 0.000252 Lock_time: 0.000123 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219288;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11981 Schema: QC_hit: No
# Query_time: 0.000145 Lock_time: 0.000097 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219288;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000331 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219288;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000827 Lock_time: 0.000147 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219288;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000520 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219288;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:47.666306' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:14:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11982 Schema: QC_hit: No
# Query_time: 0.000228 Lock_time: 0.000169 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219289;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11982 Schema: QC_hit: No
# Query_time: 0.000173 Lock_time: 0.000124 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219289;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000282 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219289;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000352 Lock_time: 0.000225 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219289;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:48.665673' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000471 Lock_time: 0.000334 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219289;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:48.665645' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:14:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000349 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219290;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000618 Lock_time: 0.000307 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219290;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000212 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219290;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:49.666113' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:14:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000244 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219291;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000295 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219291;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:50.665624' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000208 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219291;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:50.665951' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:14:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000273 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219292;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000567 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219292;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000205 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219292;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:51.666411' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:14:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000959 Lock_time: 0.000801 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219293;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:52.665767' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000967 Lock_time: 0.000803 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219293;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:52.665733' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001621 Lock_time: 0.001382 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219293;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:14:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000726 Lock_time: 0.000529 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219294;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:53.666279' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001464 Lock_time: 0.001201 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219294;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001506 Lock_time: 0.001153 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219294;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:14:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000181 Lock_time: 0.000067 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219295;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:54.665666' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000241 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219295;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:54.665668' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000817 Lock_time: 0.000186 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219295;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:14:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000548 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219296;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001166 Lock_time: 0.000977 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219296;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:55.666347' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001555 Lock_time: 0.001423 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219296;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:55.666169' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:14:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000505 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219297;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000186 Lock_time: 0.000066 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219297;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:56.665643' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000590 Lock_time: 0.000457 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219297;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:56.665482' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:14:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11987 Schema: QC_hit: No
# Query_time: 0.000220 Lock_time: 0.000135 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219298;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11987 Schema: QC_hit: No
# Query_time: 0.000202 Lock_time: 0.000117 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219298;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000282 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219298;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000585 Lock_time: 0.000427 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219298;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:57.666154' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000459 Lock_time: 0.000301 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219298;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:57.666008' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:14:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11988 Schema: QC_hit: No
# Query_time: 0.000203 Lock_time: 0.000120 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219299;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11988 Schema: QC_hit: No
# Query_time: 0.000162 Lock_time: 0.000115 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219299;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000267 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219299;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000184 Lock_time: 0.000066 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219299;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:58.665481' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000238 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219299;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:58.665567' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:15:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000707 Lock_time: 0.000323 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219300;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000217 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219300;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:59.666052' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000285 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219300;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:14:59.666233' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:15:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000596 Lock_time: 0.000156 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219301;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000270 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219301;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:00.665646' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000234 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219301;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:00.665625' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:15:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000309 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219302;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000194 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219302;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:01.666185' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000291 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219302;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:01.666372' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:15:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001293 Lock_time: 0.001145 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219303;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000252 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219303;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:02.665676' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001632 Lock_time: 0.001176 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219303;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000247 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219303;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:02.665629' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:15:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000591 Lock_time: 0.000408 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219304;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:03.666241' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001707 Lock_time: 0.001472 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219304;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002234 Lock_time: 0.001465 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219304;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:15:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000574 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219305;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001520 Lock_time: 0.001366 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219305;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:04.665507' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001671 Lock_time: 0.001406 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219305;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:04.665481' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:15:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000399 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219306;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001596 Lock_time: 0.001394 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219306;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:05.666066' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001395 Lock_time: 0.001009 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219306;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001527 Lock_time: 0.001380 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219306;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:05.666229' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:15:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000530 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219307;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000498 Lock_time: 0.000335 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219307;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:06.665443' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000736 Lock_time: 0.000603 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219307;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:06.665436' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:15:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11992 Schema: QC_hit: No
# Query_time: 0.000200 Lock_time: 0.000117 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219308;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11992 Schema: QC_hit: No
# Query_time: 0.000148 Lock_time: 0.000093 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219308;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000414 Lock_time: 0.000164 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219308;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000602 Lock_time: 0.000212 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219308;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000478 Lock_time: 0.000287 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219308;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:07.666123' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:15:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11993 Schema: QC_hit: No
# Query_time: 0.000224 Lock_time: 0.000129 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219309;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11993 Schema: QC_hit: No
# Query_time: 0.000293 Lock_time: 0.000202 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219309;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000251 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219309;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000213 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219309;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:08.665476' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000373 Lock_time: 0.000163 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219309;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:08.665635' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:15:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000715 Lock_time: 0.000361 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219310;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001686 Lock_time: 0.000710 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219310;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.003615 Lock_time: 0.003391 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219310;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:09.666056' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:15:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000658 Lock_time: 0.000281 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219311;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000871 Lock_time: 0.000760 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219311;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000403 Lock_time: 0.000218 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219311;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:10.666545' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001220 Lock_time: 0.001107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219311;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:10.669183' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:15:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000205 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219312;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:11.667423' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001395 Lock_time: 0.000391 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219312;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000438 Lock_time: 0.000261 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219312;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:15:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000254 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219313;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:12.665798' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000734 Lock_time: 0.000134 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219313;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000539 Lock_time: 0.000435 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219313;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:12.665616' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:15:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000281 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219314;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000517 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219314;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000326 Lock_time: 0.000176 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219314;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:13.666178' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:15:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000966 Lock_time: 0.000769 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219315;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:14.665534' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001004 Lock_time: 0.000797 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219315;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:14.665539' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001555 Lock_time: 0.001327 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219315;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:15:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000320 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219316;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:15.666048' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000361 Lock_time: 0.000145 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219316;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:15.666048' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001495 Lock_time: 0.001332 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219316;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11996 Schema: QC_hit: No
# Query_time: 0.000289 Lock_time: 0.000185 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219316;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11996 Schema: QC_hit: No
# Query_time: 0.000187 Lock_time: 0.000136 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219316;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:15:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000561 Lock_time: 0.000224 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219317;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000229 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219317;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:16.665566' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000289 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219317;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:16.665579' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:15:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11998 Schema: QC_hit: No
# Query_time: 0.000209 Lock_time: 0.000123 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219318;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11998 Schema: QC_hit: No
# Query_time: 0.000195 Lock_time: 0.000144 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219318;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000272 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219318;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000456 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219318;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000211 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219318;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:17.66612' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:15:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11999 Schema: QC_hit: No
# Query_time: 0.000238 Lock_time: 0.000110 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219319;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 11999 Schema: QC_hit: No
# Query_time: 0.000208 Lock_time: 0.000142 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219319;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000249 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219319;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000200 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219319;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:18.665497' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000217 Lock_time: 0.000076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219319;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:18.665474' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:15:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000356 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219320;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000276 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219320;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:19.666053' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000421 Lock_time: 0.000069 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219320;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:19.666007' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:15:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001652 Lock_time: 0.001476 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219321;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000782 Lock_time: 0.000629 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219321;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:20.665597' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001088 Lock_time: 0.000925 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219321;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:20.665588' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:15:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001397 Lock_time: 0.001224 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219322;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000404 Lock_time: 0.000225 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219322;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:21.66619' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001647 Lock_time: 0.001239 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219322;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:15:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000302 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219323;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000554 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219323;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001400 Lock_time: 0.001258 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219323;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:22.665501' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:15:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000304 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219324;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000558 Lock_time: 0.000154 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219324;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002012 Lock_time: 0.001528 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219324;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:23.66596' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:15:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000295 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219325;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:24.665459' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000215 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219325;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:24.665482' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001059 Lock_time: 0.000497 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219325;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:15:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000729 Lock_time: 0.000541 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219326;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001006 Lock_time: 0.000589 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219326;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000300 Lock_time: 0.000143 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219326;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:25.665929' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:15:27
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000315 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219327;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000562 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219327;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000299 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219327;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:26.665555' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:15:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12003 Schema: QC_hit: No
# Query_time: 0.000180 Lock_time: 0.000098 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219328;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12003 Schema: QC_hit: No
# Query_time: 0.000102 Lock_time: 0.000060 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219328;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000273 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219328;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001518 Lock_time: 0.001379 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219328;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:27.666409' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001580 Lock_time: 0.001382 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219328;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:27.666398' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:15:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12004 Schema: QC_hit: No
# Query_time: 0.000250 Lock_time: 0.000151 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219329;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12004 Schema: QC_hit: No
# Query_time: 0.000159 Lock_time: 0.000111 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219329;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001006 Lock_time: 0.000604 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219329;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000533 Lock_time: 0.000374 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219329;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000197 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219329;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:28.665752' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:15:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000327 Lock_time: 0.000162 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219330;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000577 Lock_time: 0.000181 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219330;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000479 Lock_time: 0.000193 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219330;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:29.666195' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:15:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000517 Lock_time: 0.000139 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219331;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000305 Lock_time: 0.000140 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219331;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:30.66562' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000495 Lock_time: 0.000159 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219331;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:30.665591' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:15:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000272 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219332;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000461 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219332;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000346 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219332;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:31.666128' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:15:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000519 Lock_time: 0.000133 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219333;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000248 Lock_time: 0.000073 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219333;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:32.66616' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000200 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219333;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:32.666227' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:15:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000839 Lock_time: 0.000712 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219334;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:33.665539' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001360 Lock_time: 0.001218 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219334;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001816 Lock_time: 0.001266 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219334;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:15:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000460 Lock_time: 0.000288 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219335;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:34.66634' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001248 Lock_time: 0.001056 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219335;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001464 Lock_time: 0.000960 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219335;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:15:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000272 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219336;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000309 Lock_time: 0.000145 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219336;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:35.665588' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001476 Lock_time: 0.001348 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219336;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:35.665582' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:15:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000660 Lock_time: 0.000526 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219337;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:36.666156' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000495 Lock_time: 0.000344 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219337;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:36.66613' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001864 Lock_time: 0.001309 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219337;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:15:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12007 Schema: QC_hit: No
# Query_time: 0.000282 Lock_time: 0.000167 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219338;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12007 Schema: QC_hit: No
# Query_time: 0.000262 Lock_time: 0.000159 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219338;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000648 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219338;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001121 Lock_time: 0.000964 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219338;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:37.66595' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001676 Lock_time: 0.001548 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219338;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:15:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12008 Schema: QC_hit: No
# Query_time: 0.000307 Lock_time: 0.000196 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219339;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12008 Schema: QC_hit: No
# Query_time: 0.000257 Lock_time: 0.000164 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219339;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000349 Lock_time: 0.000149 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219339;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001456 Lock_time: 0.001304 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219339;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:38.66606' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000173 Lock_time: 0.000074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219339;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:38.666059' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:15:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000634 Lock_time: 0.000306 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219340;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000964 Lock_time: 0.000271 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219340;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001594 Lock_time: 0.001419 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219340;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:39.666575' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:15:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000613 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219341;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000351 Lock_time: 0.000166 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219341;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:40.665743' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000452 Lock_time: 0.000198 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219341;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:40.665794' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:15:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000175 Lock_time: 0.000048 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219342;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000543 Lock_time: 0.000160 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219342;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000318 Lock_time: 0.000206 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219342;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:41.666484' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:15:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000293 Lock_time: 0.000131 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219343;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219343;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:42.66573' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000337 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219343;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:42.665681' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:15:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000353 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219344;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000349 Lock_time: 0.000190 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219344;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:43.666444' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000386 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219344;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:43.666271' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:15:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001570 Lock_time: 0.001366 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219345;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000917 Lock_time: 0.000721 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219345;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:44.665683' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000922 Lock_time: 0.000719 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219345;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:44.665846' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001884 Lock_time: 0.001365 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219345;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:15:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001546 Lock_time: 0.001263 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219346;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000328 Lock_time: 0.000170 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219346;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:45.66624' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000761 Lock_time: 0.000414 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219346;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:45.666421' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12010 Schema: QC_hit: No
# Query_time: 0.000208 Lock_time: 0.000124 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219346;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12010 Schema: QC_hit: No
# Query_time: 0.000219 Lock_time: 0.000155 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219346;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:15:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000246 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219347;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001390 Lock_time: 0.001275 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219347;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:46.665709' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001401 Lock_time: 0.001225 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219347;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:46.665967' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:15:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12012 Schema: QC_hit: No
# Query_time: 0.000303 Lock_time: 0.000165 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219348;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12012 Schema: QC_hit: No
# Query_time: 0.000284 Lock_time: 0.000181 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219348;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000661 Lock_time: 0.000222 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219348;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000374 Lock_time: 0.000227 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219348;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:47.666309' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001190 Lock_time: 0.000964 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219348;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000805 Lock_time: 0.000570 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219348;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:47.666584' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:15:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12013 Schema: QC_hit: No
# Query_time: 0.000196 Lock_time: 0.000131 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219349;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12013 Schema: QC_hit: No
# Query_time: 0.000181 Lock_time: 0.000132 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219349;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000858 Lock_time: 0.000330 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219349;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000235 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219349;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:48.665639' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000267 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219349;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:48.665935' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:15:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000589 Lock_time: 0.000152 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219350;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000600 Lock_time: 0.000488 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219350;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000629 Lock_time: 0.000290 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219350;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:49.666329' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:15:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000267 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219351;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000280 Lock_time: 0.000131 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219351;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:50.665707' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001248 Lock_time: 0.000463 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219351;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:15:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000608 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219352;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000937 Lock_time: 0.000755 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219352;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000325 Lock_time: 0.000142 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219352;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:51.666233' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:15:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000341 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219353;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000624 Lock_time: 0.000449 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219353;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:52.665576' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000512 Lock_time: 0.000290 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219353;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:52.665684' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:15:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000546 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219354;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000653 Lock_time: 0.000508 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219354;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:53.666077' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000676 Lock_time: 0.000472 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219354;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:53.666226' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:15:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000897 Lock_time: 0.000779 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219355;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:54.665745' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000788 Lock_time: 0.000649 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219355;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:54.665597' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001404 Lock_time: 0.001298 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219355;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:15:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001033 Lock_time: 0.000828 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219356;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001606 Lock_time: 0.001227 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219356;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000851 Lock_time: 0.000594 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219356;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:55.666383' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:15:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000502 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219357;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000383 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219357;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:56.665802' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000427 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219357;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:56.665624' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:15:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12016 Schema: QC_hit: No
# Query_time: 0.000185 Lock_time: 0.000104 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219358;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12016 Schema: QC_hit: No
# Query_time: 0.000173 Lock_time: 0.000121 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219358;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000302 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219358;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000522 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219358;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000176 Lock_time: 0.000062 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219358;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:57.66609' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:15:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12018 Schema: QC_hit: No
# Query_time: 0.000222 Lock_time: 0.000137 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219359;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12018 Schema: QC_hit: No
# Query_time: 0.000187 Lock_time: 0.000137 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219359;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000503 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219359;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000306 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219359;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:58.665635' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000320 Lock_time: 0.000143 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219359;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:58.665659' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:16:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000350 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219360;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000751 Lock_time: 0.000181 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219360;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000222 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219360;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:15:59.666044' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:16:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001074 Lock_time: 0.000912 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219361;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:00.669532' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001540 Lock_time: 0.001314 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219361;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:00.669568' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000408 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219361;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:16:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000432 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219362;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000612 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219362;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000194 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219362;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:01.665878' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:16:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000304 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219363;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000517 Lock_time: 0.000152 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219363;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000264 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219363;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:02.666452' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:16:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000382 Lock_time: 0.000148 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219364;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000213 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219364;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:03.665809' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000989 Lock_time: 0.000614 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219364;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:16:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000345 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219365;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000561 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219365;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000191 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219365;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:04.66628' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:16:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000842 Lock_time: 0.000655 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219366;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:05.665666' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001496 Lock_time: 0.001305 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219366;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001775 Lock_time: 0.001273 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219366;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:16:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001051 Lock_time: 0.000916 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219367;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:06.666103' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001059 Lock_time: 0.000909 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219367;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:06.666103' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001920 Lock_time: 0.001497 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219367;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:16:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12021 Schema: QC_hit: No
# Query_time: 0.000243 Lock_time: 0.000133 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219368;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12021 Schema: QC_hit: No
# Query_time: 0.000193 Lock_time: 0.000126 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219368;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000385 Lock_time: 0.000147 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219368;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000628 Lock_time: 0.000144 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219368;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001165 Lock_time: 0.001005 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219368;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:07.665439' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:16:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12022 Schema: QC_hit: No
# Query_time: 0.000216 Lock_time: 0.000114 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219369;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12022 Schema: QC_hit: No
# Query_time: 0.000117 Lock_time: 0.000071 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219369;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000234 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219369;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001178 Lock_time: 0.001065 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219369;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:08.665987' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001196 Lock_time: 0.001043 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219369;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:08.665954' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:16:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000926 Lock_time: 0.000807 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219370;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:09.666421' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001351 Lock_time: 0.001150 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219370;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:09.666421' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000411 Lock_time: 0.000313 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219370;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:16:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000686 Lock_time: 0.000300 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219371;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000183 Lock_time: 0.000052 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219371;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:10.665737' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000527 Lock_time: 0.000052 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219371;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:16:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000661 Lock_time: 0.000500 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219372;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000935 Lock_time: 0.000777 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219372;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:11.666341' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001262 Lock_time: 0.000937 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219372;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:16:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000267 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219373;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000559 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219373;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000184 Lock_time: 0.000065 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219373;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:12.665745' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:16:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000251 Lock_time: 0.000065 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219374;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000220 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219374;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:13.666416' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000149 Lock_time: 0.000048 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219374;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:13.666179' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:16:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000232 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219375;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:14.665534' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000215 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219375;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:14.665427' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000750 Lock_time: 0.000158 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219375;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:16:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000926 Lock_time: 0.000531 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219376;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000366 Lock_time: 0.000248 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219376;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:15.666136' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000406 Lock_time: 0.000309 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219376;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:15.665963' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12024 Schema: QC_hit: No
# Query_time: 0.000289 Lock_time: 0.000223 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219376;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12024 Schema: QC_hit: No
# Query_time: 0.000350 Lock_time: 0.000303 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219376;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:16:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000350 Lock_time: 0.000138 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219377;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000719 Lock_time: 0.000216 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219377;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000342 Lock_time: 0.000133 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219377;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:16.665571' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:16:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12026 Schema: QC_hit: No
# Query_time: 0.000202 Lock_time: 0.000120 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219378;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12026 Schema: QC_hit: No
# Query_time: 0.000172 Lock_time: 0.000127 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219378;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000724 Lock_time: 0.000578 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219378;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000377 Lock_time: 0.000251 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219378;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:17.666284' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000508 Lock_time: 0.000227 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219378;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:17.666211' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:16:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12027 Schema: QC_hit: No
# Query_time: 0.000301 Lock_time: 0.000210 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219379;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12027 Schema: QC_hit: No
# Query_time: 0.000178 Lock_time: 0.000121 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219379;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000899 Lock_time: 0.000728 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219379;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:18.665847' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001579 Lock_time: 0.001421 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219379;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001086 Lock_time: 0.000866 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219379;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:18.665661' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:16:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000474 Lock_time: 0.000281 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219380;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:19.666417' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000431 Lock_time: 0.000235 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219380;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:19.666381' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001447 Lock_time: 0.001082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219380;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:16:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000445 Lock_time: 0.000295 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219381;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000228 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219381;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:20.665413' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000247 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219381;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:20.665586' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:16:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000195 Lock_time: 0.000057 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219382;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000519 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219382;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000191 Lock_time: 0.000072 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219382;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:21.66606' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:16:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000312 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219383;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000201 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219383;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:22.66651' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000995 Lock_time: 0.000613 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219383;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:16:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000276 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219384;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000231 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219384;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:23.665863' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000245 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219384;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:23.665738' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:16:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000528 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219385;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000290 Lock_time: 0.000162 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219385;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:24.666339' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000223 Lock_time: 0.000070 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219385;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:24.66614' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:16:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000579 Lock_time: 0.000414 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219386;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:25.665729' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000703 Lock_time: 0.000610 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219386;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:25.665615' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001290 Lock_time: 0.000921 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219386;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:16:27
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000236 Lock_time: 0.000070 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219387;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:26.666022' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000951 Lock_time: 0.000794 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219387;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000292 Lock_time: 0.000138 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219387;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:26.666059' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:16:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12030 Schema: QC_hit: No
# Query_time: 0.000224 Lock_time: 0.000125 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219388;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12030 Schema: QC_hit: No
# Query_time: 0.000130 Lock_time: 0.000082 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219388;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000455 Lock_time: 0.000311 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219388;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001013 Lock_time: 0.000813 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219388;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:27.66558' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000945 Lock_time: 0.000751 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219388;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:27.665578' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:16:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12031 Schema: QC_hit: No
# Query_time: 0.000231 Lock_time: 0.000151 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219389;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12031 Schema: QC_hit: No
# Query_time: 0.000169 Lock_time: 0.000117 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219389;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000274 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219389;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001207 Lock_time: 0.001053 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219389;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:28.665998' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001132 Lock_time: 0.000922 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219389;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:28.666001' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:16:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000512 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219390;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000342 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219390;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:29.665434' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000502 Lock_time: 0.000296 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219390;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:29.665656' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:16:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000475 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219391;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000313 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219391;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:30.666091' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000435 Lock_time: 0.000136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219391;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:30.666051' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:16:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000243 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219392;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000293 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219392;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:31.66575' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000356 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219392;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:31.665754' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:16:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000244 Lock_time: 0.000067 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219393;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:32.666352' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000177 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219393;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000231 Lock_time: 0.000069 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219393;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:32.671045' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:16:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000282 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219394;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000627 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219394;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000171 Lock_time: 0.000063 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219394;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:33.665739' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:16:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000417 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219395;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000304 Lock_time: 0.000185 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219395;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:34.666197' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000908 Lock_time: 0.000214 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219395;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:16:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000781 Lock_time: 0.000530 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219396;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:35.665579' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001795 Lock_time: 0.001148 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219396;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002087 Lock_time: 0.001234 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219396;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:16:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000621 Lock_time: 0.000486 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219397;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:36.66611' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001233 Lock_time: 0.001090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219397;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000622 Lock_time: 0.000479 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219397;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:36.666109' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001644 Lock_time: 0.001092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219397;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:16:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12035 Schema: QC_hit: No
# Query_time: 0.000309 Lock_time: 0.000165 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219398;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12035 Schema: QC_hit: No
# Query_time: 0.000447 Lock_time: 0.000295 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219398;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000214 Lock_time: 0.000067 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219398;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001751 Lock_time: 0.001615 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219398;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:37.665452' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001821 Lock_time: 0.001665 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219398;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:37.665461' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:16:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12036 Schema: QC_hit: No
# Query_time: 0.000264 Lock_time: 0.000158 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219399;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12036 Schema: QC_hit: No
# Query_time: 0.000249 Lock_time: 0.000188 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219399;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000573 Lock_time: 0.000139 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219399;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000775 Lock_time: 0.000663 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219399;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001501 Lock_time: 0.001386 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219399;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:38.666531' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:16:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000284 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219400;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000400 Lock_time: 0.000276 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219400;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:39.665556' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000477 Lock_time: 0.000338 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219400;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:39.665543' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:16:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000745 Lock_time: 0.000609 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219401;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000249 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219401;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:40.665849' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000174 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219401;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:40.666486' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:16:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000748 Lock_time: 0.000187 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219402;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000185 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219402;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:41.6665' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001182 Lock_time: 0.001071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219402;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:41.666448' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:16:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000261 Lock_time: 0.000068 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219403;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000376 Lock_time: 0.000242 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219403;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:42.665973' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001344 Lock_time: 0.000707 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219403;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:16:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000366 Lock_time: 0.000171 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219404;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000713 Lock_time: 0.000285 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219404;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000369 Lock_time: 0.000256 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219404;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:43.665577' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:16:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000486 Lock_time: 0.000350 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219405;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000652 Lock_time: 0.000184 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219405;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000218 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219405;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:44.666049' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:16:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001641 Lock_time: 0.001457 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219406;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000890 Lock_time: 0.000702 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219406;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:45.665594' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000831 Lock_time: 0.000644 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219406;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:45.665637' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002165 Lock_time: 0.001452 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219406;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12038 Schema: QC_hit: No
# Query_time: 0.000203 Lock_time: 0.000118 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219406;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12038 Schema: QC_hit: No
# Query_time: 0.000142 Lock_time: 0.000094 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219406;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:16:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001096 Lock_time: 0.000913 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219407;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:46.666147' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001217 Lock_time: 0.001019 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219407;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:46.66641' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002037 Lock_time: 0.001645 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219407;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:16:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12040 Schema: QC_hit: No
# Query_time: 0.000259 Lock_time: 0.000139 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219408;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12040 Schema: QC_hit: No
# Query_time: 0.000132 Lock_time: 0.000084 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219408;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000322 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219408;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000470 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219408;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001396 Lock_time: 0.001272 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219408;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:47.665545' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001602 Lock_time: 0.001403 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219408;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:47.665537' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:16:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12042 Schema: QC_hit: No
# Query_time: 0.000266 Lock_time: 0.000166 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219409;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12042 Schema: QC_hit: No
# Query_time: 0.000154 Lock_time: 0.000103 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219409;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000849 Lock_time: 0.000371 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219409;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001153 Lock_time: 0.001036 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219409;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:48.666145' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001153 Lock_time: 0.001034 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219409;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:48.666171' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:16:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000845 Lock_time: 0.000234 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219410;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000553 Lock_time: 0.000386 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219410;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:49.665567' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000460 Lock_time: 0.000269 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219410;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:49.665559' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:16:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000344 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219411;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000671 Lock_time: 0.000228 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219411;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000190 Lock_time: 0.000069 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219411;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:50.669156' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:16:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000294 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219412;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000274 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219412;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:51.665528' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000270 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219412;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:51.665706' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:16:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000194 Lock_time: 0.000061 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219413;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:52.666026' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000995 Lock_time: 0.000411 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219413;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000260 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219413;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:16:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001037 Lock_time: 0.000825 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219414;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000253 Lock_time: 0.000061 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219414;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:53.66701' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000893 Lock_time: 0.000524 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219414;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:16:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000379 Lock_time: 0.000195 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219415;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000301 Lock_time: 0.000152 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219415;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:54.665965' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000508 Lock_time: 0.000217 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219415;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:54.666161' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:16:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000513 Lock_time: 0.000133 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219416;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000264 Lock_time: 0.000151 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219416;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:55.667212' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000264 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219416;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:55.667101' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:16:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001380 Lock_time: 0.001182 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219417;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000899 Lock_time: 0.000669 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219417;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:56.666292' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001680 Lock_time: 0.001160 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219417;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:16:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12045 Schema: QC_hit: No
# Query_time: 0.000210 Lock_time: 0.000132 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219418;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12045 Schema: QC_hit: No
# Query_time: 0.000148 Lock_time: 0.000104 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219418;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000712 Lock_time: 0.000156 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219418;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000323 Lock_time: 0.000167 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219418;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:57.665871' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001473 Lock_time: 0.001285 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219418;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:57.665709' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:16:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12046 Schema: QC_hit: No
# Query_time: 0.000211 Lock_time: 0.000128 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219419;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12046 Schema: QC_hit: No
# Query_time: 0.000151 Lock_time: 0.000104 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219419;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000737 Lock_time: 0.000530 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219419;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:58.666587' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001358 Lock_time: 0.001151 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219419;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000660 Lock_time: 0.000471 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219419;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:58.666608' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:17:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000277 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219420;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000187 Lock_time: 0.000053 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219420;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:59.66615' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000772 Lock_time: 0.000634 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219420;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:16:59.666016' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:17:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000328 Lock_time: 0.000153 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219421;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000249 Lock_time: 0.000141 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219421;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:00.666486' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000353 Lock_time: 0.000257 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219421;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:00.666276' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:17:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000246 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219422;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000472 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219422;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000205 Lock_time: 0.000061 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219422;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:01.665979' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:17:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000308 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219423;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000573 Lock_time: 0.000157 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219423;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000236 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219423;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:02.666316' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:17:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000783 Lock_time: 0.000615 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219424;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:03.665748' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000750 Lock_time: 0.000578 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219424;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:03.665748' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001321 Lock_time: 0.001138 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219424;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001574 Lock_time: 0.001148 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219424;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:17:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001559 Lock_time: 0.001392 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219425;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000685 Lock_time: 0.000505 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219425;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:04.666296' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001794 Lock_time: 0.001412 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219425;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:17:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000289 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219426;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001331 Lock_time: 0.001157 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219426;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:05.665766' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001126 Lock_time: 0.000961 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219426;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:05.66576' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:17:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000284 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219427;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000549 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219427;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001554 Lock_time: 0.001440 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219427;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:06.66628' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:17:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12049 Schema: QC_hit: No
# Query_time: 0.000211 Lock_time: 0.000128 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219428;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12049 Schema: QC_hit: No
# Query_time: 0.000297 Lock_time: 0.000180 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219428;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000371 Lock_time: 0.000162 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219428;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000319 Lock_time: 0.000141 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219428;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:07.665968' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000341 Lock_time: 0.000159 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219428;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:07.666021' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:17:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12050 Schema: QC_hit: No
# Query_time: 0.000220 Lock_time: 0.000127 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219429;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12050 Schema: QC_hit: No
# Query_time: 0.000192 Lock_time: 0.000142 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219429;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000527 Lock_time: 0.000134 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219429;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000233 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219429;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:08.666489' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000242 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219429;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:08.666465' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:17:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000320 Lock_time: 0.000150 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219430;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000603 Lock_time: 0.000164 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219430;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000234 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219430;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:09.665886' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:17:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000296 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219431;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000280 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219431;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:10.666484' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000743 Lock_time: 0.000546 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219431;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:10.666578' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:17:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000368 Lock_time: 0.000158 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219432;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:11.666183' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001226 Lock_time: 0.001017 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219432;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001634 Lock_time: 0.001214 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219432;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:17:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001285 Lock_time: 0.001080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219433;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000738 Lock_time: 0.000539 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219433;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:12.666849' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001431 Lock_time: 0.001069 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219433;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:17:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000620 Lock_time: 0.000143 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219434;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001113 Lock_time: 0.000961 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219434;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:13.666035' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001140 Lock_time: 0.000965 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219434;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:13.666027' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:17:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000293 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219435;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000606 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219435;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000202 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219435;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:14.665488' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:17:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000482 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219436;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000192 Lock_time: 0.000055 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219436;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:15.666119' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000798 Lock_time: 0.000659 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219436;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12052 Schema: QC_hit: No
# Query_time: 0.000219 Lock_time: 0.000125 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219436;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12052 Schema: QC_hit: No
# Query_time: 0.000123 Lock_time: 0.000081 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219436;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:17:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000194 Lock_time: 0.000042 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219437;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000613 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219437;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000284 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219437;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:16.665635' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:17:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12055 Schema: QC_hit: No
# Query_time: 0.000230 Lock_time: 0.000130 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219438;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12055 Schema: QC_hit: No
# Query_time: 0.000165 Lock_time: 0.000103 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219438;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000359 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219438;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000238 Lock_time: 0.000076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219438;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:17.666435' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000309 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219438;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:17.66617' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:17:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12056 Schema: QC_hit: No
# Query_time: 0.000202 Lock_time: 0.000118 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219439;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12056 Schema: QC_hit: No
# Query_time: 0.000194 Lock_time: 0.000143 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219439;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000680 Lock_time: 0.000520 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219439;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000249 Lock_time: 0.000072 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219439;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:18.668275' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000240 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219439;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:18.668324' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:17:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000273 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219440;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000564 Lock_time: 0.000157 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219440;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000224 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219440;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:19.665902' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:17:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000851 Lock_time: 0.000678 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219441;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000261 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219441;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:20.666533' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000261 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219441;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:20.666566' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:17:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000712 Lock_time: 0.000531 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219442;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:21.665892' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001379 Lock_time: 0.001151 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219442;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001527 Lock_time: 0.001154 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219442;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:17:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000801 Lock_time: 0.000625 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219443;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:22.666338' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000850 Lock_time: 0.000617 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219443;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:22.666384' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001584 Lock_time: 0.001329 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219443;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:17:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000368 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219444;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000571 Lock_time: 0.000143 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219444;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001680 Lock_time: 0.001527 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219444;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:23.665847' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:17:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000304 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219445;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000508 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219445;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001406 Lock_time: 0.001255 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219445;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:24.666343' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:17:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001210 Lock_time: 0.000610 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219446;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000238 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219446;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:25.666079' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001311 Lock_time: 0.001127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219446;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:25.665775' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:17:27
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000297 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219447;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000498 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219447;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001227 Lock_time: 0.001086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219447;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:26.666318' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:17:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12059 Schema: QC_hit: No
# Query_time: 0.000247 Lock_time: 0.000149 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219448;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12059 Schema: QC_hit: No
# Query_time: 0.000206 Lock_time: 0.000153 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219448;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000523 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219448;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000210 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219448;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:27.665862' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000426 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219448;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:27.665691' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:17:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12060 Schema: QC_hit: No
# Query_time: 0.000221 Lock_time: 0.000128 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219449;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12060 Schema: QC_hit: No
# Query_time: 0.000129 Lock_time: 0.000085 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219449;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000300 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219449;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000232 Lock_time: 0.000058 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219449;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:28.666163' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000298 Lock_time: 0.000179 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219449;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:28.666253' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:17:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000878 Lock_time: 0.000290 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219450;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000306 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219450;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:29.665579' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000322 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219450;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:29.665552' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:17:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000611 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219451;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000323 Lock_time: 0.000169 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219451;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:30.666033' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000314 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219451;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:17:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001560 Lock_time: 0.001133 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219452;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001612 Lock_time: 0.001451 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219452;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001222 Lock_time: 0.001039 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219452;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:31.66546' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:17:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001435 Lock_time: 0.001295 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219453;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000693 Lock_time: 0.000540 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219453;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:32.666218' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001610 Lock_time: 0.001268 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219453;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:17:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000552 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219454;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001281 Lock_time: 0.001149 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219454;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:33.665482' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001303 Lock_time: 0.001156 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219454;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:33.66553' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:17:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000712 Lock_time: 0.000154 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219455;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001445 Lock_time: 0.001286 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219455;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:34.666065' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001467 Lock_time: 0.001308 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219455;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:34.666146' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:17:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000768 Lock_time: 0.000347 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219456;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001059 Lock_time: 0.000900 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219456;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000420 Lock_time: 0.000186 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219456;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:35.665508' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:17:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000822 Lock_time: 0.000657 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219457;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000332 Lock_time: 0.000199 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219457;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:36.666151' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001128 Lock_time: 0.000765 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219457;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:17:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12063 Schema: QC_hit: No
# Query_time: 0.000191 Lock_time: 0.000109 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219458;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12063 Schema: QC_hit: No
# Query_time: 0.000139 Lock_time: 0.000093 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219458;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000272 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219458;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000306 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219458;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:37.665631' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000648 Lock_time: 0.000430 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219458;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:37.665757' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:17:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12064 Schema: QC_hit: No
# Query_time: 0.000225 Lock_time: 0.000137 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219459;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12064 Schema: QC_hit: No
# Query_time: 0.000184 Lock_time: 0.000127 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219459;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000254 Lock_time: 0.000073 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219459;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000218 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219459;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:38.666045' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000206 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219459;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:38.666001' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:17:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000620 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219460;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000348 Lock_time: 0.000146 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219460;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:39.665501' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000290 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219460;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:39.665552' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:17:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000259 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219461;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000673 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219461;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000196 Lock_time: 0.000058 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219461;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:40.666' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000233 Lock_time: 0.000070 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219461;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:40.665999' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:17:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000829 Lock_time: 0.000656 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219462;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:41.66548' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001491 Lock_time: 0.001288 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219462;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000810 Lock_time: 0.000631 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219462;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:41.665503' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:17:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001504 Lock_time: 0.001336 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219463;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000703 Lock_time: 0.000500 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219463;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:42.665982' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000839 Lock_time: 0.000607 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219463;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:42.666059' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001706 Lock_time: 0.001362 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219463;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:17:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219464;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000313 Lock_time: 0.000161 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219464;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:43.665653' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000355 Lock_time: 0.000229 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219464;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:43.665507' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:17:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000401 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219465;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000597 Lock_time: 0.000152 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219465;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000194 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219465;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:44.666004' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:17:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000571 Lock_time: 0.000320 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219466;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000784 Lock_time: 0.000371 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219466;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000188 Lock_time: 0.000072 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219466;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:45.665578' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12067 Schema: QC_hit: No
# Query_time: 0.000298 Lock_time: 0.000159 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219466;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12067 Schema: QC_hit: No
# Query_time: 0.000244 Lock_time: 0.000166 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219466;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:17:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000534 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219467;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000225 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219467;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:46.666036' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000227 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219467;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:46.66598' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:17:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12069 Schema: QC_hit: No
# Query_time: 0.000198 Lock_time: 0.000116 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219468;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12069 Schema: QC_hit: No
# Query_time: 0.000151 Lock_time: 0.000103 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219468;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000287 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219468;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000192 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219468;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:47.66544' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000991 Lock_time: 0.000142 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219468;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:17:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12070 Schema: QC_hit: No
# Query_time: 0.000228 Lock_time: 0.000141 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219469;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12070 Schema: QC_hit: No
# Query_time: 0.000185 Lock_time: 0.000134 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219469;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000258 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219469;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000533 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219469;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000215 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219469;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:48.666035' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:17:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000251 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219470;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:49.665633' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000218 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219470;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:49.665617' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001279 Lock_time: 0.000150 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219470;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:17:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000336 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219471;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000550 Lock_time: 0.000149 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219471;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000223 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219471;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:50.666152' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000275 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219471;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:50.666159' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:17:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001543 Lock_time: 0.001363 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219472;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:51.665541' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001607 Lock_time: 0.001387 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219472;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:51.665504' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000565 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219472;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:17:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000405 Lock_time: 0.000167 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219473;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000561 Lock_time: 0.000159 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219473;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001269 Lock_time: 0.001151 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219473;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:52.666066' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:17:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000268 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219474;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000318 Lock_time: 0.000174 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219474;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:53.665661' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000373 Lock_time: 0.000169 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219474;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:53.665662' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:17:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000489 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219475;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000243 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219475;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:54.666248' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001462 Lock_time: 0.001343 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219475;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:54.666305' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:17:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000396 Lock_time: 0.000138 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219476;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000895 Lock_time: 0.000146 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219476;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000205 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219476;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:55.665784' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:17:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000537 Lock_time: 0.000379 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219477;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000744 Lock_time: 0.000396 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219477;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000240 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219477;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:56.666267' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000157 Lock_time: 0.000053 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219477;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:56.6664' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:17:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12073 Schema: QC_hit: No
# Query_time: 0.000222 Lock_time: 0.000140 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219478;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12073 Schema: QC_hit: No
# Query_time: 0.000234 Lock_time: 0.000185 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219478;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000742 Lock_time: 0.000584 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219478;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:57.665668' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001344 Lock_time: 0.001201 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219478;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:57.665668' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000452 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219478;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:17:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12074 Schema: QC_hit: No
# Query_time: 0.000187 Lock_time: 0.000109 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219479;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12074 Schema: QC_hit: No
# Query_time: 0.000122 Lock_time: 0.000079 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219479;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000330 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219479;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000589 Lock_time: 0.000147 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219479;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000367 Lock_time: 0.000248 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219479;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:58.666181' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:18:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000600 Lock_time: 0.000439 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219480;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:59.665727' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001582 Lock_time: 0.001206 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219480;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000453 Lock_time: 0.000241 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219480;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:17:59.665933' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000448 Lock_time: 0.000233 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219480;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:18:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001369 Lock_time: 0.001212 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219481;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000845 Lock_time: 0.000679 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219481;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:00.666916' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001988 Lock_time: 0.001296 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219481;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:18:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000520 Lock_time: 0.000154 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219482;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001113 Lock_time: 0.000948 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219482;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:01.666483' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001519 Lock_time: 0.001313 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219482;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:01.666462' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:18:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000290 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219483;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000229 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219483;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:02.666012' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000211 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219483;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:02.666011' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:18:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000274 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219484;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000277 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219484;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:03.665836' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000252 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219484;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:03.665697' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:18:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000295 Lock_time: 0.000146 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219485;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000261 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219485;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:04.666342' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000290 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219485;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:04.666485' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:18:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000837 Lock_time: 0.000657 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219486;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000197 Lock_time: 0.000068 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219486;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:05.665919' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000524 Lock_time: 0.000068 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219486;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:05.665912' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:18:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219487;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000231 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219487;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:06.66656' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000478 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219487;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:18:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12077 Schema: QC_hit: No
# Query_time: 0.000193 Lock_time: 0.000113 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219488;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12077 Schema: QC_hit: No
# Query_time: 0.000115 Lock_time: 0.000072 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219488;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001310 Lock_time: 0.001158 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219488;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000586 Lock_time: 0.000420 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219488;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:07.666129' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001600 Lock_time: 0.001179 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219488;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:18:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12078 Schema: QC_hit: No
# Query_time: 0.000262 Lock_time: 0.000165 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219489;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12078 Schema: QC_hit: No
# Query_time: 0.000313 Lock_time: 0.000212 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219489;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000282 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219489;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000508 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219489;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001263 Lock_time: 0.001132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219489;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:08.665841' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:18:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000646 Lock_time: 0.000469 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219490;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001544 Lock_time: 0.001361 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219490;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:09.66649' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001509 Lock_time: 0.001330 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219490;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:09.666375' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:18:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000276 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219491;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000210 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219491;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:10.666072' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001084 Lock_time: 0.000920 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219491;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:10.666372' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:18:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000296 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219492;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000640 Lock_time: 0.000156 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219492;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000203 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219492;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:11.666167' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000395 Lock_time: 0.000246 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219492;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:11.666504' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:18:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000731 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219493;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000225 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219493;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:12.665943' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000309 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219493;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:12.666213' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:18:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000289 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219494;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:13.666031' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000537 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219494;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000221 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219494;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:13.666614' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:18:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000750 Lock_time: 0.000585 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219495;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:14.666038' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000330 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219495;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:14.66645' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001739 Lock_time: 0.001375 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219495;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:18:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001454 Lock_time: 0.001221 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219496;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000973 Lock_time: 0.000601 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219496;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000308 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219496;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:15.665872' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12080 Schema: QC_hit: No
# Query_time: 0.000279 Lock_time: 0.000165 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219496;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12080 Schema: QC_hit: No
# Query_time: 0.000227 Lock_time: 0.000152 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219496;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:18:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001233 Lock_time: 0.001084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219497;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000310 Lock_time: 0.000151 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219497;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:16.666688' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001439 Lock_time: 0.001090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219497;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:18:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12082 Schema: QC_hit: No
# Query_time: 0.000236 Lock_time: 0.000135 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219498;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12082 Schema: QC_hit: No
# Query_time: 0.000159 Lock_time: 0.000109 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219498;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000763 Lock_time: 0.000545 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219498;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:17.666386' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000778 Lock_time: 0.000544 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219498;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:17.666392' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001884 Lock_time: 0.001216 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219498;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:18:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12083 Schema: QC_hit: No
# Query_time: 0.000204 Lock_time: 0.000118 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219499;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12083 Schema: QC_hit: No
# Query_time: 0.000142 Lock_time: 0.000097 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219499;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000365 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219499;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000473 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219499;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001957 Lock_time: 0.001828 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219499;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:18.666326' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:18:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001178 Lock_time: 0.000963 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219500;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:19.665892' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002518 Lock_time: 0.001605 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219500;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000213 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219500;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:18:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000455 Lock_time: 0.000290 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219501;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000806 Lock_time: 0.000422 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219501;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000275 Lock_time: 0.000144 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219501;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:20.666523' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:18:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000614 Lock_time: 0.000524 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219502;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000685 Lock_time: 0.000571 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219502;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:21.666671' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000299 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219502;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:21.66642' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:18:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000654 Lock_time: 0.000222 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219503;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000670 Lock_time: 0.000177 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219503;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000887 Lock_time: 0.000630 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219503;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:22.665992' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:18:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000777 Lock_time: 0.000566 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219504;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:23.666036' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001557 Lock_time: 0.001336 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219504;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001715 Lock_time: 0.001329 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219504;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:18:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000430 Lock_time: 0.000296 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219505;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:24.66674' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001376 Lock_time: 0.001223 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219505;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000520 Lock_time: 0.000306 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219505;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:24.666725' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:18:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001387 Lock_time: 0.001206 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219506;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000885 Lock_time: 0.000714 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219506;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:25.666694' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000967 Lock_time: 0.000703 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219506;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:25.666514' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:18:27
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000446 Lock_time: 0.000300 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219507;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000232 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219507;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:26.666377' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000232 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219507;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:26.666658' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:18:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12086 Schema: QC_hit: No
# Query_time: 0.000184 Lock_time: 0.000101 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219508;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12086 Schema: QC_hit: No
# Query_time: 0.000155 Lock_time: 0.000109 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219508;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000281 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219508;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000297 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219508;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:27.665919' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000278 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219508;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:27.665759' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:18:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12087 Schema: QC_hit: No
# Query_time: 0.000232 Lock_time: 0.000129 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219509;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12087 Schema: QC_hit: No
# Query_time: 0.000146 Lock_time: 0.000101 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219509;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000509 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219509;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000194 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219509;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:28.666554' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000217 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219509;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:28.666869' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:18:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000219 Lock_time: 0.000070 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219510;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000383 Lock_time: 0.000076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219510;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000193 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219510;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:29.666511' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:18:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000720 Lock_time: 0.000559 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219511;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:30.666098' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001361 Lock_time: 0.001180 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219511;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000212 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219511;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:30.66611' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:18:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000327 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219512;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000542 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219512;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001364 Lock_time: 0.001190 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219512;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:31.666098' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:18:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000643 Lock_time: 0.000182 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219513;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000210 Lock_time: 0.000061 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219513;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:32.665592' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001512 Lock_time: 0.001393 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219513;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:32.665865' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:18:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000269 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219514;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000507 Lock_time: 0.000180 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219514;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.004118 Lock_time: 0.003943 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219514;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:33.666408' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:18:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000548 Lock_time: 0.000390 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219515;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000765 Lock_time: 0.000413 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219515;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001218 Lock_time: 0.001052 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219515;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:34.666111' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:18:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000654 Lock_time: 0.000467 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219516;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000197 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219516;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:35.665901' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000178 Lock_time: 0.000066 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219516;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:35.666069' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:18:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000511 Lock_time: 0.000133 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219517;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000218 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219517;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:36.665794' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000273 Lock_time: 0.000170 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219517;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:36.66568' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:18:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12090 Schema: QC_hit: No
# Query_time: 0.000214 Lock_time: 0.000130 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219518;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12090 Schema: QC_hit: No
# Query_time: 0.000199 Lock_time: 0.000144 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219518;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000364 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219518;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000402 Lock_time: 0.000238 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219518;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:37.665802' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000345 Lock_time: 0.000171 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219518;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:37.665702' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:18:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12091 Schema: QC_hit: No
# Query_time: 0.000247 Lock_time: 0.000148 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219519;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12091 Schema: QC_hit: No
# Query_time: 0.000281 Lock_time: 0.000213 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219519;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000270 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219519;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000627 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219519;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000303 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219519;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:38.666332' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:18:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000291 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219520;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000235 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219520;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:39.666308' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000226 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219520;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:39.666275' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:18:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000549 Lock_time: 0.000140 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219521;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000222 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219521;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:40.666389' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000319 Lock_time: 0.000130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219521;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:40.666082' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:18:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000257 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219522;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000299 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219522;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:41.666222' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000284 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219522;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:41.666049' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:18:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001329 Lock_time: 0.001143 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219523;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000750 Lock_time: 0.000566 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219523;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:42.665715' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001547 Lock_time: 0.001127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219523;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:18:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000450 Lock_time: 0.000266 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219524;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:43.666195' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001684 Lock_time: 0.001215 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219524;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000784 Lock_time: 0.000537 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219524;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:43.666206' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:18:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000779 Lock_time: 0.000545 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219525;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000198 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219525;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:44.6662' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001528 Lock_time: 0.001155 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219525;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:18:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001276 Lock_time: 0.001102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219526;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000638 Lock_time: 0.000475 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219526;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:45.665888' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001955 Lock_time: 0.001280 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219526;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12093 Schema: QC_hit: No
# Query_time: 0.000262 Lock_time: 0.000138 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219526;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12093 Schema: QC_hit: No
# Query_time: 0.000224 Lock_time: 0.000171 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219526;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:18:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001359 Lock_time: 0.001155 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219527;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000733 Lock_time: 0.000534 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219527;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:46.667061' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000831 Lock_time: 0.000611 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219527;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:46.666836' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:18:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12095 Schema: QC_hit: No
# Query_time: 0.000220 Lock_time: 0.000138 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219528;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12095 Schema: QC_hit: No
# Query_time: 0.000171 Lock_time: 0.000123 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219528;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000661 Lock_time: 0.000413 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219528;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001237 Lock_time: 0.001102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219528;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:47.666337' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001292 Lock_time: 0.001130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219528;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:47.666591' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:18:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12096 Schema: QC_hit: No
# Query_time: 0.000283 Lock_time: 0.000157 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219529;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12096 Schema: QC_hit: No
# Query_time: 0.000225 Lock_time: 0.000166 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219529;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000310 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219529;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000426 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219529;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000231 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219529;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:48.666327' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:18:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000443 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219530;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000284 Lock_time: 0.000153 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219530;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:49.666573' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000376 Lock_time: 0.000219 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219530;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:49.666586' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:18:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000388 Lock_time: 0.000183 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219531;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000250 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219531;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:50.666782' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000232 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219531;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:50.666634' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:18:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000607 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219532;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000900 Lock_time: 0.000765 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219532;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:51.666802' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000934 Lock_time: 0.000788 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219532;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:18:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001442 Lock_time: 0.001273 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219533;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000952 Lock_time: 0.000829 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219533;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:52.666299' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000187 Lock_time: 0.000073 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219533;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:52.666444' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:18:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000697 Lock_time: 0.000502 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219534;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:53.665891' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001524 Lock_time: 0.001333 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219534;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001760 Lock_time: 0.001336 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219534;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:18:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000591 Lock_time: 0.000358 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219535;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:54.666363' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001649 Lock_time: 0.001177 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219535;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001832 Lock_time: 0.001165 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219535;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:18:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000278 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219536;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001120 Lock_time: 0.000980 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219536;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:55.665863' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001448 Lock_time: 0.001226 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219536;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:55.666008' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:18:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000497 Lock_time: 0.000330 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219537;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000790 Lock_time: 0.000384 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219537;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001239 Lock_time: 0.001077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219537;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:56.665986' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:18:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12099 Schema: QC_hit: No
# Query_time: 0.000255 Lock_time: 0.000166 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219538;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12099 Schema: QC_hit: No
# Query_time: 0.000158 Lock_time: 0.000113 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219538;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000260 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219538;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001491 Lock_time: 0.001382 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219538;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:57.666718' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001670 Lock_time: 0.001510 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219538;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:57.666484' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:18:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12100 Schema: QC_hit: No
# Query_time: 0.000172 Lock_time: 0.000118 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219539;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12100 Schema: QC_hit: No
# Query_time: 0.000130 Lock_time: 0.000085 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219539;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000264 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219539;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000253 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219539;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:58.665956' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000203 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219539;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:58.665956' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:19:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000229 Lock_time: 0.000068 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219540;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:59.666172' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000612 Lock_time: 0.000143 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219540;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000451 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219540;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:18:59.665912' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:19:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000292 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219541;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000520 Lock_time: 0.000145 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219541;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000280 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219541;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:00.666923' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:19:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000554 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219542;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000239 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219542;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:01.666643' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000267 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219542;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:01.666465' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:19:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001026 Lock_time: 0.000821 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219543;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:02.666003' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001829 Lock_time: 0.001615 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219543;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002090 Lock_time: 0.001659 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219543;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:19:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000209 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219544;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001633 Lock_time: 0.001473 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219544;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:03.665825' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001764 Lock_time: 0.001573 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219544;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:03.665993' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:19:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000560 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219545;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000730 Lock_time: 0.000608 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219545;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:04.66642' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000839 Lock_time: 0.000635 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219545;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:04.66642' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:19:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001153 Lock_time: 0.000941 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219546;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000238 Lock_time: 0.000059 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219546;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:05.666519' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001464 Lock_time: 0.000997 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219546;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000670 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219546;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:05.66632' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:19:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000595 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219547;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.003895 Lock_time: 0.003772 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219547;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:06.66601' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.003763 Lock_time: 0.003588 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219547;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:06.665933' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:19:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12103 Schema: QC_hit: No
# Query_time: 0.000267 Lock_time: 0.000158 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219548;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12103 Schema: QC_hit: No
# Query_time: 0.000501 Lock_time: 0.000208 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219548;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000730 Lock_time: 0.000150 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219548;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000229 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219548;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:07.665955' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000330 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219548;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:07.665866' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:19:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12105 Schema: QC_hit: No
# Query_time: 0.000215 Lock_time: 0.000130 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219549;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12105 Schema: QC_hit: No
# Query_time: 0.000135 Lock_time: 0.000089 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219549;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000356 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219549;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000541 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219549;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000306 Lock_time: 0.000151 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219549;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:08.666477' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:19:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000297 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219550;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000638 Lock_time: 0.000130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219550;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000344 Lock_time: 0.000154 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219550;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:09.666323' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:19:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000230 Lock_time: 0.000047 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219551;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:10.66602' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000280 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219551;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:10.666147' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000559 Lock_time: 0.000146 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219551;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:19:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000668 Lock_time: 0.000493 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219552;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:11.66594' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001252 Lock_time: 0.001056 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219552;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001403 Lock_time: 0.000926 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219552;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:19:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001503 Lock_time: 0.001286 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219553;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000755 Lock_time: 0.000581 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219553;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:12.66639' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000763 Lock_time: 0.000577 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219553;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:12.666451' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:19:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000295 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219554;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000651 Lock_time: 0.000130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219554;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000185 Lock_time: 0.000070 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219554;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:13.665971' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:19:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000424 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219555;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000239 Lock_time: 0.000076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219555;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:14.666668' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000304 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219555;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:14.666599' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:19:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000644 Lock_time: 0.000473 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219556;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000242 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219556;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:15.66615' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000225 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219556;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:15.666099' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12107 Schema: QC_hit: No
# Query_time: 0.000188 Lock_time: 0.000108 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219556;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12107 Schema: QC_hit: No
# Query_time: 0.000164 Lock_time: 0.000115 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219556;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:19:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000296 Lock_time: 0.000130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219557;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000383 Lock_time: 0.000173 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219557;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:16.665618' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000227 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219557;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:16.665646' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:19:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12109 Schema: QC_hit: No
# Query_time: 0.000184 Lock_time: 0.000098 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219558;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12109 Schema: QC_hit: No
# Query_time: 0.000111 Lock_time: 0.000066 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219558;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000506 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219558;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000257 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219558;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:17.666322' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000278 Lock_time: 0.000161 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219558;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:17.66638' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:19:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12110 Schema: QC_hit: No
# Query_time: 0.000233 Lock_time: 0.000154 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219559;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12110 Schema: QC_hit: No
# Query_time: 0.000281 Lock_time: 0.000205 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219559;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000759 Lock_time: 0.000614 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219559;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:18.665789' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000788 Lock_time: 0.000620 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219559;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:18.665774' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001461 Lock_time: 0.001308 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219559;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001706 Lock_time: 0.001325 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219559;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:19:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000676 Lock_time: 0.000461 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219560;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:19.66662' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000769 Lock_time: 0.000521 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219560;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:19.666452' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001621 Lock_time: 0.001113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219560;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:19:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001641 Lock_time: 0.001404 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219561;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000901 Lock_time: 0.000612 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219561;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:20.666708' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000888 Lock_time: 0.000594 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219561;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:20.666665' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002351 Lock_time: 0.001402 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219561;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:19:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000233 Lock_time: 0.000063 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219562;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001446 Lock_time: 0.001242 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219562;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:21.666459' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001458 Lock_time: 0.001242 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219562;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:21.666333' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:19:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000791 Lock_time: 0.000140 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219563;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000255 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219563;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:22.665689' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000263 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219563;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:22.665757' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:19:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000290 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219564;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000576 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219564;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000178 Lock_time: 0.000063 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219564;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:23.666371' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:19:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000299 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219565;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000178 Lock_time: 0.000067 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219565;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:24.665803' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000277 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219565;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:24.666013' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:19:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001385 Lock_time: 0.001157 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219566;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000496 Lock_time: 0.000267 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219566;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:25.665563' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001700 Lock_time: 0.001136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219566;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:19:27
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001417 Lock_time: 0.001249 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219567;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000601 Lock_time: 0.000424 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219567;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:26.666063' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000704 Lock_time: 0.000533 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219567;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:26.666079' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:19:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12113 Schema: QC_hit: No
# Query_time: 0.000194 Lock_time: 0.000112 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219568;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12113 Schema: QC_hit: No
# Query_time: 0.000168 Lock_time: 0.000113 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219568;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000531 Lock_time: 0.000325 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219568;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000324 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219568;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:27.665695' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001044 Lock_time: 0.000924 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219568;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:27.665739' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:19:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12114 Schema: QC_hit: No
# Query_time: 0.000242 Lock_time: 0.000146 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219569;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12114 Schema: QC_hit: No
# Query_time: 0.000221 Lock_time: 0.000142 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219569;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000695 Lock_time: 0.000509 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219569;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000941 Lock_time: 0.000537 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219569;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001344 Lock_time: 0.001193 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219569;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:28.666158' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:19:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000353 Lock_time: 0.000177 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219570;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219570;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:29.665547' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000322 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219570;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:29.665602' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:19:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000324 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219571;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000447 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219571;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000200 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219571;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:30.666187' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:19:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000763 Lock_time: 0.000173 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219572;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000278 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219572;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:31.66568' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000184 Lock_time: 0.000072 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219572;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:31.665694' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:19:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000592 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219573;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000284 Lock_time: 0.000052 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219573;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:32.66653' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000330 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219573;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:32.666342' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:19:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000229 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219574;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000369 Lock_time: 0.000182 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219574;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:33.666671' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001114 Lock_time: 0.000643 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219574;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:19:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000444 Lock_time: 0.000237 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219575;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:34.665936' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000470 Lock_time: 0.000260 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219575;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:34.666184' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001522 Lock_time: 0.001008 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219575;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:19:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000820 Lock_time: 0.000646 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219576;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:35.666595' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001367 Lock_time: 0.001178 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219576;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001693 Lock_time: 0.001207 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219576;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:19:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000670 Lock_time: 0.000264 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219577;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000228 Lock_time: 0.000074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219577;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:36.665799' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000475 Lock_time: 0.000361 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219577;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:36.665809' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:19:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12117 Schema: QC_hit: No
# Query_time: 0.000227 Lock_time: 0.000136 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219578;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12117 Schema: QC_hit: No
# Query_time: 0.000240 Lock_time: 0.000158 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219578;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000504 Lock_time: 0.000136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219578;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000205 Lock_time: 0.000061 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219578;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:37.666594' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000280 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219578;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:37.666418' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:19:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12118 Schema: QC_hit: No
# Query_time: 0.000248 Lock_time: 0.000159 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219579;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12118 Schema: QC_hit: No
# Query_time: 0.000160 Lock_time: 0.000111 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219579;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000271 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219579;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000540 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219579;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000218 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219579;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:38.665864' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:19:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000468 Lock_time: 0.000180 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219580;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000695 Lock_time: 0.000182 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219580;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000324 Lock_time: 0.000168 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219580;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:39.666446' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:19:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000274 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219581;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000515 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219581;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000190 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219581;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:40.665898' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:19:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000472 Lock_time: 0.000321 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219582;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000716 Lock_time: 0.000326 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219582;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000255 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219582;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:41.666386' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:19:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001469 Lock_time: 0.001315 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219583;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000844 Lock_time: 0.000644 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219583;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:42.665836' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000865 Lock_time: 0.000618 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219583;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:42.665902' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001692 Lock_time: 0.001297 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219583;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:19:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000616 Lock_time: 0.000136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219584;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001545 Lock_time: 0.001407 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219584;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:43.665494' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001426 Lock_time: 0.001213 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219584;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:43.665522' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:19:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000264 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219585;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001360 Lock_time: 0.001240 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219585;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:44.665989' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001291 Lock_time: 0.001168 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219585;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:44.665989' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:19:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000476 Lock_time: 0.000325 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219586;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000793 Lock_time: 0.000283 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219586;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000210 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219586;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:45.665479' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12120 Schema: QC_hit: No
# Query_time: 0.000188 Lock_time: 0.000107 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219586;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12120 Schema: QC_hit: No
# Query_time: 0.000155 Lock_time: 0.000103 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219586;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:19:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000826 Lock_time: 0.000645 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219587;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000957 Lock_time: 0.000584 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219587;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000721 Lock_time: 0.000579 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219587;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:46.666012' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:19:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12122 Schema: QC_hit: No
# Query_time: 0.000217 Lock_time: 0.000136 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219588;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12122 Schema: QC_hit: No
# Query_time: 0.000187 Lock_time: 0.000131 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219588;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000289 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219588;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000532 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219588;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000314 Lock_time: 0.000192 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219588;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:47.66549' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:19:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12123 Schema: QC_hit: No
# Query_time: 0.000301 Lock_time: 0.000186 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219589;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12123 Schema: QC_hit: No
# Query_time: 0.000155 Lock_time: 0.000107 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219589;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000311 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219589;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000501 Lock_time: 0.000146 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219589;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000238 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219589;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:48.666112' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:19:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000537 Lock_time: 0.000145 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219590;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000278 Lock_time: 0.000154 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219590;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:49.665811' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000352 Lock_time: 0.000208 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219590;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:49.665788' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:19:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000619 Lock_time: 0.000153 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219591;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000293 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219591;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:50.666317' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000518 Lock_time: 0.000398 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219591;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:50.66627' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:19:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000504 Lock_time: 0.000311 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219592;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:51.665904' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000444 Lock_time: 0.000245 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219592;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:51.665747' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001508 Lock_time: 0.001125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219592;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:19:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000490 Lock_time: 0.000305 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219593;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:52.666333' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000622 Lock_time: 0.000394 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219593;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:52.666303' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001668 Lock_time: 0.001169 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219593;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:19:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000314 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219594;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001707 Lock_time: 0.001574 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219594;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:53.665941' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001774 Lock_time: 0.001618 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219594;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:53.66616' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:19:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000261 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219595;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000299 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219595;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:54.665554' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000341 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219595;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:54.665542' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:19:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000594 Lock_time: 0.000444 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219596;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000217 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219596;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:55.666182' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000948 Lock_time: 0.000448 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219596;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:19:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000301 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219597;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000553 Lock_time: 0.000142 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219597;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000308 Lock_time: 0.000142 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219597;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:56.66547' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:19:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12126 Schema: QC_hit: No
# Query_time: 0.000249 Lock_time: 0.000153 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219598;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12126 Schema: QC_hit: No
# Query_time: 0.000210 Lock_time: 0.000144 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219598;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000357 Lock_time: 0.000145 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219598;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000497 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219598;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000183 Lock_time: 0.000053 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219598;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:57.666034' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:19:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12127 Schema: QC_hit: No
# Query_time: 0.000217 Lock_time: 0.000132 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219599;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12127 Schema: QC_hit: No
# Query_time: 0.000123 Lock_time: 0.000079 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219599;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000276 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219599;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:58.665665' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000610 Lock_time: 0.000502 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219599;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:58.668384' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001586 Lock_time: 0.001373 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219599;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:20:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000437 Lock_time: 0.000229 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219600;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000635 Lock_time: 0.000230 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219600;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000182 Lock_time: 0.000070 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219600;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:19:59.666034' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:20:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000518 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219601;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000279 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219601;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:00.665579' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000299 Lock_time: 0.000136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219601;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:00.665582' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:20:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000298 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219602;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000481 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219602;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000221 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219602;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:01.666413' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:20:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001281 Lock_time: 0.001067 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219603;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000574 Lock_time: 0.000358 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219603;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:02.665761' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000521 Lock_time: 0.000315 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219603;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:02.665511' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:20:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000713 Lock_time: 0.000481 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219604;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:03.666221' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000765 Lock_time: 0.000520 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219604;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:03.66601' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001536 Lock_time: 0.001299 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219604;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001723 Lock_time: 0.001316 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219604;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:20:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000371 Lock_time: 0.000225 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219605;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000423 Lock_time: 0.000296 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219605;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:04.665581' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001418 Lock_time: 0.001312 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219605;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:04.665762' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:20:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001229 Lock_time: 0.001059 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219606;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000724 Lock_time: 0.000557 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219606;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:05.666264' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000636 Lock_time: 0.000445 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219606;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:05.666394' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:20:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000227 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219607;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000565 Lock_time: 0.000137 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219607;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001591 Lock_time: 0.001454 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219607;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:06.665847' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001619 Lock_time: 0.001476 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219607;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:06.665951' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:20:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12130 Schema: QC_hit: No
# Query_time: 0.000276 Lock_time: 0.000154 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219608;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12130 Schema: QC_hit: No
# Query_time: 0.000189 Lock_time: 0.000126 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219608;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000399 Lock_time: 0.000178 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219608;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001776 Lock_time: 0.001622 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219608;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:07.666174' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001842 Lock_time: 0.001601 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219608;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:07.666058' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:20:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12131 Schema: QC_hit: No
# Query_time: 0.000234 Lock_time: 0.000150 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219609;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12131 Schema: QC_hit: No
# Query_time: 0.000156 Lock_time: 0.000110 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219609;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000618 Lock_time: 0.000148 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219609;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000280 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219609;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:08.665614' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000253 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219609;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:08.665558' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:20:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000424 Lock_time: 0.000268 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219610;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000198 Lock_time: 0.000069 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219610;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:09.66615' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000279 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219610;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:09.666297' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:20:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000513 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219611;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000495 Lock_time: 0.000358 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219611;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:10.665602' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000627 Lock_time: 0.000409 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219611;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:10.665754' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:20:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000675 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219612;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000254 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219612;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:11.66639' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000296 Lock_time: 0.000142 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219612;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:11.666491' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:20:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000608 Lock_time: 0.000399 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219613;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:12.666148' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001404 Lock_time: 0.001182 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219613;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001545 Lock_time: 0.001179 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219613;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:20:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000825 Lock_time: 0.000661 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219614;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:13.666265' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000830 Lock_time: 0.000668 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219614;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:13.66641' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001615 Lock_time: 0.001272 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219614;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:20:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000253 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219615;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000431 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219615;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001317 Lock_time: 0.001198 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219615;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:14.665701' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001406 Lock_time: 0.001248 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219615;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:14.665618' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:20:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001475 Lock_time: 0.001283 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219616;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000885 Lock_time: 0.000677 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219616;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:15.666366' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000800 Lock_time: 0.000625 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219616;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:15.66624' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12133 Schema: QC_hit: No
# Query_time: 0.000209 Lock_time: 0.000115 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219616;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12133 Schema: QC_hit: No
# Query_time: 0.000195 Lock_time: 0.000127 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219616;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:20:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000557 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219617;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001380 Lock_time: 0.001200 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219617;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:16.665786' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001423 Lock_time: 0.001253 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219617;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:16.665915' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:20:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12135 Schema: QC_hit: No
# Query_time: 0.000193 Lock_time: 0.000110 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219618;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12135 Schema: QC_hit: No
# Query_time: 0.000175 Lock_time: 0.000127 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219618;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000696 Lock_time: 0.000474 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219618;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:17.666584' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000716 Lock_time: 0.000471 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219618;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:17.666527' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001528 Lock_time: 0.001216 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219618;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001693 Lock_time: 0.001160 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219618;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:20:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12136 Schema: QC_hit: No
# Query_time: 0.000253 Lock_time: 0.000157 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219619;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12136 Schema: QC_hit: No
# Query_time: 0.000186 Lock_time: 0.000137 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219619;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000287 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219619;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000286 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219619;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:18.665725' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001067 Lock_time: 0.000952 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219619;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:18.665893' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:20:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000320 Lock_time: 0.000145 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219620;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000227 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219620;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:19.666427' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000250 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219620;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:19.6663' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:20:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219621;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000244 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219621;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:20.665628' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000198 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219621;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:20.66567' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:20:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000251 Lock_time: 0.000076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219622;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000552 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219622;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000246 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219622;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:21.666238' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:20:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000795 Lock_time: 0.000612 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219623;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:22.665611' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000773 Lock_time: 0.000576 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219623;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:22.665662' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001792 Lock_time: 0.001308 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219623;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:20:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000809 Lock_time: 0.000643 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219624;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:23.666234' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000960 Lock_time: 0.000787 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219624;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:23.666197' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001156 Lock_time: 0.000817 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219624;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:20:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000325 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219625;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000566 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219625;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001298 Lock_time: 0.001164 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219625;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:24.665654' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:20:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000601 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219626;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001255 Lock_time: 0.001066 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219626;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:25.666139' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001185 Lock_time: 0.000993 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219626;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:25.666128' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:20:27
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000253 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219627;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000281 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219627;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:26.665644' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000659 Lock_time: 0.000552 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219627;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:26.665644' order by MODIFIED_DATE ASC limit 1;
# User@Host: so_user[so_user] @ [10.233.73.133]
# Thread_id: 11329 Schema: camundabpmn QC_hit: No
# Query_time: 0.000746 Lock_time: 0.000273 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 356
use camundabpmn;
SET timestamp=1623219627;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 06:20:27.979'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 06:20:27.979')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'f64ea363-c8b0-11eb-8dad-76c534593a99'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 06:20:27.979') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# Time: 210609 6:20:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12139 Schema: QC_hit: No
# Query_time: 0.000186 Lock_time: 0.000104 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219628;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12139 Schema: QC_hit: No
# Query_time: 0.000109 Lock_time: 0.000067 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219628;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000273 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
use vid_openecomp_epsdk;
SET timestamp=1623219628;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000283 Lock_time: 0.000166 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219628;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:27.666363' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000415 Lock_time: 0.000302 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219628;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:27.666315' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:20:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12140 Schema: QC_hit: No
# Query_time: 0.000230 Lock_time: 0.000136 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219629;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12140 Schema: QC_hit: No
# Query_time: 0.000148 Lock_time: 0.000105 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219629;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000391 Lock_time: 0.000210 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219629;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000271 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219629;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:28.665815' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000250 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219629;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:28.665815' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:20:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000667 Lock_time: 0.000262 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219630;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000950 Lock_time: 0.000833 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219630;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000651 Lock_time: 0.000537 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219630;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:29.66649' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:20:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000225 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219631;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000779 Lock_time: 0.000631 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219631;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:30.665863' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000790 Lock_time: 0.000626 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219631;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:30.665864' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:20:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000289 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219632;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000389 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219632;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000401 Lock_time: 0.000283 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219632;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:31.666603' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:20:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001751 Lock_time: 0.001404 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219633;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001387 Lock_time: 0.001230 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219633;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:32.666369' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001406 Lock_time: 0.001224 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219633;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:32.666197' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:20:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000222 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219634;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000530 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219634;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000303 Lock_time: 0.000147 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219634;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:33.665646' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001400 Lock_time: 0.001293 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219634;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:33.665647' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:20:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000430 Lock_time: 0.000180 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219635;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001031 Lock_time: 0.000893 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219635;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:34.666316' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001094 Lock_time: 0.000942 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219635;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:34.666183' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:20:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000181 Lock_time: 0.000064 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219636;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:35.665622' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000594 Lock_time: 0.000148 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219636;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000771 Lock_time: 0.000662 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219636;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:35.665616' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:20:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000270 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219637;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000474 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219637;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000217 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219637;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:36.666464' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:20:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12143 Schema: QC_hit: No
# Query_time: 0.000237 Lock_time: 0.000149 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219638;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12143 Schema: QC_hit: No
# Query_time: 0.000173 Lock_time: 0.000123 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219638;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000318 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219638;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000296 Lock_time: 0.000139 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219638;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:37.665919' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000222 Lock_time: 0.000054 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219638;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:37.666154' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:20:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12144 Schema: QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000149 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219639;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12144 Schema: QC_hit: No
# Query_time: 0.000280 Lock_time: 0.000214 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219639;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000205 Lock_time: 0.000048 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219639;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:38.666779' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001122 Lock_time: 0.000368 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219639;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000416 Lock_time: 0.000302 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219639;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:38.66696' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:20:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000360 Lock_time: 0.000177 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219640;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000564 Lock_time: 0.000411 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219640;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:39.667494' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000200 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219640;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:39.669676' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:20:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000277 Lock_time: 0.000065 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219641;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001105 Lock_time: 0.000980 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219641;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:40.66593' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001146 Lock_time: 0.001001 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219641;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:40.665929' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:20:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000961 Lock_time: 0.000804 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219642;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:41.666655' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001041 Lock_time: 0.000901 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219642;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:41.666552' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001858 Lock_time: 0.000357 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219642;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:20:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000519 Lock_time: 0.000156 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219643;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000311 Lock_time: 0.000065 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219643;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:42.666476' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000279 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219643;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:42.666097' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:20:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000773 Lock_time: 0.000166 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219644;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000194 Lock_time: 0.000072 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219644;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:43.665792' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000245 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219644;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:43.66559' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:20:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000287 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219645;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000588 Lock_time: 0.000167 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219645;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000252 Lock_time: 0.000130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219645;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:44.666196' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:20:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000681 Lock_time: 0.000464 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219646;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:45.665716' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000647 Lock_time: 0.000375 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219646;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:45.665944' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001647 Lock_time: 0.001255 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219646;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12148 Schema: QC_hit: No
# Query_time: 0.000189 Lock_time: 0.000107 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219646;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12148 Schema: QC_hit: No
# Query_time: 0.000156 Lock_time: 0.000105 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219646;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:20:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001300 Lock_time: 0.001102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219647;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001106 Lock_time: 0.000968 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219647;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:46.666395' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002304 Lock_time: 0.001577 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219647;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:20:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12150 Schema: QC_hit: No
# Query_time: 0.000235 Lock_time: 0.000134 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219648;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12150 Schema: QC_hit: No
# Query_time: 0.000116 Lock_time: 0.000072 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219648;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000513 Lock_time: 0.000246 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219648;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001358 Lock_time: 0.001184 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219648;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:47.66585' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001233 Lock_time: 0.001060 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219648;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:47.665734' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:20:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12151 Schema: QC_hit: No
# Query_time: 0.000190 Lock_time: 0.000106 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219649;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12151 Schema: QC_hit: No
# Query_time: 0.000112 Lock_time: 0.000069 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219649;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000395 Lock_time: 0.000243 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219649;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000647 Lock_time: 0.000253 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219649;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001135 Lock_time: 0.001019 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219649;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:48.666336' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001142 Lock_time: 0.001023 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219649;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:48.666216' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:20:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001761 Lock_time: 0.000293 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219650;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001311 Lock_time: 0.001154 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219650;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:49.665769' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001528 Lock_time: 0.001150 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219650;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:49.665728' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:20:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000322 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219651;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000528 Lock_time: 0.000140 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219651;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001564 Lock_time: 0.001431 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219651;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:50.666164' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:20:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000297 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219652;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000489 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219652;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000519 Lock_time: 0.000163 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219652;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:51.665712' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:20:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000329 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219653;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000300 Lock_time: 0.000144 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219653;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:52.666258' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000299 Lock_time: 0.000145 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219653;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:52.666204' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:20:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000422 Lock_time: 0.000263 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219654;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:53.665605' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000415 Lock_time: 0.000293 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219654;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:53.665607' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001210 Lock_time: 0.000714 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219654;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:20:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000286 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219655;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000214 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219655;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:54.666157' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000181 Lock_time: 0.000070 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219655;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:54.666156' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000743 Lock_time: 0.000351 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219655;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:20:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000966 Lock_time: 0.000746 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219656;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:55.665505' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001571 Lock_time: 0.001350 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219656;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001870 Lock_time: 0.001343 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219656;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:20:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001378 Lock_time: 0.001201 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219657;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:56.665987' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001962 Lock_time: 0.001658 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219657;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:56.666173' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002553 Lock_time: 0.002054 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219657;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:20:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12154 Schema: QC_hit: No
# Query_time: 0.000211 Lock_time: 0.000130 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219658;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12154 Schema: QC_hit: No
# Query_time: 0.000112 Lock_time: 0.000068 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219658;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000280 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219658;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000723 Lock_time: 0.000162 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219658;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001547 Lock_time: 0.001377 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219658;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:57.665515' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001612 Lock_time: 0.001403 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219658;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:57.665457' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:20:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12155 Schema: QC_hit: No
# Query_time: 0.000226 Lock_time: 0.000140 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219659;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12155 Schema: QC_hit: No
# Query_time: 0.000551 Lock_time: 0.000134 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219659;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000311 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219659;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001401 Lock_time: 0.001227 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219659;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:58.666083' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001454 Lock_time: 0.001263 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219659;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:58.666115' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:21:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000572 Lock_time: 0.000421 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219660;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000166 Lock_time: 0.000051 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219660;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:59.665655' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000327 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219660;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:20:59.665651' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:21:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000391 Lock_time: 0.000151 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219661;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000252 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219661;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:00.666168' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000225 Lock_time: 0.000074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219661;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:00.666337' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:21:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000604 Lock_time: 0.000169 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219662;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000252 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219662;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:01.665561' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000700 Lock_time: 0.000468 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219662;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:01.665579' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:21:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000269 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219663;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000264 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219663;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:02.666032' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000226 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219663;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:02.6662' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:21:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000341 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219664;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:03.665756' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000347 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219664;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:03.665788' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000188 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219664;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:21:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000912 Lock_time: 0.000587 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219665;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000282 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219665;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:04.666225' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000271 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219665;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:04.666244' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:21:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001039 Lock_time: 0.000740 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219666;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:05.665745' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001757 Lock_time: 0.001445 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219666;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001173 Lock_time: 0.000825 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219666;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:05.665637' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002172 Lock_time: 0.001443 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219666;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:21:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001310 Lock_time: 0.001160 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219667;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000731 Lock_time: 0.000553 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219667;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:06.666265' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001717 Lock_time: 0.001215 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219667;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:21:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12158 Schema: QC_hit: No
# Query_time: 0.000223 Lock_time: 0.000140 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219668;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12158 Schema: QC_hit: No
# Query_time: 0.000153 Lock_time: 0.000089 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219668;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000623 Lock_time: 0.000466 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219668;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000720 Lock_time: 0.000298 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219668;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001578 Lock_time: 0.001409 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219668;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:07.665685' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:21:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12159 Schema: QC_hit: No
# Query_time: 0.000235 Lock_time: 0.000129 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219669;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12159 Schema: QC_hit: No
# Query_time: 0.000151 Lock_time: 0.000099 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219669;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000323 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219669;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000711 Lock_time: 0.000320 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219669;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001386 Lock_time: 0.001264 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219669;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:08.666413' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:21:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000282 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219670;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000379 Lock_time: 0.000181 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219670;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:09.665747' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000274 Lock_time: 0.000136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219670;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:09.665744' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:21:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000225 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219671;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000718 Lock_time: 0.000274 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219671;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000204 Lock_time: 0.000073 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219671;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:10.666359' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000186 Lock_time: 0.000069 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219671;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:10.666535' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:21:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000465 Lock_time: 0.000274 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219672;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000611 Lock_time: 0.000390 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219672;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:11.665736' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000730 Lock_time: 0.000613 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219672;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:11.665736' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:21:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000684 Lock_time: 0.000244 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219673;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000365 Lock_time: 0.000141 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219673;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:12.666576' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000250 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219673;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:12.666388' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:21:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000659 Lock_time: 0.000486 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219674;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:13.665786' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001368 Lock_time: 0.001162 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219674;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000737 Lock_time: 0.000510 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219674;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:13.665807' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:21:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000836 Lock_time: 0.000676 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219675;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:14.666196' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001420 Lock_time: 0.001261 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219675;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001708 Lock_time: 0.001282 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219675;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:21:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000686 Lock_time: 0.000443 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219676;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001011 Lock_time: 0.000470 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219676;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001293 Lock_time: 0.001136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219676;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:15.665676' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12162 Schema: QC_hit: No
# Query_time: 0.000215 Lock_time: 0.000122 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219676;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12162 Schema: QC_hit: No
# Query_time: 0.000163 Lock_time: 0.000116 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219676;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:21:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000404 Lock_time: 0.000245 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219677;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.013215 Lock_time: 0.013062 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219677;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:16.66625' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.013357 Lock_time: 0.013198 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219677;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:16.66625' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:21:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12164 Schema: QC_hit: No
# Query_time: 0.000283 Lock_time: 0.000163 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219678;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12164 Schema: QC_hit: No
# Query_time: 0.000206 Lock_time: 0.000149 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219678;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000345 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219678;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000642 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219678;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000294 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219678;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:17.665633' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:21:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12165 Schema: QC_hit: No
# Query_time: 0.000205 Lock_time: 0.000122 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219679;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12165 Schema: QC_hit: No
# Query_time: 0.000142 Lock_time: 0.000094 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219679;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000341 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219679;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000474 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219679;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000194 Lock_time: 0.000057 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219679;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:18.666481' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:21:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000273 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219680;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000268 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219680;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:19.665617' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000290 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219680;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:19.665636' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:21:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000299 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219681;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000514 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219681;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000200 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219681;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:20.666224' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:21:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001428 Lock_time: 0.001257 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219682;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000763 Lock_time: 0.000542 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219682;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:21.665694' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001630 Lock_time: 0.001239 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219682;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:21:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000603 Lock_time: 0.000341 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219683;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:22.666549' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001283 Lock_time: 0.001023 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219683;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000671 Lock_time: 0.000357 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219683;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:22.666568' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:21:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000789 Lock_time: 0.000356 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219684;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001352 Lock_time: 0.001185 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219684;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:23.665954' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001399 Lock_time: 0.001198 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219684;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:23.666067' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:21:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000607 Lock_time: 0.000423 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219685;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:24.666917' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000617 Lock_time: 0.000431 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219685;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:24.66674' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001600 Lock_time: 0.001157 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219685;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:21:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000191 Lock_time: 0.000068 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219686;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:25.666261' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000182 Lock_time: 0.000072 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219686;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:25.666231' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000646 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219686;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:21:27
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000243 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219687;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000455 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219687;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000178 Lock_time: 0.000054 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219687;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:26.665758' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:21:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12169 Schema: QC_hit: No
# Query_time: 0.000244 Lock_time: 0.000142 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219688;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12169 Schema: QC_hit: No
# Query_time: 0.000182 Lock_time: 0.000116 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219688;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000635 Lock_time: 0.000536 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219688;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000223 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219688;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:27.666462' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000236 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219688;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:27.666401' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:21:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12170 Schema: QC_hit: No
# Query_time: 0.000224 Lock_time: 0.000126 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219689;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12170 Schema: QC_hit: No
# Query_time: 0.000131 Lock_time: 0.000085 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219689;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001244 Lock_time: 0.001096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219689;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000682 Lock_time: 0.000527 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219689;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:28.665783' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000703 Lock_time: 0.000537 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219689;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:28.665791' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:21:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001617 Lock_time: 0.001422 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219690;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001116 Lock_time: 0.000836 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219690;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:29.666293' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001840 Lock_time: 0.001475 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219690;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:21:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000334 Lock_time: 0.000170 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219691;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001254 Lock_time: 0.001114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219691;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:30.665926' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001263 Lock_time: 0.001071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219691;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:30.666022' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:21:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000282 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219692;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000435 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219692;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000575 Lock_time: 0.000417 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219692;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:31.66657' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:21:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000602 Lock_time: 0.000139 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219693;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219693;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:32.665903' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000281 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219693;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:32.665717' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:21:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000284 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219694;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001437 Lock_time: 0.001293 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219694;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:33.666425' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001533 Lock_time: 0.001305 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219694;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:33.666276' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:21:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000295 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219695;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000619 Lock_time: 0.000134 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219695;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000366 Lock_time: 0.000220 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219695;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:34.665756' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:21:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000438 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219696;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000385 Lock_time: 0.000244 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219696;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:35.666515' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000509 Lock_time: 0.000416 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219696;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:21:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000283 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219697;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000494 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219697;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000219 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219697;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:36.665889' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:21:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12173 Schema: QC_hit: No
# Query_time: 0.000306 Lock_time: 0.000191 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219698;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12173 Schema: QC_hit: No
# Query_time: 0.000240 Lock_time: 0.000167 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219698;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000562 Lock_time: 0.000159 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219698;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000262 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219698;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:37.666457' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000198 Lock_time: 0.000059 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219698;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:37.666596' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:21:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12174 Schema: QC_hit: No
# Query_time: 0.000237 Lock_time: 0.000138 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219699;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12174 Schema: QC_hit: No
# Query_time: 0.000202 Lock_time: 0.000127 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219699;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001085 Lock_time: 0.000936 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219699;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000449 Lock_time: 0.000276 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219699;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:38.665902' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001355 Lock_time: 0.000957 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219699;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:21:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000753 Lock_time: 0.000554 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219700;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:39.666358' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000861 Lock_time: 0.000628 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219700;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:39.666358' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001813 Lock_time: 0.001335 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219700;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:21:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000512 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219701;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000188 Lock_time: 0.000058 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219701;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:40.665887' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001126 Lock_time: 0.001012 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219701;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:40.665901' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:21:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000465 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219702;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000806 Lock_time: 0.000673 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219702;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:41.666618' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001336 Lock_time: 0.001124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219702;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:41.666518' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:21:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000337 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219703;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000598 Lock_time: 0.000183 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219703;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000263 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219703;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:42.665802' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:21:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000266 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219704;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000428 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219704;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000269 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219704;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:43.666559' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:21:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000587 Lock_time: 0.000131 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219705;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000271 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219705;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:44.666076' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000267 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219705;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:44.666013' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:21:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001299 Lock_time: 0.000974 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219706;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001454 Lock_time: 0.001058 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219706;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000980 Lock_time: 0.000621 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219706;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:45.665602' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12176 Schema: QC_hit: No
# Query_time: 0.000229 Lock_time: 0.000132 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219706;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12176 Schema: QC_hit: No
# Query_time: 0.000208 Lock_time: 0.000146 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219706;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:21:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000650 Lock_time: 0.000465 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219707;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:46.666229' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001270 Lock_time: 0.001087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219707;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001580 Lock_time: 0.001077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219707;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:21:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12178 Schema: QC_hit: No
# Query_time: 0.000395 Lock_time: 0.000264 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219708;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12178 Schema: QC_hit: No
# Query_time: 0.000183 Lock_time: 0.000130 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219708;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000270 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219708;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000696 Lock_time: 0.000137 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219708;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002025 Lock_time: 0.001889 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219708;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:47.6657' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:21:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12179 Schema: QC_hit: No
# Query_time: 0.000231 Lock_time: 0.000135 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219709;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12179 Schema: QC_hit: No
# Query_time: 0.000179 Lock_time: 0.000126 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219709;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000609 Lock_time: 0.000290 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219709;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000810 Lock_time: 0.000681 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219709;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:48.666249' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001189 Lock_time: 0.000978 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219709;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:48.666365' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:21:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000736 Lock_time: 0.000168 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219710;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000388 Lock_time: 0.000271 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219710;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:49.665769' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000550 Lock_time: 0.000440 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219710;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:49.665935' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:21:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000155 Lock_time: 0.000047 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219711;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000659 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219711;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000209 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219711;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:50.666464' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:21:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000160 Lock_time: 0.000054 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219712;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:51.666002' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000694 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219712;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:51.666167' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000222 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219712;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:21:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000669 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219713;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000259 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219713;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:52.666512' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000253 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219713;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:52.666514' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:21:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001420 Lock_time: 0.001227 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219714;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000546 Lock_time: 0.000201 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219714;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:53.66596' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002090 Lock_time: 0.000953 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219714;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:21:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000969 Lock_time: 0.000823 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219715;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000209 Lock_time: 0.000054 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219715;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:54.666486' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000856 Lock_time: 0.000214 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219715;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:54.66648' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:21:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001458 Lock_time: 0.001311 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219716;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000247 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219716;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:55.666918' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000294 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219716;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:55.666713' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:21:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000503 Lock_time: 0.000335 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219717;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001348 Lock_time: 0.001175 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219717;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:56.666115' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001406 Lock_time: 0.001216 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219717;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:56.666138' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:21:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12183 Schema: QC_hit: No
# Query_time: 0.000194 Lock_time: 0.000113 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219718;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12183 Schema: QC_hit: No
# Query_time: 0.000181 Lock_time: 0.000131 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219718;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000329 Lock_time: 0.000146 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219718;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000800 Lock_time: 0.000167 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219718;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000210 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219718;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:57.665649' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:21:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12184 Schema: QC_hit: No
# Query_time: 0.000188 Lock_time: 0.000112 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219719;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12184 Schema: QC_hit: No
# Query_time: 0.000321 Lock_time: 0.000256 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219719;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000404 Lock_time: 0.000164 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219719;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000581 Lock_time: 0.000193 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219719;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000241 Lock_time: 0.000074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219719;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:58.666261' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:22:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000335 Lock_time: 0.000130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219720;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000281 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219720;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:59.665713' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000249 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219720;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:21:59.665878' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:22:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000214 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219721;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:00.666381' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000959 Lock_time: 0.000546 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219721;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000218 Lock_time: 0.000073 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219721;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:00.666627' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:22:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000955 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219722;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000392 Lock_time: 0.000283 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219722;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:01.665842' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000459 Lock_time: 0.000318 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219722;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:01.66585' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:22:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000281 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219723;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000663 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219723;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000222 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219723;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:02.666659' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:22:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001555 Lock_time: 0.001396 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219724;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000832 Lock_time: 0.000623 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219724;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:03.665924' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001085 Lock_time: 0.000838 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219724;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:03.665906' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:22:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001377 Lock_time: 0.001215 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219725;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000686 Lock_time: 0.000513 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219725;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:04.666371' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000783 Lock_time: 0.000601 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219725;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:04.666368' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001510 Lock_time: 0.001136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219725;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:22:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000815 Lock_time: 0.000542 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219726;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:05.665797' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001730 Lock_time: 0.001456 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219726;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001075 Lock_time: 0.000794 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219726;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:05.665823' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002147 Lock_time: 0.001463 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219726;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:22:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001357 Lock_time: 0.001196 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219727;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001079 Lock_time: 0.000969 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219727;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:06.666386' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001086 Lock_time: 0.000973 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219727;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:06.666425' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:22:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12188 Schema: QC_hit: No
# Query_time: 0.000187 Lock_time: 0.000109 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219728;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12188 Schema: QC_hit: No
# Query_time: 0.000184 Lock_time: 0.000136 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219728;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000449 Lock_time: 0.000208 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219728;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000607 Lock_time: 0.000192 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219728;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001392 Lock_time: 0.001270 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219728;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:07.66574' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001629 Lock_time: 0.001399 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219728;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:07.665715' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:22:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12189 Schema: QC_hit: No
# Query_time: 0.000219 Lock_time: 0.000132 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219729;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12189 Schema: QC_hit: No
# Query_time: 0.000164 Lock_time: 0.000115 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219729;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000237 Lock_time: 0.000069 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219729;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:08.666267' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000650 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219729;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001483 Lock_time: 0.001374 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219729;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:08.666408' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:22:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000352 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219730;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000772 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219730;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001588 Lock_time: 0.001419 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219730;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:09.665874' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:22:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000351 Lock_time: 0.000155 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219731;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000245 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219731;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:10.666253' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001362 Lock_time: 0.001237 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219731;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:10.666296' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:22:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000375 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219732;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000223 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219732;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:11.665764' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000370 Lock_time: 0.000158 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219732;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:11.665745' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:22:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000355 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219733;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000270 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219733;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:12.666288' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000716 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219733;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000408 Lock_time: 0.000246 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219733;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:12.666273' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:22:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000288 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219734;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000663 Lock_time: 0.000138 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219734;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000221 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219734;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:13.665689' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:22:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000342 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219735;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000224 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219735;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:14.666283' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001081 Lock_time: 0.000718 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219735;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:22:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001140 Lock_time: 0.000955 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219736;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:15.665672' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001869 Lock_time: 0.001665 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219736;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002252 Lock_time: 0.001688 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219736;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12191 Schema: QC_hit: No
# Query_time: 0.000263 Lock_time: 0.000141 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219736;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12191 Schema: QC_hit: No
# Query_time: 0.000167 Lock_time: 0.000118 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219736;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:22:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000370 Lock_time: 0.000167 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219737;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001199 Lock_time: 0.001052 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219737;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:16.666177' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001237 Lock_time: 0.001066 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219737;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:16.666036' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:22:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12193 Schema: QC_hit: No
# Query_time: 0.000208 Lock_time: 0.000126 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219738;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12193 Schema: QC_hit: No
# Query_time: 0.000179 Lock_time: 0.000131 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219738;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001245 Lock_time: 0.001058 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219738;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:17.665489' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001819 Lock_time: 0.001457 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219738;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:17.665502' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001550 Lock_time: 0.001375 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219738;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:22:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12194 Schema: QC_hit: No
# Query_time: 0.000199 Lock_time: 0.000118 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219739;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12194 Schema: QC_hit: No
# Query_time: 0.000194 Lock_time: 0.000130 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219739;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000636 Lock_time: 0.000171 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219739;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000210 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219739;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:18.666882' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000408 Lock_time: 0.000161 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219739;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:18.667049' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:22:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000344 Lock_time: 0.000175 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219740;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000433 Lock_time: 0.000263 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219740;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:19.666414' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001435 Lock_time: 0.000625 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219740;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:22:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000348 Lock_time: 0.000160 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219741;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000597 Lock_time: 0.000168 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219741;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000429 Lock_time: 0.000312 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219741;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:20.66598' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:22:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000265 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219742;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000216 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219742;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:21.666783' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000328 Lock_time: 0.000174 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219742;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:21.666486' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:22:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000587 Lock_time: 0.000456 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219743;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:22.665996' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000707 Lock_time: 0.000508 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219743;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:22.666057' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001463 Lock_time: 0.001315 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219743;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001942 Lock_time: 0.001438 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219743;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:22:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001276 Lock_time: 0.001098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219744;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001498 Lock_time: 0.001123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219744;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000665 Lock_time: 0.000420 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219744;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:23.66653' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:22:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000288 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219745;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000229 Lock_time: 0.000061 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219745;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:24.66588' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001240 Lock_time: 0.001085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219745;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:24.665882' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:22:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001077 Lock_time: 0.000920 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219746;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000575 Lock_time: 0.000370 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219746;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:25.666452' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000531 Lock_time: 0.000316 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219746;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:25.666426' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001609 Lock_time: 0.000954 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219746;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:22:27
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000634 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219747;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000642 Lock_time: 0.000479 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219747;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:26.66577' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001493 Lock_time: 0.001351 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219747;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:26.665769' order by MODIFIED_DATE ASC limit 1;
# User@Host: so_user[so_user] @ [10.233.73.133]
# Thread_id: 11381 Schema: camundabpmn QC_hit: No
# Query_time: 0.000742 Lock_time: 0.000275 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 356
use camundabpmn;
SET timestamp=1623219747;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 06:22:27.978'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 06:22:27.978')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'f64ea363-c8b0-11eb-8dad-76c534593a99'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 06:22:27.978') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# Time: 210609 6:22:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12197 Schema: QC_hit: No
# Query_time: 0.000208 Lock_time: 0.000127 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219748;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12197 Schema: QC_hit: No
# Query_time: 0.000176 Lock_time: 0.000127 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219748;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000262 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
use vid_openecomp_epsdk;
SET timestamp=1623219748;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000960 Lock_time: 0.000846 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219748;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:27.666379' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001420 Lock_time: 0.001275 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219748;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:27.666522' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:22:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12198 Schema: QC_hit: No
# Query_time: 0.000194 Lock_time: 0.000109 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219749;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12198 Schema: QC_hit: No
# Query_time: 0.000175 Lock_time: 0.000126 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219749;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000219 Lock_time: 0.000054 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219749;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000266 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219749;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:28.665782' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000186 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219749;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:28.665921' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:22:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000645 Lock_time: 0.000461 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219750;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000214 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219750;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:29.666484' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000218 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219750;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:29.666772' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:22:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000348 Lock_time: 0.000180 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219751;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000627 Lock_time: 0.000180 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219751;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000335 Lock_time: 0.000212 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219751;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:30.66629' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:22:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000611 Lock_time: 0.000446 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219752;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:31.665597' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001273 Lock_time: 0.001075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219752;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002145 Lock_time: 0.001106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219752;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:22:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000327 Lock_time: 0.000137 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219753;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:32.666702' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001151 Lock_time: 0.000902 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219753;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001293 Lock_time: 0.000920 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219753;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:22:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000575 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219754;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002399 Lock_time: 0.002243 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219754;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:33.665831' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000185 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219754;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:33.66588' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:22:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000400 Lock_time: 0.000193 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219755;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000557 Lock_time: 0.000184 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219755;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000293 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219755;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:34.665571' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:22:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000269 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219756;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000598 Lock_time: 0.000131 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219756;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000443 Lock_time: 0.000179 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219756;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:35.666206' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:22:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000242 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219757;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000198 Lock_time: 0.000072 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219757;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:36.665911' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000392 Lock_time: 0.000148 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219757;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:36.665659' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:22:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12201 Schema: QC_hit: No
# Query_time: 0.000229 Lock_time: 0.000133 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219758;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12201 Schema: QC_hit: No
# Query_time: 0.000168 Lock_time: 0.000121 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219758;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000244 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219758;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000175 Lock_time: 0.000059 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219758;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:37.666667' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000292 Lock_time: 0.000151 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219758;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:37.666389' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:22:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12202 Schema: QC_hit: No
# Query_time: 0.000228 Lock_time: 0.000131 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219759;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12202 Schema: QC_hit: No
# Query_time: 0.000298 Lock_time: 0.000218 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219759;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000916 Lock_time: 0.000683 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219759;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:38.666052' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001017 Lock_time: 0.000767 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219759;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:38.66584' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001855 Lock_time: 0.001345 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219759;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:22:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000378 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219760;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001280 Lock_time: 0.001141 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219760;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:39.665902' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001421 Lock_time: 0.001221 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219760;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:39.66587' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:22:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001298 Lock_time: 0.001150 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219761;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000332 Lock_time: 0.000165 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219761;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:40.667015' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000761 Lock_time: 0.000579 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219761;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:40.666883' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:22:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000297 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219762;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001255 Lock_time: 0.001068 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219762;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:41.666185' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001411 Lock_time: 0.001183 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219762;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:41.666172' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:22:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000385 Lock_time: 0.000200 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219763;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000220 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219763;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:42.66569' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000597 Lock_time: 0.000463 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219763;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:42.665705' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:22:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000372 Lock_time: 0.000189 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219764;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000832 Lock_time: 0.000175 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219764;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000285 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219764;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:43.666178' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:22:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000416 Lock_time: 0.000151 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219765;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000197 Lock_time: 0.000070 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219765;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:44.665649' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000579 Lock_time: 0.000200 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219765;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:44.665613' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:22:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000404 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219766;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000580 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219766;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000248 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219766;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:45.666017' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000204 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219766;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:45.666026' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12204 Schema: QC_hit: No
# Query_time: 0.000238 Lock_time: 0.000138 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219766;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12204 Schema: QC_hit: No
# Query_time: 0.000683 Lock_time: 0.000581 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219766;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:22:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000278 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219767;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:46.665798' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000250 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219767;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000235 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219767;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:46.665857' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:22:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12207 Schema: QC_hit: No
# Query_time: 0.000201 Lock_time: 0.000118 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219768;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12207 Schema: QC_hit: No
# Query_time: 0.000170 Lock_time: 0.000121 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219768;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000294 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219768;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000486 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219768;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000309 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219768;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:47.666519' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:22:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12208 Schema: QC_hit: No
# Query_time: 0.000243 Lock_time: 0.000148 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219769;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12208 Schema: QC_hit: No
# Query_time: 0.000205 Lock_time: 0.000148 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219769;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000693 Lock_time: 0.000493 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219769;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:48.666154' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000448 Lock_time: 0.000235 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219769;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:48.666247' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001796 Lock_time: 0.001196 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219769;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:22:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000320 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219770;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001448 Lock_time: 0.001255 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219770;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:49.665546' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001545 Lock_time: 0.001276 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219770;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:49.665532' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:22:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000304 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219771;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:50.66641' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001222 Lock_time: 0.001029 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219771;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001356 Lock_time: 0.000936 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219771;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:22:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000584 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219772;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001165 Lock_time: 0.000978 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219772;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:51.66629' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001476 Lock_time: 0.001295 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219772;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:51.666134' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:22:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000324 Lock_time: 0.000149 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219773;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000503 Lock_time: 0.000158 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219773;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001129 Lock_time: 0.001013 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219773;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:52.666497' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:22:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000373 Lock_time: 0.000131 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219774;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219774;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:53.665803' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000198 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219774;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:53.665661' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:22:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000238 Lock_time: 0.000076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219775;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000479 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219775;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000224 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219775;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:54.6665' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:22:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000582 Lock_time: 0.000136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219776;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000294 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219776;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:55.665651' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000169 Lock_time: 0.000063 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219776;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:55.665647' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:22:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000336 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219777;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000191 Lock_time: 0.000066 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219777;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:56.666336' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000174 Lock_time: 0.000063 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219777;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:56.666513' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:22:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12212 Schema: QC_hit: No
# Query_time: 0.000216 Lock_time: 0.000121 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219778;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12212 Schema: QC_hit: No
# Query_time: 0.000150 Lock_time: 0.000086 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219778;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001314 Lock_time: 0.001142 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219778;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000187 Lock_time: 0.000061 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219778;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:57.665807' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001280 Lock_time: 0.000833 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219778;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:22:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12213 Schema: QC_hit: No
# Query_time: 0.000213 Lock_time: 0.000119 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219779;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12213 Schema: QC_hit: No
# Query_time: 0.000123 Lock_time: 0.000081 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219779;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000663 Lock_time: 0.000452 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219779;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:58.666519' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000837 Lock_time: 0.000365 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219779;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:58.666754' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002156 Lock_time: 0.001293 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219779;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:23:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000167 Lock_time: 0.000056 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219780;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000847 Lock_time: 0.000151 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219780;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001223 Lock_time: 0.001069 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219780;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:59.665628' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001342 Lock_time: 0.001150 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219780;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:22:59.665857' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:23:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000398 Lock_time: 0.000201 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219781;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000631 Lock_time: 0.000196 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219781;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001440 Lock_time: 0.001327 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219781;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:00.666159' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:23:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000583 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219782;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000220 Lock_time: 0.000057 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219782;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:01.66552' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000301 Lock_time: 0.000131 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219782;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:01.665558' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:23:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000314 Lock_time: 0.000143 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219783;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000553 Lock_time: 0.000143 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219783;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000190 Lock_time: 0.000070 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219783;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:02.666067' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000202 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219783;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:02.666056' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:23:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000313 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219784;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000261 Lock_time: 0.000074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219784;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:03.665704' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000182 Lock_time: 0.000064 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219784;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:03.665544' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:23:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000562 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219785;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000218 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219785;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:04.665976' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000282 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219785;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:04.665943' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:23:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000872 Lock_time: 0.000660 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219786;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:05.665534' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001463 Lock_time: 0.001240 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219786;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001685 Lock_time: 0.001239 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219786;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000721 Lock_time: 0.000505 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219786;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:05.665531' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:23:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000802 Lock_time: 0.000585 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219787;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:06.666268' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000711 Lock_time: 0.000475 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219787;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:06.666145' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001462 Lock_time: 0.001202 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219787;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:23:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12216 Schema: QC_hit: No
# Query_time: 0.000203 Lock_time: 0.000119 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219788;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12216 Schema: QC_hit: No
# Query_time: 0.000190 Lock_time: 0.000126 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219788;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000373 Lock_time: 0.000133 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219788;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000600 Lock_time: 0.000162 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219788;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000240 Lock_time: 0.000073 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219788;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:07.665683' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000292 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219788;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:07.665525' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:23:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12217 Schema: QC_hit: No
# Query_time: 0.000257 Lock_time: 0.000151 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219789;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12217 Schema: QC_hit: No
# Query_time: 0.000229 Lock_time: 0.000153 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219789;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000298 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219789;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000683 Lock_time: 0.000150 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219789;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000266 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219789;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:08.66611' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000207 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219789;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:08.666134' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:23:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000622 Lock_time: 0.000164 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219790;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000219 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219790;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:09.66554' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000337 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219790;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:09.66555' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:23:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000475 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219791;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000238 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219791;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:10.667032' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000258 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219791;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:10.667027' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:23:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001277 Lock_time: 0.001084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219792;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000588 Lock_time: 0.000385 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219792;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:11.666539' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001579 Lock_time: 0.001183 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219792;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:23:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000272 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219793;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001147 Lock_time: 0.001012 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219793;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:12.666012' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001185 Lock_time: 0.000998 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219793;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:12.666301' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:23:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000604 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219794;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000250 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219794;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:13.665592' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000183 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219794;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:13.665658' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:23:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000779 Lock_time: 0.000368 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219795;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000255 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219795;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:14.666138' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000274 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219795;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:14.666225' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:23:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000336 Lock_time: 0.000136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219796;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000546 Lock_time: 0.000146 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219796;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000254 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219796;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:15.665887' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12219 Schema: QC_hit: No
# Query_time: 0.000220 Lock_time: 0.000124 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219796;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12219 Schema: QC_hit: No
# Query_time: 0.000127 Lock_time: 0.000084 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219796;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:23:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001400 Lock_time: 0.001231 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219797;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001271 Lock_time: 0.001111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219797;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:16.666273' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000771 Lock_time: 0.000629 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219797;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:16.666273' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:23:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12221 Schema: QC_hit: No
# Query_time: 0.000235 Lock_time: 0.000140 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219798;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12221 Schema: QC_hit: No
# Query_time: 0.000147 Lock_time: 0.000103 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219798;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000314 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219798;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000736 Lock_time: 0.000134 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219798;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000245 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219798;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:17.665764' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000195 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219798;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:17.666024' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:23:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12222 Schema: QC_hit: No
# Query_time: 0.000274 Lock_time: 0.000177 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219799;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12222 Schema: QC_hit: No
# Query_time: 0.000160 Lock_time: 0.000111 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219799;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000430 Lock_time: 0.000292 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219799;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000214 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219799;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:18.6669' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000262 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219799;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:18.666943' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:23:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000674 Lock_time: 0.000583 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219800;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000217 Lock_time: 0.000076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219800;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:19.667369' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000198 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219800;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:19.667759' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:23:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000312 Lock_time: 0.000133 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219801;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000622 Lock_time: 0.000235 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219801;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000484 Lock_time: 0.000359 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219801;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:20.665767' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:23:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000294 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219802;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000272 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219802;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:21.666282' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000219 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219802;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:21.666524' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:23:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000757 Lock_time: 0.000602 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219803;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:22.665644' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001431 Lock_time: 0.001266 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219803;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000723 Lock_time: 0.000571 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219803;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:22.665594' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001471 Lock_time: 0.001043 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219803;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:23:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001566 Lock_time: 0.001399 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219804;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000977 Lock_time: 0.000804 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219804;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:23.666182' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001791 Lock_time: 0.001410 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219804;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:23:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000262 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219805;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000753 Lock_time: 0.000134 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219805;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000292 Lock_time: 0.000181 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219805;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:24.66552' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:23:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000600 Lock_time: 0.000447 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219806;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000265 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219806;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:25.666063' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000241 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219806;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:25.66614' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:23:27
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000340 Lock_time: 0.000171 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219807;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000629 Lock_time: 0.000196 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219807;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000251 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219807;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:26.665653' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:23:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12225 Schema: QC_hit: No
# Query_time: 0.000212 Lock_time: 0.000118 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219808;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12225 Schema: QC_hit: No
# Query_time: 0.000183 Lock_time: 0.000129 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219808;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000437 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219808;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000304 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219808;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:27.666239' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000254 Lock_time: 0.000051 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219808;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:27.666241' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:23:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12226 Schema: QC_hit: No
# Query_time: 0.000193 Lock_time: 0.000114 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219809;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12226 Schema: QC_hit: No
# Query_time: 0.000188 Lock_time: 0.000142 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219809;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000251 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219809;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000188 Lock_time: 0.000064 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219809;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:28.665655' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000257 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219809;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:28.665589' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:23:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000642 Lock_time: 0.000265 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219810;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000188 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219810;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:29.666428' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000308 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219810;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:29.666229' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:23:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000247 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219811;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000345 Lock_time: 0.000231 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219811;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:30.66612' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000354 Lock_time: 0.000248 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219811;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:30.666604' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:23:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000458 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219812;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000201 Lock_time: 0.000066 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219812;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:31.669488' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000171 Lock_time: 0.000060 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219812;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:31.669502' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:23:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000359 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219813;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000299 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219813;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:32.666185' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000241 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219813;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:32.66595' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:23:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000254 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219814;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000224 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219814;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:33.666408' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000255 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219814;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:33.66647' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:23:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000268 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219815;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000284 Lock_time: 0.000165 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219815;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:34.665828' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000576 Lock_time: 0.000281 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219815;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:34.666014' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:23:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000234 Lock_time: 0.000067 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219816;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000242 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219816;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:35.666402' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000239 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219816;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:35.666551' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:23:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001292 Lock_time: 0.001109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219817;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:36.665884' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001282 Lock_time: 0.001089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219817;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:36.66583' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002261 Lock_time: 0.001835 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219817;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:23:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12229 Schema: QC_hit: No
# Query_time: 0.000264 Lock_time: 0.000152 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219818;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12229 Schema: QC_hit: No
# Query_time: 0.000191 Lock_time: 0.000129 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219818;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000632 Lock_time: 0.000436 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219818;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:37.666428' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000621 Lock_time: 0.000419 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219818;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:37.666538' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001925 Lock_time: 0.001386 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219818;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:23:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12230 Schema: QC_hit: No
# Query_time: 0.000194 Lock_time: 0.000108 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219819;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12230 Schema: QC_hit: No
# Query_time: 0.000195 Lock_time: 0.000136 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219819;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000292 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219819;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000646 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219819;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000227 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219819;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:38.665995' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000253 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219819;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:38.665996' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:23:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000241 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219820;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000414 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219820;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000187 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219820;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:39.666542' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:23:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000241 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219821;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000209 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219821;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:40.665887' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000204 Lock_time: 0.000074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219821;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:40.665859' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:23:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000351 Lock_time: 0.000143 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219822;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000518 Lock_time: 0.000134 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219822;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000257 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219822;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:41.666671' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:23:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001272 Lock_time: 0.001069 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219823;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:42.665895' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001996 Lock_time: 0.001777 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219823;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001269 Lock_time: 0.001047 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219823;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:42.665928' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:23:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001402 Lock_time: 0.001212 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219824;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:43.666477' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002090 Lock_time: 0.001883 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219824;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001443 Lock_time: 0.001249 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219824;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:43.666477' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:23:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000294 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219825;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000554 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219825;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000217 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219825;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:44.665931' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000225 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219825;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:44.66593' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:23:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000392 Lock_time: 0.000144 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219826;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000590 Lock_time: 0.000161 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219826;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001085 Lock_time: 0.000966 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219826;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:45.666498' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12232 Schema: QC_hit: No
# Query_time: 0.000239 Lock_time: 0.000113 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219826;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12232 Schema: QC_hit: No
# Query_time: 0.000151 Lock_time: 0.000088 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219826;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:23:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000320 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219827;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000326 Lock_time: 0.000152 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219827;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:46.665942' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000368 Lock_time: 0.000179 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219827;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:46.665908' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:23:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12234 Schema: QC_hit: No
# Query_time: 0.000212 Lock_time: 0.000117 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219828;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12234 Schema: QC_hit: No
# Query_time: 0.000221 Lock_time: 0.000139 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219828;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000521 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219828;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000335 Lock_time: 0.000193 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219828;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:47.66684' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000778 Lock_time: 0.000562 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219828;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:47.666578' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:23:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12235 Schema: QC_hit: No
# Query_time: 0.000213 Lock_time: 0.000133 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219829;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12235 Schema: QC_hit: No
# Query_time: 0.000197 Lock_time: 0.000150 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219829;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000290 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219829;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000250 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219829;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:48.666028' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000230 Lock_time: 0.000060 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219829;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:48.666306' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:23:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000650 Lock_time: 0.000245 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219830;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000190 Lock_time: 0.000062 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219830;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:49.66645' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000169 Lock_time: 0.000064 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219830;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:49.6665' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:23:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000356 Lock_time: 0.000133 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219831;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000626 Lock_time: 0.000139 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219831;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000290 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219831;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:50.665887' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:23:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000318 Lock_time: 0.000163 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219832;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000306 Lock_time: 0.000191 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219832;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:51.666614' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000255 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219832;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:51.666443' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:23:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001669 Lock_time: 0.001515 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219833;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001119 Lock_time: 0.000881 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219833;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:52.665765' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001142 Lock_time: 0.000820 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219833;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:52.665759' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002171 Lock_time: 0.001555 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219833;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:23:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001079 Lock_time: 0.000857 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219834;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:53.666298' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001032 Lock_time: 0.000738 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219834;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:53.666524' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001923 Lock_time: 0.001533 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219834;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:23:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000216 Lock_time: 0.000068 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219835;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000602 Lock_time: 0.000139 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219835;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000237 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219835;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:54.665704' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000230 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219835;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:54.665719' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:23:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000461 Lock_time: 0.000229 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219836;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000738 Lock_time: 0.000235 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219836;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000196 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219836;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:55.66622' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:23:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000794 Lock_time: 0.000405 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219837;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000255 Lock_time: 0.000074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219837;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:56.665642' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000259 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219837;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:56.665671' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:23:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12238 Schema: QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000160 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219838;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12238 Schema: QC_hit: No
# Query_time: 0.000275 Lock_time: 0.000197 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219838;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000709 Lock_time: 0.000239 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219838;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000521 Lock_time: 0.000365 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219838;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:57.666228' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000451 Lock_time: 0.000246 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219838;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:57.666215' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:23:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12239 Schema: QC_hit: No
# Query_time: 0.000213 Lock_time: 0.000131 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219839;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12239 Schema: QC_hit: No
# Query_time: 0.000157 Lock_time: 0.000112 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219839;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001407 Lock_time: 0.001222 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219839;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000834 Lock_time: 0.000652 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219839;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:58.665565' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001692 Lock_time: 0.001242 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219839;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:24:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001485 Lock_time: 0.001218 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219840;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001634 Lock_time: 0.001194 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219840;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000291 Lock_time: 0.000143 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219840;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:23:59.669213' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:24:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000379 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219841;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000203 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219841;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:00.665693' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002413 Lock_time: 0.001903 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219841;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:24:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001091 Lock_time: 0.000910 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219842;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000405 Lock_time: 0.000230 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219842;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:01.666687' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000567 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219842;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000336 Lock_time: 0.000209 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219842;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:01.666383' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:24:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000234 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219843;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:02.665811' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000248 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219843;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:02.66585' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001031 Lock_time: 0.000144 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219843;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:24:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000443 Lock_time: 0.000155 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219844;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000727 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219844;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000309 Lock_time: 0.000149 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219844;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:03.666346' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:24:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000274 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219845;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000505 Lock_time: 0.000141 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219845;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000230 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219845;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:04.666007' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:24:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000341 Lock_time: 0.000137 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219846;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000673 Lock_time: 0.000209 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219846;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000230 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219846;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:05.666651' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:24:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000660 Lock_time: 0.000130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219847;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000192 Lock_time: 0.000074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219847;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:06.665824' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000215 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219847;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:06.665842' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:24:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12242 Schema: QC_hit: No
# Query_time: 0.000220 Lock_time: 0.000124 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219848;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12242 Schema: QC_hit: No
# Query_time: 0.000136 Lock_time: 0.000076 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219848;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000309 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219848;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000493 Lock_time: 0.000139 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219848;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000233 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219848;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:07.666404' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:24:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12243 Schema: QC_hit: No
# Query_time: 0.000241 Lock_time: 0.000143 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219849;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12243 Schema: QC_hit: No
# Query_time: 0.000210 Lock_time: 0.000153 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219849;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001509 Lock_time: 0.001332 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219849;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000897 Lock_time: 0.000701 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219849;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:08.665865' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001762 Lock_time: 0.001335 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219849;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:24:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001371 Lock_time: 0.001166 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219850;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000648 Lock_time: 0.000443 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219850;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:09.666384' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000570 Lock_time: 0.000356 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219850;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:09.66633' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:24:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000301 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219851;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000193 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219851;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:10.665963' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000818 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219851;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001361 Lock_time: 0.001249 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219851;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:10.665794' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:24:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000540 Lock_time: 0.000139 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219852;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.006415 Lock_time: 0.006244 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219852;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:11.666625' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000275 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219852;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:11.666543' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:24:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000602 Lock_time: 0.000168 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219853;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000262 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219853;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:12.665871' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000330 Lock_time: 0.000173 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219853;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:12.666195' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:24:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000333 Lock_time: 0.000151 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219854;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000598 Lock_time: 0.000213 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219854;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000310 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219854;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:13.666494' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001233 Lock_time: 0.001078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219854;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:13.666497' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:24:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000319 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219855;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000181 Lock_time: 0.000067 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219855;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:14.665964' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000453 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219855;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:14.665833' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:24:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000534 Lock_time: 0.000152 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219856;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000200 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219856;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:15.666365' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000491 Lock_time: 0.000130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219856;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:15.666363' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12245 Schema: QC_hit: No
# Query_time: 0.000225 Lock_time: 0.000130 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219856;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12245 Schema: QC_hit: No
# Query_time: 0.000139 Lock_time: 0.000092 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219856;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:24:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000355 Lock_time: 0.000134 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219857;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000274 Lock_time: 0.000142 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219857;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:16.665854' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000208 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219857;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:16.665842' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:24:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12247 Schema: QC_hit: No
# Query_time: 0.000208 Lock_time: 0.000113 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219858;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12247 Schema: QC_hit: No
# Query_time: 0.000165 Lock_time: 0.000103 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219858;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000852 Lock_time: 0.000403 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219858;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000270 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219858;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:17.666347' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000393 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219858;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:17.66652' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:24:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12248 Schema: QC_hit: No
# Query_time: 0.000249 Lock_time: 0.000142 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219859;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12248 Schema: QC_hit: No
# Query_time: 0.000285 Lock_time: 0.000193 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219859;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000296 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219859;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000496 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219859;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000590 Lock_time: 0.000465 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219859;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:18.66581' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:24:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000518 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219860;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001074 Lock_time: 0.000867 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219860;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000345 Lock_time: 0.000143 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219860;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:19.666624' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:24:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000580 Lock_time: 0.000391 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219861;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:20.665765' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000487 Lock_time: 0.000328 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219861;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:20.665626' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001828 Lock_time: 0.001352 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219861;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:24:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000261 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219862;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:21.666363' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001361 Lock_time: 0.000955 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219862;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000595 Lock_time: 0.000493 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219862;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:21.666278' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:24:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000487 Lock_time: 0.000327 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219863;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001183 Lock_time: 0.001011 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219863;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:22.665637' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001185 Lock_time: 0.000966 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219863;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:22.665627' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:24:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000418 Lock_time: 0.000221 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219864;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:23.66646' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000473 Lock_time: 0.000263 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219864;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:23.666334' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001772 Lock_time: 0.001183 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219864;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:24:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000339 Lock_time: 0.000144 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219865;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000366 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219865;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:24.665633' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001408 Lock_time: 0.001272 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219865;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:24.665779' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:24:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001312 Lock_time: 0.000838 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219866;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001060 Lock_time: 0.000920 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219866;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:25.666195' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001418 Lock_time: 0.001259 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219866;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:25.666207' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:24:27
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000237 Lock_time: 0.000073 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219867;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:26.665629' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001583 Lock_time: 0.000359 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219867;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000475 Lock_time: 0.000323 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219867;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:26.665625' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:24:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12251 Schema: QC_hit: No
# Query_time: 0.000172 Lock_time: 0.000093 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219868;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12251 Schema: QC_hit: No
# Query_time: 0.000157 Lock_time: 0.000094 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219868;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000770 Lock_time: 0.000184 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219868;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001076 Lock_time: 0.000954 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219868;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:27.666336' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001006 Lock_time: 0.000871 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219868;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:27.666223' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:24:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12252 Schema: QC_hit: No
# Query_time: 0.000231 Lock_time: 0.000134 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219869;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12252 Schema: QC_hit: No
# Query_time: 0.000164 Lock_time: 0.000103 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219869;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000292 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219869;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000444 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219869;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000299 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219869;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:28.665724' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:24:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000389 Lock_time: 0.000156 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219870;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000274 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219870;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:29.666158' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000715 Lock_time: 0.000406 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219870;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:29.666339' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:24:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000337 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219871;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000593 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219871;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000212 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219871;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:30.665778' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:24:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000268 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219872;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000601 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219872;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000196 Lock_time: 0.000076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219872;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:31.666238' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:24:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000861 Lock_time: 0.000606 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219873;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:32.665593' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001728 Lock_time: 0.001422 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219873;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002034 Lock_time: 0.001466 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219873;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:24:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000870 Lock_time: 0.000663 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219874;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:33.666127' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000717 Lock_time: 0.000479 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219874;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:33.66628' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001867 Lock_time: 0.001278 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219874;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:24:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000294 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219875;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000523 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219875;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001602 Lock_time: 0.001434 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219875;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:34.665651' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001638 Lock_time: 0.001452 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219875;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:34.665717' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:24:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000554 Lock_time: 0.000352 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219876;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001033 Lock_time: 0.000680 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219876;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001274 Lock_time: 0.001122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219876;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:35.666309' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:24:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000275 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219877;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000235 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219877;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:36.665611' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000301 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219877;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:36.665607' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:24:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12255 Schema: QC_hit: No
# Query_time: 0.000233 Lock_time: 0.000150 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219878;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12255 Schema: QC_hit: No
# Query_time: 0.000286 Lock_time: 0.000199 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219878;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000562 Lock_time: 0.000140 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219878;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000267 Lock_time: 0.000154 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219878;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:37.666311' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000279 Lock_time: 0.000152 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219878;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:37.666125' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:24:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12256 Schema: QC_hit: No
# Query_time: 0.000319 Lock_time: 0.000182 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219879;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12256 Schema: QC_hit: No
# Query_time: 0.000375 Lock_time: 0.000248 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219879;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000571 Lock_time: 0.000148 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219879;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000253 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219879;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:38.665604' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000291 Lock_time: 0.000074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219879;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:38.665766' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:24:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000349 Lock_time: 0.000149 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219880;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000613 Lock_time: 0.000168 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219880;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000286 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219880;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:39.666121' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:24:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000527 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219881;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001040 Lock_time: 0.000863 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219881;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:40.665769' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001124 Lock_time: 0.000934 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219881;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:40.665924' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:24:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000299 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219882;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000192 Lock_time: 0.000067 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219882;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:41.666279' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.004337 Lock_time: 0.004162 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219882;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:41.666281' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:24:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001521 Lock_time: 0.001342 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219883;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001867 Lock_time: 0.001440 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219883;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000245 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219883;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:42.665925' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000351 Lock_time: 0.000137 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219883;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:42.665703' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:24:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000347 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219884;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:43.66612' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000168 Lock_time: 0.000049 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219884;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000320 Lock_time: 0.000160 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219884;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:43.666102' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:24:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000470 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219885;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000302 Lock_time: 0.000151 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219885;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:44.665591' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000272 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219885;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:44.665591' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000942 Lock_time: 0.000680 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219885;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:24:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000960 Lock_time: 0.000526 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219886;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000660 Lock_time: 0.000548 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219886;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:45.666225' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000749 Lock_time: 0.000636 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219886;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:45.66639' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12258 Schema: QC_hit: No
# Query_time: 0.000218 Lock_time: 0.000137 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219886;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12258 Schema: QC_hit: No
# Query_time: 0.000134 Lock_time: 0.000092 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219886;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:24:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000569 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219887;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000266 Lock_time: 0.000061 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219887;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:46.665556' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000339 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219887;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:46.665752' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:24:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12260 Schema: QC_hit: No
# Query_time: 0.000232 Lock_time: 0.000135 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219888;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12260 Schema: QC_hit: No
# Query_time: 0.000203 Lock_time: 0.000145 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219888;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000576 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219888;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000282 Lock_time: 0.000140 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219888;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:47.66611' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000516 Lock_time: 0.000319 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219888;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:47.666219' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:24:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12261 Schema: QC_hit: No
# Query_time: 0.000222 Lock_time: 0.000124 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219889;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12261 Schema: QC_hit: No
# Query_time: 0.000180 Lock_time: 0.000111 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219889;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000295 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219889;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000562 Lock_time: 0.000147 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219889;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000333 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219889;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:48.665565' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:24:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000355 Lock_time: 0.000154 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219890;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000531 Lock_time: 0.000161 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219890;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000205 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219890;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:49.666341' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:24:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000497 Lock_time: 0.000313 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219891;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000220 Lock_time: 0.000054 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219891;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:50.66581' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000435 Lock_time: 0.000318 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219891;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:50.665613' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:24:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000289 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219892;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000670 Lock_time: 0.000147 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219892;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000220 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219892;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:51.666311' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:24:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000482 Lock_time: 0.000257 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219893;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:52.665751' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001419 Lock_time: 0.001026 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219893;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000601 Lock_time: 0.000489 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219893;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:52.666012' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:24:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001145 Lock_time: 0.000936 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219894;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001163 Lock_time: 0.000656 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219894;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000816 Lock_time: 0.000693 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219894;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:53.666532' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:24:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000780 Lock_time: 0.000209 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219895;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001182 Lock_time: 0.001067 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219895;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:54.665821' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001269 Lock_time: 0.001108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219895;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:54.665932' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:24:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000299 Lock_time: 0.000131 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219896;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000681 Lock_time: 0.000151 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219896;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001142 Lock_time: 0.001013 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219896;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:55.666355' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:24:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000667 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219897;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000218 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219897;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:56.665837' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000261 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219897;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:56.665693' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:24:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12264 Schema: QC_hit: No
# Query_time: 0.000229 Lock_time: 0.000148 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219898;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12264 Schema: QC_hit: No
# Query_time: 0.000209 Lock_time: 0.000160 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219898;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000292 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219898;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000561 Lock_time: 0.000142 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219898;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000251 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219898;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:57.66632' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000352 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219898;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:57.666582' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:24:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12265 Schema: QC_hit: No
# Query_time: 0.000214 Lock_time: 0.000121 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219899;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12265 Schema: QC_hit: No
# Query_time: 0.000200 Lock_time: 0.000143 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219899;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000227 Lock_time: 0.000073 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219899;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000274 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219899;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:58.665726' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000222 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219899;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:58.665905' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:25:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000284 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219900;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000435 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219900;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000248 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219900;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:24:59.666596' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:25:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000307 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219901;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:00.66586' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002524 Lock_time: 0.002077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219901;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.003031 Lock_time: 0.002833 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219901;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:00.665988' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:25:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000493 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219902;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000599 Lock_time: 0.000512 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219902;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219902;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:01.666383' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:25:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000780 Lock_time: 0.000595 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219903;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:02.665792' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001546 Lock_time: 0.001364 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219903;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001666 Lock_time: 0.001276 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219903;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:25:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000785 Lock_time: 0.000597 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219904;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:03.666358' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000778 Lock_time: 0.000543 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219904;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:03.666322' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001638 Lock_time: 0.001206 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219904;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:25:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000305 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219905;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000961 Lock_time: 0.000783 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219905;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:04.665942' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001236 Lock_time: 0.001071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219905;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:04.665771' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001784 Lock_time: 0.001327 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219905;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:25:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001596 Lock_time: 0.001403 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219906;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000743 Lock_time: 0.000556 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219906;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:05.666451' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000668 Lock_time: 0.000470 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219906;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:05.666726' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:25:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000279 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219907;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000197 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219907;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:06.665897' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000253 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219907;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:06.665736' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:25:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12268 Schema: QC_hit: No
# Query_time: 0.000242 Lock_time: 0.000131 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219908;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12268 Schema: QC_hit: No
# Query_time: 0.000132 Lock_time: 0.000085 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219908;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000336 Lock_time: 0.000173 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219908;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000657 Lock_time: 0.000228 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219908;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000282 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219908;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:07.666443' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:25:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12269 Schema: QC_hit: No
# Query_time: 0.000225 Lock_time: 0.000130 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219909;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12269 Schema: QC_hit: No
# Query_time: 0.000173 Lock_time: 0.000126 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219909;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000653 Lock_time: 0.000212 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219909;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000812 Lock_time: 0.000708 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219909;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000274 Lock_time: 0.000146 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219909;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:08.665723' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:25:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000202 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219910;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:09.666182' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000783 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219910;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000258 Lock_time: 0.000138 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219910;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:09.666366' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:25:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000499 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219911;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000222 Lock_time: 0.000065 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219911;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:10.665739' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000181 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219911;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:25:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000323 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219912;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000909 Lock_time: 0.000479 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219912;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000304 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219912;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:11.666483' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:25:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000568 Lock_time: 0.000380 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219913;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:12.666293' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001523 Lock_time: 0.001364 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219913;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001549 Lock_time: 0.001006 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219913;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:25:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001582 Lock_time: 0.001250 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219914;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000236 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219914;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:13.666427' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001739 Lock_time: 0.001651 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219914;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:25:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000602 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219915;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001670 Lock_time: 0.001452 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219915;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:14.66607' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001590 Lock_time: 0.001409 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219915;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:14.666003' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:25:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000479 Lock_time: 0.000248 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219916;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:15.666354' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000429 Lock_time: 0.000207 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219916;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:15.666378' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001577 Lock_time: 0.000924 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219916;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12271 Schema: QC_hit: No
# Query_time: 0.000323 Lock_time: 0.000165 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219916;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12271 Schema: QC_hit: No
# Query_time: 0.000155 Lock_time: 0.000103 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219916;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:25:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000280 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219917;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000327 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219917;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:16.665888' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001025 Lock_time: 0.000865 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219917;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:16.665888' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:25:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12273 Schema: QC_hit: No
# Query_time: 0.000271 Lock_time: 0.000152 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219918;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12273 Schema: QC_hit: No
# Query_time: 0.000205 Lock_time: 0.000133 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219918;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001204 Lock_time: 0.001017 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219918;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:17.666615' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002138 Lock_time: 0.001618 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219918;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.003150 Lock_time: 0.002996 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219918;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:25:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12274 Schema: QC_hit: No
# Query_time: 0.000268 Lock_time: 0.000160 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219919;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12274 Schema: QC_hit: No
# Query_time: 0.000191 Lock_time: 0.000142 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219919;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000454 Lock_time: 0.000290 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219919;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000202 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219919;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:18.666262' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000371 Lock_time: 0.000150 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219919;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:18.666002' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:25:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000408 Lock_time: 0.000194 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219920;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000377 Lock_time: 0.000199 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219920;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:19.665503' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001120 Lock_time: 0.000209 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219920;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:25:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000482 Lock_time: 0.000196 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219921;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000327 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219921;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:20.666071' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000230 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219921;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:20.666329' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:25:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001534 Lock_time: 0.001332 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219922;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000901 Lock_time: 0.000721 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219922;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:21.665597' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001653 Lock_time: 0.001280 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219922;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:25:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001450 Lock_time: 0.001283 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219923;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000581 Lock_time: 0.000414 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219923;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:22.66613' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000571 Lock_time: 0.000393 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219923;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:22.666548' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:25:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000274 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219924;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000463 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219924;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001425 Lock_time: 0.001290 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219924;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:23.666494' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:25:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000321 Lock_time: 0.000142 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219925;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000212 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219925;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:24.665794' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000307 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219925;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:24.665654' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:25:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000334 Lock_time: 0.000142 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219926;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000240 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219926;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:25.666269' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000752 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219926;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000394 Lock_time: 0.000225 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219926;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:25.666402' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:25:27
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000509 Lock_time: 0.000362 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219927;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000393 Lock_time: 0.000267 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219927;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:26.665646' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000289 Lock_time: 0.000142 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219927;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:26.665621' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:25:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12277 Schema: QC_hit: No
# Query_time: 0.000207 Lock_time: 0.000124 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219928;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12277 Schema: QC_hit: No
# Query_time: 0.000186 Lock_time: 0.000136 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219928;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000508 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219928;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000739 Lock_time: 0.000610 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219928;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000317 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219928;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:27.666146' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:25:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12278 Schema: QC_hit: No
# Query_time: 0.000245 Lock_time: 0.000134 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219929;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12278 Schema: QC_hit: No
# Query_time: 0.000210 Lock_time: 0.000161 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219929;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000682 Lock_time: 0.000493 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219929;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:28.665486' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000691 Lock_time: 0.000491 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219929;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:28.665505' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001824 Lock_time: 0.001220 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219929;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:25:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001108 Lock_time: 0.000884 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219930;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:29.666045' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001898 Lock_time: 0.001525 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219930;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001201 Lock_time: 0.000952 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219930;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:29.666038' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001741 Lock_time: 0.001513 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219930;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:25:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000352 Lock_time: 0.000145 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219931;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:30.665516' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000383 Lock_time: 0.000160 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219931;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:30.665552' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001270 Lock_time: 0.001179 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219931;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:25:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000731 Lock_time: 0.000151 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219932;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000605 Lock_time: 0.000483 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219932;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000193 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219932;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:31.666306' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001276 Lock_time: 0.001078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219932;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:31.66616' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:25:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000290 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219933;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000268 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219933;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:32.665554' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000191 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219933;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:32.665667' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:25:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000521 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219934;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000206 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219934;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:33.666261' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000208 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219934;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:33.666185' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:25:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000701 Lock_time: 0.000217 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219935;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000365 Lock_time: 0.000164 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219935;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:34.665587' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000476 Lock_time: 0.000376 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219935;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:34.665907' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:25:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000552 Lock_time: 0.000372 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219936;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000231 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219936;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:35.666166' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000204 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219936;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:35.666128' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:25:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000553 Lock_time: 0.000141 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219937;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000216 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219937;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:36.665648' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000193 Lock_time: 0.000056 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219937;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:36.665621' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:25:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12281 Schema: QC_hit: No
# Query_time: 0.000444 Lock_time: 0.000198 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219938;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12281 Schema: QC_hit: No
# Query_time: 0.000390 Lock_time: 0.000252 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219938;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000610 Lock_time: 0.000214 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219938;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000199 Lock_time: 0.000055 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219938;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:37.666491' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000185 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219938;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:37.666354' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:25:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12282 Schema: QC_hit: No
# Query_time: 0.000236 Lock_time: 0.000148 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219939;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12282 Schema: QC_hit: No
# Query_time: 0.000196 Lock_time: 0.000144 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219939;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001437 Lock_time: 0.001288 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219939;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001243 Lock_time: 0.001029 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219939;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:38.665532' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001194 Lock_time: 0.001046 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219939;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:38.665535' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:25:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000987 Lock_time: 0.000728 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219940;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:39.666403' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001890 Lock_time: 0.001445 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219940;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000865 Lock_time: 0.000600 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219940;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:39.666146' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:25:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000305 Lock_time: 0.000137 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219941;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000738 Lock_time: 0.000151 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219941;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001793 Lock_time: 0.001655 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219941;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:40.665725' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000217 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219941;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:40.665738' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:25:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000306 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219942;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000444 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219942;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001403 Lock_time: 0.001276 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219942;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:41.666376' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000778 Lock_time: 0.000658 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219942;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:41.666607' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:25:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000295 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219943;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000513 Lock_time: 0.000136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219943;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000210 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219943;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:42.665819' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:25:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000229 Lock_time: 0.000057 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219944;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000711 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219944;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000410 Lock_time: 0.000257 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219944;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:43.666391' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:25:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000444 Lock_time: 0.000293 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219945;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000263 Lock_time: 0.000137 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219945;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:44.665798' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000292 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219945;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:44.665809' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:25:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000201 Lock_time: 0.000072 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219946;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000263 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219946;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:45.666253' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000245 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219946;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:45.666387' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12284 Schema: QC_hit: No
# Query_time: 0.000243 Lock_time: 0.000129 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219946;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12284 Schema: QC_hit: No
# Query_time: 0.000396 Lock_time: 0.000334 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219946;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:25:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000737 Lock_time: 0.000549 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219947;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:46.66562' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001312 Lock_time: 0.001082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219947;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001464 Lock_time: 0.001083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219947;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:25:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12286 Schema: QC_hit: No
# Query_time: 0.000222 Lock_time: 0.000136 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219948;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12286 Schema: QC_hit: No
# Query_time: 0.000187 Lock_time: 0.000135 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219948;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000432 Lock_time: 0.000227 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219948;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:47.666434' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000530 Lock_time: 0.000306 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219948;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:47.666234' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001449 Lock_time: 0.000952 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219948;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:25:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12287 Schema: QC_hit: No
# Query_time: 0.000221 Lock_time: 0.000125 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219949;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12287 Schema: QC_hit: No
# Query_time: 0.000129 Lock_time: 0.000086 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219949;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000306 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219949;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000222 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219949;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:48.665619' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000230 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219949;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:48.665581' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:25:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000330 Lock_time: 0.000160 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219950;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000265 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219950;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:49.666343' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000298 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219950;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:49.66647' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:25:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000713 Lock_time: 0.000311 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219951;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000214 Lock_time: 0.000060 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219951;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:50.665965' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000198 Lock_time: 0.000037 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219951;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:50.665593' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:25:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000271 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219952;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000613 Lock_time: 0.000146 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219952;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000235 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219952;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:51.66642' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:25:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000783 Lock_time: 0.000583 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219953;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:52.665719' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000779 Lock_time: 0.000522 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219953;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:52.666095' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001619 Lock_time: 0.001369 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219953;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:25:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001010 Lock_time: 0.000800 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219954;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:53.666293' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001089 Lock_time: 0.000879 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219954;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:53.666501' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002035 Lock_time: 0.001529 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219954;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:25:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000272 Lock_time: 0.000148 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219955;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000676 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219955;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001611 Lock_time: 0.001475 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219955;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:54.666077' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001535 Lock_time: 0.001332 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219955;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:54.665957' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:25:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001002 Lock_time: 0.000811 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219956;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:55.666486' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000541 Lock_time: 0.000358 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219956;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:55.666382' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001994 Lock_time: 0.001586 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219956;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000309 Lock_time: 0.000139 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219956;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:25:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000280 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219957;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000522 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219957;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001188 Lock_time: 0.001071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219957;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:56.666254' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:25:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12290 Schema: QC_hit: No
# Query_time: 0.000193 Lock_time: 0.000116 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219958;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12290 Schema: QC_hit: No
# Query_time: 0.000150 Lock_time: 0.000102 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219958;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000316 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219958;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000572 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219958;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001421 Lock_time: 0.001302 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219958;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:57.665759' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:25:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12291 Schema: QC_hit: No
# Query_time: 0.000231 Lock_time: 0.000139 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219959;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12291 Schema: QC_hit: No
# Query_time: 0.000203 Lock_time: 0.000153 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219959;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000915 Lock_time: 0.000458 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219959;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001271 Lock_time: 0.001143 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219959;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:58.66663' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001181 Lock_time: 0.001034 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219959;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:58.666397' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:26:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000374 Lock_time: 0.000151 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219960;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000165 Lock_time: 0.000058 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219960;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:59.66574' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000275 Lock_time: 0.000076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219960;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:25:59.665749' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:26:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000285 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219961;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000193 Lock_time: 0.000069 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219961;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:00.666438' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000608 Lock_time: 0.000486 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219961;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:00.666765' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:26:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000298 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219962;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000243 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219962;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:01.665665' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000282 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219962;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:01.665643' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:26:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000273 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219963;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000468 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219963;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000166 Lock_time: 0.000060 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219963;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:02.666408' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:26:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000498 Lock_time: 0.000345 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219964;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:03.665687' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001229 Lock_time: 0.001076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219964;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001425 Lock_time: 0.000997 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219964;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:26:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001063 Lock_time: 0.000816 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219965;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:04.666275' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001106 Lock_time: 0.000851 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219965;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:04.666391' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001862 Lock_time: 0.001476 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219965;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:26:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000235 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219966;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000204 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219966;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:05.665751' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000227 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219966;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:05.665609' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:26:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000283 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219967;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000488 Lock_time: 0.000074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219967;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000284 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219967;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:06.666551' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:26:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12294 Schema: QC_hit: No
# Query_time: 0.000205 Lock_time: 0.000124 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219968;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12294 Schema: QC_hit: No
# Query_time: 0.000445 Lock_time: 0.000293 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219968;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000887 Lock_time: 0.000615 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219968;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:07.665745' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000899 Lock_time: 0.000631 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219968;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:07.665934' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001821 Lock_time: 0.001280 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219968;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:26:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12295 Schema: QC_hit: No
# Query_time: 0.000235 Lock_time: 0.000136 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219969;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12295 Schema: QC_hit: No
# Query_time: 0.000218 Lock_time: 0.000141 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219969;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000769 Lock_time: 0.000597 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219969;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:08.666642' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000788 Lock_time: 0.000565 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219969;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:08.666665' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001583 Lock_time: 0.001230 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219969;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:26:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000508 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219970;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000225 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219970;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:09.666052' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000226 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219970;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:09.665819' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:26:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000231 Lock_time: 0.000068 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219971;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000478 Lock_time: 0.000185 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219971;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000250 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219971;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:10.666634' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:26:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000262 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219972;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000262 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219972;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:11.666013' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000287 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219972;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:11.666165' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:26:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000325 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219973;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001022 Lock_time: 0.000567 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219973;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000344 Lock_time: 0.000186 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219973;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:12.666436' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:26:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002225 Lock_time: 0.002057 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219974;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:13.665761' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.003012 Lock_time: 0.002812 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219974;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.003378 Lock_time: 0.002854 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219974;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:26:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001057 Lock_time: 0.000911 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219975;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:14.666375' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001613 Lock_time: 0.001461 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219975;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001816 Lock_time: 0.001462 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219975;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:26:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000964 Lock_time: 0.000760 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219976;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:15.665877' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001071 Lock_time: 0.000817 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219976;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:15.665831' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001656 Lock_time: 0.001408 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219976;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12297 Schema: QC_hit: No
# Query_time: 0.000218 Lock_time: 0.000124 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219976;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12297 Schema: QC_hit: No
# Query_time: 0.000355 Lock_time: 0.000258 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219976;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:26:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000406 Lock_time: 0.000216 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219977;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000560 Lock_time: 0.000196 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219977;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000719 Lock_time: 0.000588 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219977;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:16.666344' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001049 Lock_time: 0.000890 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219977;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:16.666395' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:26:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12299 Schema: QC_hit: No
# Query_time: 0.000198 Lock_time: 0.000114 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219978;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12299 Schema: QC_hit: No
# Query_time: 0.000179 Lock_time: 0.000119 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219978;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000324 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219978;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002071 Lock_time: 0.001903 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219978;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:17.665829' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000563 Lock_time: 0.000380 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219978;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:17.665739' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:26:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12300 Schema: QC_hit: No
# Query_time: 0.000230 Lock_time: 0.000136 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219979;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12300 Schema: QC_hit: No
# Query_time: 0.000122 Lock_time: 0.000080 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219979;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000502 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219979;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001207 Lock_time: 0.001068 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219979;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:18.666245' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001197 Lock_time: 0.001041 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219979;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:18.666273' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:26:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000311 Lock_time: 0.000131 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219980;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000268 Lock_time: 0.000131 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219980;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:19.665851' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000296 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219980;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:19.665682' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:26:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000342 Lock_time: 0.000173 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219981;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000521 Lock_time: 0.000198 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219981;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000236 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219981;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:20.666408' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:26:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000425 Lock_time: 0.000215 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219982;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000275 Lock_time: 0.000061 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219982;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:21.665618' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000268 Lock_time: 0.000155 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219982;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:21.665568' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:26:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000435 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219983;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000527 Lock_time: 0.000395 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219983;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:22.666371' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000629 Lock_time: 0.000436 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219983;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:22.666128' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:26:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001470 Lock_time: 0.001324 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219984;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000747 Lock_time: 0.000583 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219984;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:23.665652' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000823 Lock_time: 0.000635 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219984;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:23.665672' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:26:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001383 Lock_time: 0.001214 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219985;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000898 Lock_time: 0.000680 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219985;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:24.666174' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001640 Lock_time: 0.001227 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219985;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:26:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000869 Lock_time: 0.000469 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219986;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001172 Lock_time: 0.001045 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219986;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:25.665552' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001012 Lock_time: 0.000847 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219986;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:25.665686' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:26:27
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000783 Lock_time: 0.000641 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219987;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001022 Lock_time: 0.000661 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219987;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001287 Lock_time: 0.001164 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219987;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:26.665986' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:26:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12303 Schema: QC_hit: No
# Query_time: 0.000235 Lock_time: 0.000135 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219988;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12303 Schema: QC_hit: No
# Query_time: 0.000286 Lock_time: 0.000237 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219988;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000384 Lock_time: 0.000183 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219988;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000644 Lock_time: 0.000213 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219988;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000385 Lock_time: 0.000273 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219988;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:27.665564' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:26:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12304 Schema: QC_hit: No
# Query_time: 0.000206 Lock_time: 0.000112 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219989;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12304 Schema: QC_hit: No
# Query_time: 0.000163 Lock_time: 0.000117 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219989;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000635 Lock_time: 0.000143 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219989;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000246 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219989;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:28.666132' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001243 Lock_time: 0.001127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219989;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:28.666107' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:26:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000242 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219990;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:29.665466' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000281 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219990;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:29.665453' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000775 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219990;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:26:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000247 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219991;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:30.666055' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000312 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219991;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:30.666039' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001483 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219991;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:26:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000300 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219992;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000488 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219992;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000178 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219992;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:31.66561' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:26:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000750 Lock_time: 0.000659 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219993;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000300 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219993;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:32.666203' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000260 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219993;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:32.666294' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:26:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000298 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219994;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000261 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219994;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:33.665763' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000509 Lock_time: 0.000064 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219994;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:33.66578' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:26:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000214 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219995;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000858 Lock_time: 0.000162 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219995;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000225 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219995;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:34.666259' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:26:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000756 Lock_time: 0.000403 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219996;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:35.665861' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002067 Lock_time: 0.001249 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219996;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002101 Lock_time: 0.001096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219996;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:26:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001295 Lock_time: 0.001087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219997;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000624 Lock_time: 0.000404 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219997;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:36.666426' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000224 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219997;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:36.666428' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:26:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12307 Schema: QC_hit: No
# Query_time: 0.000222 Lock_time: 0.000139 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219998;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12307 Schema: QC_hit: No
# Query_time: 0.000279 Lock_time: 0.000191 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219998;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000294 Lock_time: 0.000072 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219998;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000554 Lock_time: 0.000140 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219998;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001642 Lock_time: 0.001431 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219998;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:37.66584' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001667 Lock_time: 0.001387 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219998;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:37.665829' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:26:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12308 Schema: QC_hit: No
# Query_time: 0.000221 Lock_time: 0.000126 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623219999;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12308 Schema: QC_hit: No
# Query_time: 0.000160 Lock_time: 0.000115 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623219999;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000785 Lock_time: 0.000669 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219999;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:38.667371' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001516 Lock_time: 0.001343 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219999;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000838 Lock_time: 0.000634 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623219999;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:38.667406' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:26:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000264 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220000;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000849 Lock_time: 0.000158 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220000;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000312 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220000;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:39.665734' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:26:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000544 Lock_time: 0.000166 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220001;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000289 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220001;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:40.666592' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000342 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220001;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:40.666309' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:26:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000442 Lock_time: 0.000263 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220002;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000455 Lock_time: 0.000242 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220002;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:41.665715' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000469 Lock_time: 0.000255 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220002;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:41.665813' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:26:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000330 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220003;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000572 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220003;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000671 Lock_time: 0.000537 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220003;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:42.666316' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:26:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000667 Lock_time: 0.000422 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220004;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:43.66569' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001715 Lock_time: 0.001287 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220004;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001161 Lock_time: 0.000527 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220004;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:43.665699' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:26:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001622 Lock_time: 0.001474 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220005;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000964 Lock_time: 0.000783 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220005;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:44.666246' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001135 Lock_time: 0.001000 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220005;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:44.666238' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001877 Lock_time: 0.001487 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220005;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:26:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000295 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220006;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000236 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220006;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:45.665664' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001652 Lock_time: 0.000891 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220006;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12310 Schema: QC_hit: No
# Query_time: 0.000248 Lock_time: 0.000146 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220006;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12310 Schema: QC_hit: No
# Query_time: 0.000242 Lock_time: 0.000175 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220006;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:26:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000517 Lock_time: 0.000370 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220007;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000213 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220007;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:46.666369' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000436 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220007;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:46.666303' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:26:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12312 Schema: QC_hit: No
# Query_time: 0.000216 Lock_time: 0.000123 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220008;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12312 Schema: QC_hit: No
# Query_time: 0.000143 Lock_time: 0.000094 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220008;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000267 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220008;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000613 Lock_time: 0.000492 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220008;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:47.665805' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000653 Lock_time: 0.000504 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220008;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:47.665805' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:26:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12313 Schema: QC_hit: No
# Query_time: 0.000247 Lock_time: 0.000151 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220009;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12313 Schema: QC_hit: No
# Query_time: 0.000147 Lock_time: 0.000096 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220009;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000634 Lock_time: 0.000169 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220009;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001142 Lock_time: 0.000753 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220009;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000418 Lock_time: 0.000271 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220009;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:48.666425' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:26:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001501 Lock_time: 0.001344 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220010;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000747 Lock_time: 0.000639 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220010;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:49.665898' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002178 Lock_time: 0.001358 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220010;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:26:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001471 Lock_time: 0.001263 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220011;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001682 Lock_time: 0.001279 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220011;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001112 Lock_time: 0.000985 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220011;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:50.666375' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:26:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000378 Lock_time: 0.000148 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220012;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:51.665877' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000305 Lock_time: 0.000147 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220012;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:51.665849' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000459 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220012;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:26:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000599 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220013;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000410 Lock_time: 0.000212 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220013;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:52.666682' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001187 Lock_time: 0.001032 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220013;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:26:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000306 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220014;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000284 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220014;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:53.6661' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000766 Lock_time: 0.000532 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220014;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:53.665848' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:26:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000695 Lock_time: 0.000151 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220015;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000381 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220015;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:54.66643' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000447 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220015;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:54.666431' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:26:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000239 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220016;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000228 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220016;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:55.666105' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000243 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220016;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:55.665906' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:26:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000283 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220017;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000184 Lock_time: 0.000064 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220017;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:56.666559' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000192 Lock_time: 0.000069 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220017;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:56.666763' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:26:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12316 Schema: QC_hit: No
# Query_time: 0.000189 Lock_time: 0.000110 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220018;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12316 Schema: QC_hit: No
# Query_time: 0.000206 Lock_time: 0.000135 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220018;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001650 Lock_time: 0.001445 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220018;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001490 Lock_time: 0.001335 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220018;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:57.666029' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001672 Lock_time: 0.001495 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220018;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:57.665844' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:26:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12317 Schema: QC_hit: No
# Query_time: 0.000234 Lock_time: 0.000139 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220019;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12317 Schema: QC_hit: No
# Query_time: 0.000185 Lock_time: 0.000133 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220019;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000856 Lock_time: 0.000686 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220019;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:58.666477' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001688 Lock_time: 0.001329 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220019;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001322 Lock_time: 0.001203 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220019;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:58.666325' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:27:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000233 Lock_time: 0.000060 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220020;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000672 Lock_time: 0.000193 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220020;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000236 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220020;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:26:59.665892' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:27:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000557 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220021;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000784 Lock_time: 0.000675 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220021;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001256 Lock_time: 0.001046 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220021;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:00.666601' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001161 Lock_time: 0.000952 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220021;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:00.666441' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:27:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000336 Lock_time: 0.000192 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220022;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000196 Lock_time: 0.000051 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220022;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:01.665682' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000404 Lock_time: 0.000240 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220022;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:01.665834' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:27:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000308 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220023;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000252 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220023;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:02.66624' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000917 Lock_time: 0.000577 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220023;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:27:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000281 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220024;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:03.665706' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001157 Lock_time: 0.000533 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220024;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000197 Lock_time: 0.000076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220024;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:03.665789' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:27:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000278 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220025;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000591 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220025;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000219 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220025;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:04.666151' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:27:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001018 Lock_time: 0.000711 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220026;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:05.665603' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001806 Lock_time: 0.001531 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220026;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002161 Lock_time: 0.001403 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220026;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:27:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001226 Lock_time: 0.001024 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220027;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:06.666293' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001203 Lock_time: 0.000993 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220027;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:06.666101' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001794 Lock_time: 0.001594 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220027;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:27:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12320 Schema: QC_hit: No
# Query_time: 0.000236 Lock_time: 0.000139 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220028;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12320 Schema: QC_hit: No
# Query_time: 0.000170 Lock_time: 0.000117 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220028;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000571 Lock_time: 0.000139 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220028;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001536 Lock_time: 0.001372 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220028;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:07.665522' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001400 Lock_time: 0.001194 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220028;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:07.66566' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:27:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12321 Schema: QC_hit: No
# Query_time: 0.000240 Lock_time: 0.000140 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220029;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12321 Schema: QC_hit: No
# Query_time: 0.000200 Lock_time: 0.000135 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220029;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000293 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220029;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000910 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220029;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001316 Lock_time: 0.001156 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220029;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:08.666432' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:27:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000299 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220030;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000221 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220030;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:09.665576' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000274 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220030;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:09.665576' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:27:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000683 Lock_time: 0.000325 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220031;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001052 Lock_time: 0.000896 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220031;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:10.66694' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000217 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220031;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:10.666957' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:27:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000850 Lock_time: 0.000414 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220032;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000241 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220032;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:11.666796' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001109 Lock_time: 0.000937 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220032;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:27:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000294 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220033;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000272 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220033;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:12.666323' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000320 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220033;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:12.666089' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:27:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000210 Lock_time: 0.000058 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220034;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000219 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220034;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:13.665521' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000234 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220034;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:13.665874' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:27:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000868 Lock_time: 0.000413 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220035;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000186 Lock_time: 0.000068 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220035;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:14.666153' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000225 Lock_time: 0.000067 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220035;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:14.666343' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:27:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000545 Lock_time: 0.000373 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220036;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000232 Lock_time: 0.000076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220036;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:15.666621' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000977 Lock_time: 0.000662 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220036;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12323 Schema: QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000162 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220036;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12323 Schema: QC_hit: No
# Query_time: 0.000154 Lock_time: 0.000105 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220036;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:27:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000363 Lock_time: 0.000134 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220037;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000335 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220037;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:16.666047' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000361 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220037;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:16.666114' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:27:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12325 Schema: QC_hit: No
# Query_time: 0.000267 Lock_time: 0.000164 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220038;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12325 Schema: QC_hit: No
# Query_time: 0.000156 Lock_time: 0.000105 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220038;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000252 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220038;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:17.666401' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000724 Lock_time: 0.000182 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220038;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000588 Lock_time: 0.000460 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220038;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:17.666559' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:27:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12326 Schema: QC_hit: No
# Query_time: 0.000246 Lock_time: 0.000136 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220039;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12326 Schema: QC_hit: No
# Query_time: 0.000184 Lock_time: 0.000126 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220039;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000332 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220039;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000270 Lock_time: 0.000067 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220039;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:18.668611' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000170 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220039;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:18.66858' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:27:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000348 Lock_time: 0.000137 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220040;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000257 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220040;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:19.666303' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001015 Lock_time: 0.000521 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220040;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:27:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000337 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220041;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000245 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220041;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:20.66569' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000604 Lock_time: 0.000479 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220041;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:20.665849' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:27:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000248 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220042;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000181 Lock_time: 0.000066 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220042;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:21.666486' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000691 Lock_time: 0.000136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220042;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:27:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000579 Lock_time: 0.000354 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220043;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:22.666068' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000645 Lock_time: 0.000401 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220043;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:22.665856' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001323 Lock_time: 0.001109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220043;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:27:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000772 Lock_time: 0.000592 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220044;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:23.666434' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001480 Lock_time: 0.001240 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220044;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000699 Lock_time: 0.000468 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220044;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:23.666407' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:27:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000893 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220045;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000236 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220045;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:24.66598' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000222 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220045;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:24.665909' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:27:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000292 Lock_time: 0.000142 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220046;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000531 Lock_time: 0.000174 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220046;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000434 Lock_time: 0.000307 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220046;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:25.666476' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000335 Lock_time: 0.000193 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220046;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:25.666449' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:27:27
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000230 Lock_time: 0.000056 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220047;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000625 Lock_time: 0.000146 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220047;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000222 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220047;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:26.665834' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:27:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12329 Schema: QC_hit: No
# Query_time: 0.000187 Lock_time: 0.000107 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220048;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12329 Schema: QC_hit: No
# Query_time: 0.000148 Lock_time: 0.000101 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220048;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000257 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220048;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000439 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220048;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000183 Lock_time: 0.000060 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220048;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:27.666441' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:27:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12330 Schema: QC_hit: No
# Query_time: 0.000236 Lock_time: 0.000144 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220049;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12330 Schema: QC_hit: No
# Query_time: 0.000180 Lock_time: 0.000133 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220049;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000285 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220049;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000487 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220049;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000282 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220049;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:28.665963' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:27:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000584 Lock_time: 0.000153 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220050;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000217 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220050;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:29.666416' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000205 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220050;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:29.66639' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:27:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001317 Lock_time: 0.001169 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220051;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000911 Lock_time: 0.000666 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220051;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:30.665835' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001422 Lock_time: 0.001081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220051;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:27:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001144 Lock_time: 0.000978 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220052;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000402 Lock_time: 0.000251 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220052;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:31.6664' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000450 Lock_time: 0.000330 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220052;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:31.666446' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:27:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000285 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220053;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001238 Lock_time: 0.001112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220053;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:32.666092' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001364 Lock_time: 0.001161 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220053;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:32.665905' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:27:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000261 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220054;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000250 Lock_time: 0.000058 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220054;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:33.66545' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000230 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220054;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:33.665515' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:27:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000484 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220055;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000199 Lock_time: 0.000066 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220055;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:34.6662' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000242 Lock_time: 0.000069 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220055;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:34.666039' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:27:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000488 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220056;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000263 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220056;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:35.665572' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000249 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220056;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:35.665635' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:27:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000280 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220057;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000563 Lock_time: 0.000159 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220057;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000176 Lock_time: 0.000057 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220057;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:36.666238' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:27:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12333 Schema: QC_hit: No
# Query_time: 0.000247 Lock_time: 0.000147 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220058;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12333 Schema: QC_hit: No
# Query_time: 0.000309 Lock_time: 0.000216 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220058;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000313 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220058;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000318 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220058;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:37.665568' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000853 Lock_time: 0.000688 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220058;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:37.665531' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:27:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12334 Schema: QC_hit: No
# Query_time: 0.000255 Lock_time: 0.000160 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220059;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12334 Schema: QC_hit: No
# Query_time: 0.000185 Lock_time: 0.000136 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220059;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000321 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220059;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000809 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220059;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000443 Lock_time: 0.000284 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220059;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:38.665949' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:27:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000526 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220060;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000253 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220060;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:39.666461' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000183 Lock_time: 0.000060 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220060;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:39.666429' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:27:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001706 Lock_time: 0.001558 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220061;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000894 Lock_time: 0.000762 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220061;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:40.665847' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000982 Lock_time: 0.000744 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220061;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:40.665872' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002020 Lock_time: 0.001585 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220061;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:27:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000663 Lock_time: 0.000471 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220062;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:41.666331' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000663 Lock_time: 0.000450 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220062;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:41.666352' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001340 Lock_time: 0.001136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220062;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:27:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000327 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220063;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000570 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220063;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001661 Lock_time: 0.001518 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220063;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:42.665958' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001741 Lock_time: 0.001579 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220063;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:42.665737' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:27:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000294 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220064;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000498 Lock_time: 0.000136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220064;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001444 Lock_time: 0.001272 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220064;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:43.666539' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:27:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000302 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220065;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000620 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220065;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000200 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220065;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:44.665816' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:27:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000264 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220066;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000573 Lock_time: 0.000133 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220066;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000276 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220066;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:45.666548' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12336 Schema: QC_hit: No
# Query_time: 0.000198 Lock_time: 0.000117 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220066;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12336 Schema: QC_hit: No
# Query_time: 0.000210 Lock_time: 0.000158 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220066;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:27:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000559 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220067;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000287 Lock_time: 0.000169 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220067;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:46.665959' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000594 Lock_time: 0.000474 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220067;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:46.665958' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:27:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12338 Schema: QC_hit: No
# Query_time: 0.000220 Lock_time: 0.000124 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220068;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12338 Schema: QC_hit: No
# Query_time: 0.000137 Lock_time: 0.000093 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220068;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000317 Lock_time: 0.000154 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220068;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000487 Lock_time: 0.000140 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220068;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000460 Lock_time: 0.000238 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220068;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:47.666265' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:27:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12339 Schema: QC_hit: No
# Query_time: 0.000221 Lock_time: 0.000137 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220069;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12339 Schema: QC_hit: No
# Query_time: 0.000174 Lock_time: 0.000112 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220069;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000295 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220069;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000247 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220069;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:48.665691' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000262 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220069;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:48.665669' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:27:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000645 Lock_time: 0.000194 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220070;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000201 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220070;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:49.666293' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000441 Lock_time: 0.000190 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220070;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:49.66627' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:27:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001094 Lock_time: 0.000912 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220071;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:50.665709' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001209 Lock_time: 0.000973 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220071;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:50.665885' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001593 Lock_time: 0.001394 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220071;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001913 Lock_time: 0.001461 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220071;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:27:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000919 Lock_time: 0.000707 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220072;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:51.666302' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000957 Lock_time: 0.000665 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220072;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:51.666203' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001785 Lock_time: 0.001400 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220072;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:27:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000349 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220073;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000511 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220073;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001623 Lock_time: 0.001493 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220073;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:52.66568' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001462 Lock_time: 0.001326 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220073;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:52.665854' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:27:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000312 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220074;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000542 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220074;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001545 Lock_time: 0.001400 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220074;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:53.666145' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:27:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000335 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220075;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000451 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220075;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000534 Lock_time: 0.000374 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220075;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:54.665653' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:27:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000257 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220076;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000269 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220076;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:55.6661' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000610 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220076;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:27:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000283 Lock_time: 0.000076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220077;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000584 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220077;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000216 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220077;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:56.665608' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:27:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12342 Schema: QC_hit: No
# Query_time: 0.000205 Lock_time: 0.000125 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220078;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12342 Schema: QC_hit: No
# Query_time: 0.000182 Lock_time: 0.000130 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220078;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000316 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220078;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000459 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220078;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000241 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220078;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:57.666172' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:27:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12343 Schema: QC_hit: No
# Query_time: 0.000205 Lock_time: 0.000124 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220079;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12343 Schema: QC_hit: No
# Query_time: 0.000163 Lock_time: 0.000116 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220079;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000272 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220079;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000580 Lock_time: 0.000182 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220079;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000253 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220079;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:58.665758' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:28:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000246 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220080;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000437 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220080;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000291 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220080;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:27:59.666122' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:28:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000338 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220081;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000867 Lock_time: 0.000475 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220081;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000215 Lock_time: 0.000063 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220081;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:00.665536' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:28:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000323 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220082;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000918 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220082;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000600 Lock_time: 0.000340 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220082;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:01.666133' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:28:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000757 Lock_time: 0.000560 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220083;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000359 Lock_time: 0.000195 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220083;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:02.665729' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000355 Lock_time: 0.000241 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220083;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:02.665546' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:28:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000749 Lock_time: 0.000164 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220084;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000265 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220084;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:03.666197' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000181 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220084;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:03.666059' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:28:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000537 Lock_time: 0.000323 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220085;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:04.665946' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001574 Lock_time: 0.001080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220085;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001770 Lock_time: 0.001000 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220085;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:28:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001168 Lock_time: 0.000993 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220086;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000507 Lock_time: 0.000320 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220086;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:05.666421' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001338 Lock_time: 0.000984 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220086;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:28:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000323 Lock_time: 0.000133 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220087;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000282 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220087;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:06.665745' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000280 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220087;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:06.665765' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:28:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12346 Schema: QC_hit: No
# Query_time: 0.000299 Lock_time: 0.000186 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220088;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12346 Schema: QC_hit: No
# Query_time: 0.000215 Lock_time: 0.000155 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220088;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000563 Lock_time: 0.000136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220088;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000217 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220088;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:07.66636' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000291 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220088;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:07.666377' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:28:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12347 Schema: QC_hit: No
# Query_time: 0.000199 Lock_time: 0.000127 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220089;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12347 Schema: QC_hit: No
# Query_time: 0.000198 Lock_time: 0.000141 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220089;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000565 Lock_time: 0.000139 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220089;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000328 Lock_time: 0.000182 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220089;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:08.665827' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000201 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220089;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:08.66583' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:28:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000725 Lock_time: 0.000141 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220090;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000198 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220090;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:09.666443' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000334 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220090;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:09.666302' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:28:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000780 Lock_time: 0.000598 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220091;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:10.665821' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001371 Lock_time: 0.001194 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220091;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001557 Lock_time: 0.001158 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220091;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:28:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000391 Lock_time: 0.000206 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220092;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:11.66662' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001278 Lock_time: 0.001099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220092;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000443 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220092;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:28:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000706 Lock_time: 0.000163 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220093;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001199 Lock_time: 0.001055 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220093;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:12.666039' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001190 Lock_time: 0.001032 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220093;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:12.665782' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:28:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000309 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220094;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000515 Lock_time: 0.000155 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220094;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001376 Lock_time: 0.001236 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220094;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:13.666272' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:28:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000625 Lock_time: 0.000432 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220095;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000218 Lock_time: 0.000063 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220095;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:14.66565' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000337 Lock_time: 0.000069 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220095;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:14.66579' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:28:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000826 Lock_time: 0.000227 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220096;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000263 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220096;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:15.666533' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001382 Lock_time: 0.001270 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220096;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:15.666314' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12349 Schema: QC_hit: No
# Query_time: 0.000204 Lock_time: 0.000124 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220096;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12349 Schema: QC_hit: No
# Query_time: 0.000257 Lock_time: 0.000168 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220096;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:28:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000241 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220097;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000374 Lock_time: 0.000268 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220097;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:16.665609' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000400 Lock_time: 0.000272 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220097;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:16.665646' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:28:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12351 Schema: QC_hit: No
# Query_time: 0.000235 Lock_time: 0.000136 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220098;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12351 Schema: QC_hit: No
# Query_time: 0.000203 Lock_time: 0.000141 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220098;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000620 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220098;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000631 Lock_time: 0.000467 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220098;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:17.666377' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220098;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:17.666476' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:28:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12352 Schema: QC_hit: No
# Query_time: 0.000191 Lock_time: 0.000112 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220099;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12352 Schema: QC_hit: No
# Query_time: 0.000115 Lock_time: 0.000074 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220099;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000298 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220099;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000418 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220099;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000242 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220099;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:18.666455' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:28:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220100;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000315 Lock_time: 0.000139 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220100;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:19.665838' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000379 Lock_time: 0.000182 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220100;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:19.665838' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:28:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000259 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220101;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000499 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220101;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000217 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220101;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:20.666814' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000223 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220101;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:20.666437' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:28:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000866 Lock_time: 0.000569 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220102;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:21.665695' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001412 Lock_time: 0.001057 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220102;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001854 Lock_time: 0.001301 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220102;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:28:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000710 Lock_time: 0.000558 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220103;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:22.666264' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001430 Lock_time: 0.001262 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220103;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000932 Lock_time: 0.000684 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220103;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:22.666264' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:28:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000283 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220104;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000249 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220104;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:23.665748' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000313 Lock_time: 0.000141 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220104;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:23.665728' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:28:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000921 Lock_time: 0.000541 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220105;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000181 Lock_time: 0.000065 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220105;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:24.666213' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000191 Lock_time: 0.000061 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220105;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:24.666268' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:28:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000471 Lock_time: 0.000319 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220106;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000299 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220106;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:25.665676' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000289 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220106;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:25.665603' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:28:27
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000208 Lock_time: 0.000069 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220107;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000183 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220107;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:26.666233' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000205 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220107;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:26.66631' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:28:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12355 Schema: QC_hit: No
# Query_time: 0.000193 Lock_time: 0.000100 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220108;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12355 Schema: QC_hit: No
# Query_time: 0.000148 Lock_time: 0.000100 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220108;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001115 Lock_time: 0.000863 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220108;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:27.665755' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001760 Lock_time: 0.001512 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220108;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001014 Lock_time: 0.000788 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220108;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:27.665743' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:28:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12356 Schema: QC_hit: No
# Query_time: 0.000205 Lock_time: 0.000122 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220109;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12356 Schema: QC_hit: No
# Query_time: 0.000188 Lock_time: 0.000126 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220109;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000660 Lock_time: 0.000528 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220109;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:28.6664' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001392 Lock_time: 0.001203 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220109;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001593 Lock_time: 0.001201 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220109;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:28:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000523 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220110;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001600 Lock_time: 0.001406 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220110;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:29.665739' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001589 Lock_time: 0.001364 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220110;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:29.665831' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:28:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000343 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220111;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000489 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220111;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001324 Lock_time: 0.001210 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220111;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:30.66636' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001329 Lock_time: 0.001173 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220111;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:30.666364' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:28:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000719 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220112;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000232 Lock_time: 0.000073 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220112;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:31.665797' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000349 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220112;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:31.665959' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:28:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000542 Lock_time: 0.000358 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220113;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000217 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220113;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:32.666586' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000189 Lock_time: 0.000063 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220113;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:32.666367' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000828 Lock_time: 0.000342 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220113;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:28:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000334 Lock_time: 0.000152 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220114;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000543 Lock_time: 0.000371 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220114;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:33.665949' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000506 Lock_time: 0.000341 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220114;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:33.666124' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:28:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000174 Lock_time: 0.000053 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220115;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:34.666577' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000713 Lock_time: 0.000249 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220115;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000421 Lock_time: 0.000312 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220115;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:34.666679' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:28:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001678 Lock_time: 0.001473 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220116;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001965 Lock_time: 0.001495 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220116;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001622 Lock_time: 0.001501 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220116;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:35.666188' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:28:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000464 Lock_time: 0.000289 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220117;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001540 Lock_time: 0.001385 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220117;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:36.665596' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000890 Lock_time: 0.000756 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220117;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:36.665755' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:28:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12359 Schema: QC_hit: No
# Query_time: 0.000237 Lock_time: 0.000130 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220118;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12359 Schema: QC_hit: No
# Query_time: 0.000159 Lock_time: 0.000112 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220118;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000705 Lock_time: 0.000502 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220118;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:37.666154' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001373 Lock_time: 0.001159 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220118;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001579 Lock_time: 0.001152 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220118;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:28:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12360 Schema: QC_hit: No
# Query_time: 0.000262 Lock_time: 0.000157 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220119;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12360 Schema: QC_hit: No
# Query_time: 0.000162 Lock_time: 0.000115 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220119;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000495 Lock_time: 0.000286 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220119;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001269 Lock_time: 0.001149 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220119;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:38.666452' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001313 Lock_time: 0.001155 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220119;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:38.666432' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:28:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000359 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220120;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000583 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220120;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000239 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220120;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:39.665825' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:28:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000575 Lock_time: 0.000189 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220121;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000174 Lock_time: 0.000056 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220121;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:40.666468' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000580 Lock_time: 0.000426 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220121;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:40.66643' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:28:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000186 Lock_time: 0.000053 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220122;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:41.665878' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000919 Lock_time: 0.000409 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220122;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000330 Lock_time: 0.000221 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220122;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:41.66603' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:28:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000288 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220123;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000505 Lock_time: 0.000130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220123;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000206 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220123;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:42.666601' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:28:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001641 Lock_time: 0.001462 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220124;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000874 Lock_time: 0.000678 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220124;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:43.666203' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000916 Lock_time: 0.000719 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220124;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:43.665985' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:28:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000266 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220125;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001602 Lock_time: 0.001482 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220125;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:44.665534' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001650 Lock_time: 0.001499 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220125;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:44.665562' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:28:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001315 Lock_time: 0.000753 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220126;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001256 Lock_time: 0.001135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220126;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:45.666107' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001307 Lock_time: 0.001150 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220126;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:45.666102' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12362 Schema: QC_hit: No
# Query_time: 0.000237 Lock_time: 0.000129 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220126;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12362 Schema: QC_hit: No
# Query_time: 0.000136 Lock_time: 0.000094 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220126;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:28:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000277 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220127;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000502 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220127;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000219 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220127;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:46.665589' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:28:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12364 Schema: QC_hit: No
# Query_time: 0.000233 Lock_time: 0.000135 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220128;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12364 Schema: QC_hit: No
# Query_time: 0.000208 Lock_time: 0.000137 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220128;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000223 Lock_time: 0.000076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220128;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:47.666241' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000512 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220128;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000171 Lock_time: 0.000062 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220128;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:47.666238' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:28:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12365 Schema: QC_hit: No
# Query_time: 0.000221 Lock_time: 0.000116 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220129;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12365 Schema: QC_hit: No
# Query_time: 0.000175 Lock_time: 0.000129 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220129;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000279 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220129;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000242 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220129;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:48.665648' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000278 Lock_time: 0.000153 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220129;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:48.665638' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:28:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000537 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220130;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000247 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220130;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:49.66617' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000271 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220130;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:49.666177' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:28:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000834 Lock_time: 0.000623 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220131;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:50.665542' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000828 Lock_time: 0.000615 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220131;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:50.665622' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001461 Lock_time: 0.001252 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220131;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:28:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000605 Lock_time: 0.000450 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220132;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:51.66617' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001301 Lock_time: 0.001099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220132;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000519 Lock_time: 0.000381 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220132;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:51.666157' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:28:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000357 Lock_time: 0.000189 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220133;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000641 Lock_time: 0.000174 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220133;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000183 Lock_time: 0.000074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220133;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:52.668722' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:28:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000209 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220134;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:53.666371' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000831 Lock_time: 0.000394 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220134;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000911 Lock_time: 0.000818 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220134;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:28:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000270 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220135;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000310 Lock_time: 0.000160 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220135;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:54.665519' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000408 Lock_time: 0.000312 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220135;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:54.665533' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:28:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000320 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220136;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000553 Lock_time: 0.000150 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220136;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000251 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220136;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:55.66602' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:28:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000601 Lock_time: 0.000417 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220137;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:56.66551' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000666 Lock_time: 0.000482 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220137;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:56.66544' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001413 Lock_time: 0.001175 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220137;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:28:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12368 Schema: QC_hit: No
# Query_time: 0.000234 Lock_time: 0.000135 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220138;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12368 Schema: QC_hit: No
# Query_time: 0.000162 Lock_time: 0.000113 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220138;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001643 Lock_time: 0.001434 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220138;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000922 Lock_time: 0.000725 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220138;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:57.666213' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001013 Lock_time: 0.000756 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220138;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:57.666007' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001867 Lock_time: 0.001443 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220138;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:28:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12369 Schema: QC_hit: No
# Query_time: 0.000200 Lock_time: 0.000134 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220139;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12369 Schema: QC_hit: No
# Query_time: 0.000176 Lock_time: 0.000115 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220139;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001518 Lock_time: 0.001352 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220139;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:58.665662' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000503 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220139;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000204 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220139;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:29:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000279 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220140;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:28:59.666095' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001372 Lock_time: 0.001166 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220140;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001718 Lock_time: 0.001204 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220140;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:29:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001228 Lock_time: 0.001032 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220141;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:00.665686' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001211 Lock_time: 0.001030 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220141;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:00.665734' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001138 Lock_time: 0.000704 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220141;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:29:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000551 Lock_time: 0.000140 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220142;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000968 Lock_time: 0.000839 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220142;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:01.666499' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000867 Lock_time: 0.000713 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220142;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:01.666231' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:29:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000494 Lock_time: 0.000252 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220143;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000271 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220143;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:02.665811' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000260 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220143;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:02.665732' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:29:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000264 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220144;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000460 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220144;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000252 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220144;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:03.666294' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:29:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000768 Lock_time: 0.000398 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220145;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000208 Lock_time: 0.000068 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220145;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:04.665751' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000242 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220145;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:04.665775' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:29:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000303 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220146;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000313 Lock_time: 0.000185 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220146;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:05.666259' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000328 Lock_time: 0.000170 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220146;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:05.666461' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:29:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000638 Lock_time: 0.000448 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220147;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:06.665743' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001524 Lock_time: 0.001318 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220147;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001849 Lock_time: 0.001305 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220147;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:29:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12372 Schema: QC_hit: No
# Query_time: 0.000231 Lock_time: 0.000123 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220148;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12372 Schema: QC_hit: No
# Query_time: 0.000151 Lock_time: 0.000107 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220148;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001491 Lock_time: 0.001332 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220148;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001101 Lock_time: 0.000929 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220148;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:07.666225' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001075 Lock_time: 0.000925 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220148;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:07.66638' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:29:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12373 Schema: QC_hit: No
# Query_time: 0.000227 Lock_time: 0.000128 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220149;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12373 Schema: QC_hit: No
# Query_time: 0.000195 Lock_time: 0.000127 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220149;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000249 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220149;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000675 Lock_time: 0.000146 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220149;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000264 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220149;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:08.665669' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000219 Lock_time: 0.000072 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220149;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:08.665666' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:29:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000352 Lock_time: 0.000151 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220150;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000299 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220150;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:09.666233' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000335 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220150;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:09.666274' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:29:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001523 Lock_time: 0.001360 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220151;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000627 Lock_time: 0.000438 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220151;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:10.666094' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001750 Lock_time: 0.001364 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220151;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:29:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000711 Lock_time: 0.000512 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220152;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:11.666553' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000694 Lock_time: 0.000499 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220152;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:11.666551' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001488 Lock_time: 0.001125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220152;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:29:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001421 Lock_time: 0.001257 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220153;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000383 Lock_time: 0.000255 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220153;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:12.666542' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000228 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220153;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:12.667818' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:29:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000380 Lock_time: 0.000136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220154;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000545 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220154;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000262 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220154;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:13.669353' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:29:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000675 Lock_time: 0.000149 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220155;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000241 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220155;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:14.665749' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000298 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220155;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:14.665622' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:29:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000579 Lock_time: 0.000386 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220156;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:15.666069' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000607 Lock_time: 0.000345 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220156;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:15.666228' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000150 Lock_time: 0.000057 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220156;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12375 Schema: QC_hit: No
# Query_time: 0.000261 Lock_time: 0.000147 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220156;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12375 Schema: QC_hit: No
# Query_time: 0.000204 Lock_time: 0.000139 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220156;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:29:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000400 Lock_time: 0.000264 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220157;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000582 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220157;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000220 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220157;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:16.665505' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220157;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:16.665466' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:29:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12377 Schema: QC_hit: No
# Query_time: 0.000325 Lock_time: 0.000227 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220158;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12377 Schema: QC_hit: No
# Query_time: 0.000210 Lock_time: 0.000163 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220158;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000330 Lock_time: 0.000163 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220158;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000656 Lock_time: 0.000157 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220158;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000252 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220158;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:17.666023' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:29:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12378 Schema: QC_hit: No
# Query_time: 0.000217 Lock_time: 0.000132 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220159;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12378 Schema: QC_hit: No
# Query_time: 0.000288 Lock_time: 0.000188 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220159;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000357 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220159;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000546 Lock_time: 0.000154 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220159;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000196 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220159;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:18.669621' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:29:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000624 Lock_time: 0.000459 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220160;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000849 Lock_time: 0.000476 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220160;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000599 Lock_time: 0.000291 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220160;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:19.6695' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:29:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000308 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220161;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000280 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220161;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:20.665881' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000275 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220161;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:20.666115' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:29:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000191 Lock_time: 0.000065 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220162;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:21.665849' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000877 Lock_time: 0.000520 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220162;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000251 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220162;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:21.665799' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:29:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000755 Lock_time: 0.000582 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220163;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000202 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220163;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:22.666616' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000995 Lock_time: 0.000606 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220163;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:29:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000358 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220164;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000740 Lock_time: 0.000379 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220164;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000453 Lock_time: 0.000317 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220164;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:23.665732' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:29:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000723 Lock_time: 0.000336 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220165;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000214 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220165;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:24.666514' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000186 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220165;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:24.66631' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:29:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000900 Lock_time: 0.000767 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220166;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:25.665684' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001655 Lock_time: 0.001509 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220166;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002064 Lock_time: 0.001504 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220166;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000887 Lock_time: 0.000773 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220166;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:25.665728' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:29:27
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001429 Lock_time: 0.001246 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220167;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000740 Lock_time: 0.000500 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220167;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:26.666733' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000620 Lock_time: 0.000383 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220167;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:26.666418' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:29:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12381 Schema: QC_hit: No
# Query_time: 0.000239 Lock_time: 0.000147 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220168;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12381 Schema: QC_hit: No
# Query_time: 0.000142 Lock_time: 0.000096 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220168;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000611 Lock_time: 0.000403 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220168;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:27.666236' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000770 Lock_time: 0.000407 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220168;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:27.666221' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002014 Lock_time: 0.001221 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220168;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:29:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12382 Schema: QC_hit: No
# Query_time: 0.000230 Lock_time: 0.000144 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220169;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12382 Schema: QC_hit: No
# Query_time: 0.000162 Lock_time: 0.000106 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220169;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000312 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220169;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000568 Lock_time: 0.000133 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220169;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000316 Lock_time: 0.000198 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220169;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:28.665576' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001395 Lock_time: 0.001244 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220169;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:28.665569' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:29:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000439 Lock_time: 0.000233 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220170;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001591 Lock_time: 0.001427 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220170;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:29.666317' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001442 Lock_time: 0.001300 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220170;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:29.666229' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:29:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000334 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220171;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000613 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220171;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000218 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220171;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:30.665746' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:29:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000812 Lock_time: 0.000374 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220172;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000832 Lock_time: 0.000744 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220172;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000201 Lock_time: 0.000068 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220172;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:31.66639' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:29:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000655 Lock_time: 0.000145 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220173;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000262 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220173;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:32.665832' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000477 Lock_time: 0.000333 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220173;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:32.665682' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:29:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000310 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220174;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000700 Lock_time: 0.000145 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220174;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000207 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220174;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:33.666118' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:29:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001160 Lock_time: 0.000970 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220175;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:34.66549' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001980 Lock_time: 0.001549 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220175;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001571 Lock_time: 0.001461 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220175;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:34.665473' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:29:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000832 Lock_time: 0.000683 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220176;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:35.666047' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001614 Lock_time: 0.001450 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220176;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000872 Lock_time: 0.000679 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220176;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:35.666038' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001882 Lock_time: 0.001461 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220176;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:29:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000362 Lock_time: 0.000133 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220177;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000180 Lock_time: 0.000055 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220177;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:36.665555' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000249 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220177;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:36.665664' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:29:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12385 Schema: QC_hit: No
# Query_time: 0.000190 Lock_time: 0.000110 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220178;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12385 Schema: QC_hit: No
# Query_time: 0.000138 Lock_time: 0.000091 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220178;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000471 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220178;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001417 Lock_time: 0.001236 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220178;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:37.666123' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.005276 Lock_time: 0.005144 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220178;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:37.666279' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:29:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12386 Schema: QC_hit: No
# Query_time: 0.000258 Lock_time: 0.000145 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220179;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12386 Schema: QC_hit: No
# Query_time: 0.000208 Lock_time: 0.000152 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220179;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000325 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220179;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000595 Lock_time: 0.000171 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220179;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000197 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220179;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:38.665652' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:29:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000474 Lock_time: 0.000267 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220180;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000575 Lock_time: 0.000140 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220180;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000246 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220180;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:39.669546' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:29:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000311 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220181;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000249 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220181;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:40.666685' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000200 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220181;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:40.666728' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:29:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000312 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220182;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000201 Lock_time: 0.000059 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220182;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:41.666339' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000396 Lock_time: 0.000195 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220182;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:41.666218' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:29:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000887 Lock_time: 0.000690 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220183;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:42.665627' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000913 Lock_time: 0.000692 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220183;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:42.665818' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001629 Lock_time: 0.001411 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220183;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001957 Lock_time: 0.001478 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220183;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:29:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000297 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220184;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001306 Lock_time: 0.001172 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220184;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:43.666081' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001339 Lock_time: 0.001151 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220184;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:43.666218' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:29:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000393 Lock_time: 0.000205 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220185;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000641 Lock_time: 0.000208 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220185;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000278 Lock_time: 0.000159 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220185;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:44.665539' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:29:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000353 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220186;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000551 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220186;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000250 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220186;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:45.66629' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12388 Schema: QC_hit: No
# Query_time: 0.000231 Lock_time: 0.000149 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220186;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12388 Schema: QC_hit: No
# Query_time: 0.000273 Lock_time: 0.000175 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220186;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:29:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000236 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220187;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000210 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220187;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:46.665636' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000233 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220187;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:46.665679' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:29:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12390 Schema: QC_hit: No
# Query_time: 0.000217 Lock_time: 0.000119 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220188;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12390 Schema: QC_hit: No
# Query_time: 0.000147 Lock_time: 0.000097 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220188;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000614 Lock_time: 0.000160 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220188;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000577 Lock_time: 0.000441 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220188;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:47.666356' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000635 Lock_time: 0.000511 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220188;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:47.666519' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:29:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12391 Schema: QC_hit: No
# Query_time: 0.000197 Lock_time: 0.000116 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220189;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12391 Schema: QC_hit: No
# Query_time: 0.000179 Lock_time: 0.000132 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220189;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000232 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220189;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000198 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220189;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:48.665842' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000237 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220189;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:48.665792' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:29:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000328 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220190;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000863 Lock_time: 0.000158 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220190;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000200 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220190;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:49.666537' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:29:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000782 Lock_time: 0.000572 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220191;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:50.666079' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000773 Lock_time: 0.000619 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220191;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:50.665837' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002199 Lock_time: 0.001458 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220191;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:29:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000572 Lock_time: 0.000354 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220192;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:51.666378' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001125 Lock_time: 0.001033 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220192;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001811 Lock_time: 0.001318 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220192;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:29:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000326 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220193;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000519 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220193;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000224 Lock_time: 0.000073 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220193;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:52.665813' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:29:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000562 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220194;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000320 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220194;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:53.666472' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000466 Lock_time: 0.000369 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220194;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:53.666344' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:29:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000609 Lock_time: 0.000159 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220195;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000288 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220195;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:54.665705' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000279 Lock_time: 0.000070 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220195;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:54.665686' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001326 Lock_time: 0.000153 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220195;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:29:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000353 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220196;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000225 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220196;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:55.666544' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000442 Lock_time: 0.000316 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220196;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:55.666318' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:29:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001177 Lock_time: 0.000972 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220197;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:56.665965' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001922 Lock_time: 0.001729 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220197;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002125 Lock_time: 0.001697 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220197;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001353 Lock_time: 0.000771 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220197;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:56.665797' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:29:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12394 Schema: QC_hit: No
# Query_time: 0.000192 Lock_time: 0.000107 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220198;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12394 Schema: QC_hit: No
# Query_time: 0.000171 Lock_time: 0.000122 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220198;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000767 Lock_time: 0.000576 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220198;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:57.666433' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000760 Lock_time: 0.000576 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220198;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:57.666274' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001436 Lock_time: 0.001163 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220198;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:29:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12395 Schema: QC_hit: No
# Query_time: 0.000196 Lock_time: 0.000115 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220199;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12395 Schema: QC_hit: No
# Query_time: 0.000127 Lock_time: 0.000082 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220199;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000368 Lock_time: 0.000194 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220199;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000213 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220199;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:58.6657' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000317 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220199;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:58.665819' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:30:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000366 Lock_time: 0.000178 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220200;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000575 Lock_time: 0.000175 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220200;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000198 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220200;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:59.666289' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000439 Lock_time: 0.000142 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220200;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:29:59.666587' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:30:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000567 Lock_time: 0.000137 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220201;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000278 Lock_time: 0.000140 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220201;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:00.665801' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000395 Lock_time: 0.000282 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220201;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:00.665755' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:30:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000290 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220202;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000582 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220202;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000451 Lock_time: 0.000333 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220202;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:01.667006' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:30:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001305 Lock_time: 0.001138 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220203;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000719 Lock_time: 0.000520 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220203;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:02.665607' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001595 Lock_time: 0.001241 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220203;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:30:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001267 Lock_time: 0.001118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220204;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000643 Lock_time: 0.000456 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220204;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:03.666412' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000674 Lock_time: 0.000489 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220204;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:03.666472' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:30:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000515 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220205;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000264 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220205;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:04.665758' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000324 Lock_time: 0.000168 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220205;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:04.665713' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:30:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000554 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220206;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000214 Lock_time: 0.000070 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220206;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:05.666396' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001287 Lock_time: 0.001179 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220206;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:05.666178' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:30:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000265 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220207;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:06.665692' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001086 Lock_time: 0.000257 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220207;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000415 Lock_time: 0.000211 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220207;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:06.665613' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:30:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12398 Schema: QC_hit: No
# Query_time: 0.000270 Lock_time: 0.000133 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220208;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12398 Schema: QC_hit: No
# Query_time: 0.000149 Lock_time: 0.000102 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220208;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000348 Lock_time: 0.000157 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220208;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000566 Lock_time: 0.000181 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220208;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000207 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220208;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:07.666286' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:30:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12399 Schema: QC_hit: No
# Query_time: 0.000248 Lock_time: 0.000138 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220209;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12399 Schema: QC_hit: No
# Query_time: 0.000164 Lock_time: 0.000114 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220209;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000858 Lock_time: 0.000218 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220209;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000221 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220209;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:08.665672' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000238 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220209;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:08.665635' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:30:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000616 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220210;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000281 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220210;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:09.666283' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000261 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220210;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:09.666247' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:30:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000203 Lock_time: 0.000072 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220211;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000595 Lock_time: 0.000136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220211;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000249 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220211;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:10.666447' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000244 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220211;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:10.666418' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:30:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000827 Lock_time: 0.000649 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220212;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:11.665993' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001426 Lock_time: 0.001202 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220212;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000664 Lock_time: 0.000480 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220212;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:11.666166' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:30:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000783 Lock_time: 0.000529 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220213;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:12.666624' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001292 Lock_time: 0.001031 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220213;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001373 Lock_time: 0.000981 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220213;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:30:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000309 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220214;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000208 Lock_time: 0.000067 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220214;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:13.665808' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001566 Lock_time: 0.001405 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220214;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:13.666014' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:30:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000235 Lock_time: 0.000054 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220215;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000572 Lock_time: 0.000165 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220215;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001460 Lock_time: 0.001345 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220215;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:14.666522' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:30:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000585 Lock_time: 0.000157 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220216;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000231 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220216;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:15.665715' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000353 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220216;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:15.665726' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12401 Schema: QC_hit: No
# Query_time: 0.000229 Lock_time: 0.000132 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220216;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12401 Schema: QC_hit: No
# Query_time: 0.000145 Lock_time: 0.000100 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220216;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:30:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000434 Lock_time: 0.000239 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220217;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000619 Lock_time: 0.000259 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220217;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000189 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220217;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:16.6665' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:30:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12403 Schema: QC_hit: No
# Query_time: 0.000195 Lock_time: 0.000113 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220218;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12403 Schema: QC_hit: No
# Query_time: 0.000178 Lock_time: 0.000128 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220218;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000269 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220218;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000260 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220218;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:17.665682' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000259 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220218;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:17.66571' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:30:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12404 Schema: QC_hit: No
# Query_time: 0.000267 Lock_time: 0.000157 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220219;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12404 Schema: QC_hit: No
# Query_time: 0.000218 Lock_time: 0.000154 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220219;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000306 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220219;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000169 Lock_time: 0.000049 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220219;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:18.666364' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000364 Lock_time: 0.000254 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220219;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:18.666203' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:30:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000798 Lock_time: 0.000615 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220220;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:19.665536' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000814 Lock_time: 0.000613 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220220;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:19.665584' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001825 Lock_time: 0.001315 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220220;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:30:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001214 Lock_time: 0.001056 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220221;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000470 Lock_time: 0.000322 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220221;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:20.666425' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001453 Lock_time: 0.001113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220221;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:30:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000628 Lock_time: 0.000143 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220222;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000274 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220222;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:21.665712' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000606 Lock_time: 0.000466 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220222;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:21.665665' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:30:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000424 Lock_time: 0.000230 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220223;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000625 Lock_time: 0.000256 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220223;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000214 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220223;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:22.666265' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:30:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000319 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220224;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000595 Lock_time: 0.000136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220224;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000267 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220224;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:23.665777' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:30:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000506 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220225;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000235 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220225;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:24.666246' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000251 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220225;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:24.666196' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:30:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002469 Lock_time: 0.002310 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220226;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001801 Lock_time: 0.001613 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220226;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:25.665602' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001890 Lock_time: 0.001667 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220226;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:25.665629' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002714 Lock_time: 0.002321 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220226;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:30:27
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000812 Lock_time: 0.000611 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220227;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:26.666167' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000865 Lock_time: 0.000644 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220227;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:26.666124' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001636 Lock_time: 0.001401 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220227;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:30:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12407 Schema: QC_hit: No
# Query_time: 0.000196 Lock_time: 0.000114 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220228;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12407 Schema: QC_hit: No
# Query_time: 0.000156 Lock_time: 0.000085 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220228;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000267 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220228;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000526 Lock_time: 0.000136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220228;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001315 Lock_time: 0.001188 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220228;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:27.665599' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001304 Lock_time: 0.001191 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220228;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:27.665679' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:30:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12408 Schema: QC_hit: No
# Query_time: 0.000271 Lock_time: 0.000151 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220229;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12408 Schema: QC_hit: No
# Query_time: 0.000173 Lock_time: 0.000123 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220229;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000616 Lock_time: 0.000240 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220229;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001533 Lock_time: 0.001419 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220229;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:28.666179' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001548 Lock_time: 0.001403 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220229;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:28.666113' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:30:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000611 Lock_time: 0.000151 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220230;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000244 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220230;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:29.665535' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000233 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220230;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:29.665533' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:30:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000279 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220231;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000527 Lock_time: 0.000140 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220231;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001255 Lock_time: 0.001084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220231;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:30.666436' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:30:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000280 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220232;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000242 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220232;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:31.665552' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000537 Lock_time: 0.000393 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220232;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:31.665575' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:30:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000287 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220233;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000555 Lock_time: 0.000144 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220233;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000267 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220233;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:32.666397' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:30:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000385 Lock_time: 0.000192 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220234;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000575 Lock_time: 0.000163 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220234;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000389 Lock_time: 0.000180 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220234;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:33.66566' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:30:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000384 Lock_time: 0.000261 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220235;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000227 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220235;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:34.666243' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000602 Lock_time: 0.000152 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220235;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:34.666426' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:30:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000239 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220236;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000252 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220236;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:35.665673' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000284 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220236;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:35.665673' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:30:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000565 Lock_time: 0.000178 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220237;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000208 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220237;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:36.66639' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000232 Lock_time: 0.000061 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220237;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:36.666353' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:30:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12411 Schema: QC_hit: No
# Query_time: 0.000173 Lock_time: 0.000095 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220238;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12411 Schema: QC_hit: No
# Query_time: 0.000125 Lock_time: 0.000079 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220238;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000879 Lock_time: 0.000687 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220238;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:37.665655' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000870 Lock_time: 0.000681 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220238;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:37.665678' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001838 Lock_time: 0.001353 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220238;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:30:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12412 Schema: QC_hit: No
# Query_time: 0.000315 Lock_time: 0.000179 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220239;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12412 Schema: QC_hit: No
# Query_time: 0.000181 Lock_time: 0.000113 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220239;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000652 Lock_time: 0.000476 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220239;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:38.66622' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000715 Lock_time: 0.000417 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220239;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:38.666128' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001715 Lock_time: 0.001190 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220239;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:30:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000995 Lock_time: 0.000341 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220240;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001951 Lock_time: 0.001793 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220240;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:39.665686' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001398 Lock_time: 0.001267 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220240;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:39.665521' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:30:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000776 Lock_time: 0.000393 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220241;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001581 Lock_time: 0.001378 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220241;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:40.666053' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001614 Lock_time: 0.001385 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220241;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:40.666026' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:30:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000270 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220242;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000295 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220242;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:41.665695' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000204 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220242;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:41.665678' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:30:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000281 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220243;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000327 Lock_time: 0.000215 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220243;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:42.666408' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000411 Lock_time: 0.000316 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220243;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:42.666237' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:30:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.003327 Lock_time: 0.003108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220244;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:43.665856' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.003343 Lock_time: 0.003205 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220244;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:43.665881' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000253 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220244;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:30:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000205 Lock_time: 0.000070 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220245;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000619 Lock_time: 0.000158 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220245;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000186 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220245;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:44.666408' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:30:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000524 Lock_time: 0.000322 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220246;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:45.665826' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001345 Lock_time: 0.001058 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220246;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000559 Lock_time: 0.000274 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220246;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:45.665883' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12414 Schema: QC_hit: No
# Query_time: 0.000292 Lock_time: 0.000195 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220246;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12414 Schema: QC_hit: No
# Query_time: 0.000322 Lock_time: 0.000233 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220246;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:30:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001185 Lock_time: 0.001039 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220247;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000666 Lock_time: 0.000483 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220247;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:46.666547' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001375 Lock_time: 0.001041 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220247;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:30:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12416 Schema: QC_hit: No
# Query_time: 0.000228 Lock_time: 0.000139 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220248;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12416 Schema: QC_hit: No
# Query_time: 0.000185 Lock_time: 0.000126 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220248;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000516 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220248;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000951 Lock_time: 0.000775 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220248;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:47.665851' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000927 Lock_time: 0.000761 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220248;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:47.665865' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:30:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12417 Schema: QC_hit: No
# Query_time: 0.000195 Lock_time: 0.000114 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220249;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12417 Schema: QC_hit: No
# Query_time: 0.000168 Lock_time: 0.000122 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220249;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000733 Lock_time: 0.000633 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220249;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000246 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220249;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:48.666523' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001255 Lock_time: 0.000702 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220249;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:30:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000575 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220250;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000266 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220250;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:49.665809' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000369 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220250;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:49.665783' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:30:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000390 Lock_time: 0.000076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220251;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000712 Lock_time: 0.000333 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220251;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000196 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220251;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:50.666805' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000213 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220251;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:50.666986' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:30:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000271 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220252;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000451 Lock_time: 0.000322 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220252;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:51.666291' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000476 Lock_time: 0.000311 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220252;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:51.666282' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:30:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000340 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220253;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000322 Lock_time: 0.000140 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220253;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:52.669603' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000390 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220253;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:52.669625' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:30:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000658 Lock_time: 0.000165 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220254;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000243 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220254;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:53.665997' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000228 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220254;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:53.666101' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:30:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000376 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220255;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000645 Lock_time: 0.000147 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220255;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000214 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220255;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:54.666597' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:30:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000721 Lock_time: 0.000155 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220256;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000227 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220256;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:55.666111' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000413 Lock_time: 0.000296 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220256;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:55.666284' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:30:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001627 Lock_time: 0.001494 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220257;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:56.665917' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002167 Lock_time: 0.002024 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220257;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001520 Lock_time: 0.001266 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220257;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:56.665928' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002386 Lock_time: 0.001968 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220257;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:30:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12420 Schema: QC_hit: No
# Query_time: 0.000190 Lock_time: 0.000109 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220258;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12420 Schema: QC_hit: No
# Query_time: 0.000166 Lock_time: 0.000119 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220258;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000308 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220258;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000183 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220258;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:57.6665' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000207 Lock_time: 0.000070 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220258;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:57.6665' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:30:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12421 Schema: QC_hit: No
# Query_time: 0.000209 Lock_time: 0.000116 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220259;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12421 Schema: QC_hit: No
# Query_time: 0.000176 Lock_time: 0.000128 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220259;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000856 Lock_time: 0.000686 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220259;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:58.665998' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000867 Lock_time: 0.000680 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220259;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:58.665972' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001735 Lock_time: 0.001357 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220259;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000325 Lock_time: 0.000163 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220259;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:31:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000309 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220260;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000557 Lock_time: 0.000405 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220260;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:30:59.665752' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001586 Lock_time: 0.001225 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220260;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:31:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000728 Lock_time: 0.000527 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220261;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:00.666324' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001242 Lock_time: 0.001033 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220261;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001490 Lock_time: 0.001102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220261;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:31:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000299 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220262;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000619 Lock_time: 0.000134 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220262;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001353 Lock_time: 0.001204 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220262;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:01.665952' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001319 Lock_time: 0.001180 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220262;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:01.665747' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:31:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000557 Lock_time: 0.000406 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220263;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:02.666254' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000616 Lock_time: 0.000416 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220263;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:02.666407' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001263 Lock_time: 0.001088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220263;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001597 Lock_time: 0.001156 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220263;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:31:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000289 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220264;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000200 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220264;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:03.665848' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001387 Lock_time: 0.001002 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220264;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:31:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000462 Lock_time: 0.000281 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220265;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000676 Lock_time: 0.000255 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220265;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001171 Lock_time: 0.001057 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220265;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:04.666158' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001189 Lock_time: 0.001067 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220265;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:04.666184' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:31:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000650 Lock_time: 0.000151 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220266;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000228 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220266;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:05.665524' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000355 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220266;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:05.665519' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:31:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000323 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220267;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000589 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220267;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000212 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220267;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:06.666231' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:31:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12424 Schema: QC_hit: No
# Query_time: 0.000245 Lock_time: 0.000143 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220268;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12424 Schema: QC_hit: No
# Query_time: 0.000132 Lock_time: 0.000088 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220268;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000367 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220268;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000589 Lock_time: 0.000157 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220268;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000230 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220268;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:07.665669' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:31:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12425 Schema: QC_hit: No
# Query_time: 0.000204 Lock_time: 0.000125 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220269;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12425 Schema: QC_hit: No
# Query_time: 0.000241 Lock_time: 0.000178 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220269;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000336 Lock_time: 0.000141 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220269;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000544 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220269;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000305 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220269;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:08.666242' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:31:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000640 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220270;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000280 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220270;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:09.665573' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000281 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220270;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:09.665561' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:31:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000281 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220271;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000672 Lock_time: 0.000144 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220271;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000274 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220271;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:10.666131' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:31:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000826 Lock_time: 0.000655 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220272;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:11.665501' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000839 Lock_time: 0.000657 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220272;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:11.66552' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001700 Lock_time: 0.001528 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220272;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:31:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001250 Lock_time: 0.001105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220273;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000386 Lock_time: 0.000225 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220273;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:12.666222' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001377 Lock_time: 0.000968 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220273;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:31:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000656 Lock_time: 0.000166 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220274;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001134 Lock_time: 0.001010 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220274;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:13.665778' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001240 Lock_time: 0.001032 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220274;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:13.665764' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:31:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000381 Lock_time: 0.000173 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220275;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000566 Lock_time: 0.000207 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220275;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001400 Lock_time: 0.001245 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220275;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:14.666244' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:31:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000442 Lock_time: 0.000241 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220276;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000234 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220276;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:15.665626' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000213 Lock_time: 0.000066 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220276;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:15.665679' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12427 Schema: QC_hit: No
# Query_time: 0.000223 Lock_time: 0.000128 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220276;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12427 Schema: QC_hit: No
# Query_time: 0.000273 Lock_time: 0.000187 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220276;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:31:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000669 Lock_time: 0.000483 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220277;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000843 Lock_time: 0.000457 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220277;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000262 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220277;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:16.666089' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:31:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12429 Schema: QC_hit: No
# Query_time: 0.000223 Lock_time: 0.000129 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220278;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12429 Schema: QC_hit: No
# Query_time: 0.000305 Lock_time: 0.000259 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220278;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000396 Lock_time: 0.000199 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220278;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000625 Lock_time: 0.000203 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220278;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000300 Lock_time: 0.000146 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220278;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:17.665535' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:31:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12430 Schema: QC_hit: No
# Query_time: 0.000217 Lock_time: 0.000123 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220279;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12430 Schema: QC_hit: No
# Query_time: 0.000215 Lock_time: 0.000160 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220279;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000316 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220279;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000467 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220279;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000269 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220279;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:18.66608' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:31:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000450 Lock_time: 0.000243 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220280;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:19.665576' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001278 Lock_time: 0.000831 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220280;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000201 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220280;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:19.666307' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:31:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000267 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220281;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:20.66637' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000271 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220281;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:20.666294' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001042 Lock_time: 0.000653 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220281;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:31:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001859 Lock_time: 0.001636 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220282;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001019 Lock_time: 0.000796 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220282;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:21.665666' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001012 Lock_time: 0.000797 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220282;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:21.665876' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002155 Lock_time: 0.001666 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220282;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:31:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000873 Lock_time: 0.000667 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220283;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:22.666225' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000904 Lock_time: 0.000694 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220283;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:22.666149' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001728 Lock_time: 0.001338 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220283;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:31:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000355 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220284;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000672 Lock_time: 0.000168 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220284;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001499 Lock_time: 0.001378 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220284;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:23.665976' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:31:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001118 Lock_time: 0.000577 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220285;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001324 Lock_time: 0.001194 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220285;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:24.666221' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001393 Lock_time: 0.001231 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220285;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:24.666248' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:31:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000334 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220286;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000288 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220286;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:25.666055' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000325 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220286;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:25.665866' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:31:27
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000295 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220287;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000209 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220287;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:26.666543' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000203 Lock_time: 0.000068 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220287;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:26.666525' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:31:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12433 Schema: QC_hit: No
# Query_time: 0.000212 Lock_time: 0.000133 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220288;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12433 Schema: QC_hit: No
# Query_time: 0.000141 Lock_time: 0.000095 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220288;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000642 Lock_time: 0.000152 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220288;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000190 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220288;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:27.666176' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000661 Lock_time: 0.000156 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220288;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:31:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12434 Schema: QC_hit: No
# Query_time: 0.000240 Lock_time: 0.000143 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220289;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12434 Schema: QC_hit: No
# Query_time: 0.000180 Lock_time: 0.000129 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220289;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000284 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220289;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000483 Lock_time: 0.000141 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220289;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000301 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220289;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:28.66564' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:31:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000269 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220290;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000215 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220290;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:29.666082' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000211 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220290;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:29.666081' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:31:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001313 Lock_time: 0.001163 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220291;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000619 Lock_time: 0.000486 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220291;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:30.665537' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000214 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220291;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:30.665496' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:31:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000527 Lock_time: 0.000402 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220292;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:31.666327' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001298 Lock_time: 0.001159 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220292;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000229 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220292;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:31.667036' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001493 Lock_time: 0.001151 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220292;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:31:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000623 Lock_time: 0.000131 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220293;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001479 Lock_time: 0.001344 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220293;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:32.665738' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001465 Lock_time: 0.001325 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220293;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:32.665738' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:31:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000313 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220294;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001134 Lock_time: 0.001015 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220294;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:33.66629' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001011 Lock_time: 0.000873 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220294;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:33.666325' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:31:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000398 Lock_time: 0.000242 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220295;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000599 Lock_time: 0.000229 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220295;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000188 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220295;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:34.66571' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:31:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000457 Lock_time: 0.000263 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220296;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000261 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220296;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:35.666267' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000544 Lock_time: 0.000343 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220296;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:35.666206' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:31:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000315 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220297;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000260 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220297;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:36.665754' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000279 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220297;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:36.665722' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:31:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12437 Schema: QC_hit: No
# Query_time: 0.000196 Lock_time: 0.000114 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220298;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12437 Schema: QC_hit: No
# Query_time: 0.000440 Lock_time: 0.000290 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220298;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000358 Lock_time: 0.000143 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220298;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000222 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220298;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:37.66619' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001170 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220298;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:31:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12438 Schema: QC_hit: No
# Query_time: 0.000200 Lock_time: 0.000117 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220299;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12438 Schema: QC_hit: No
# Query_time: 0.000167 Lock_time: 0.000118 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220299;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000343 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220299;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001272 Lock_time: 0.000158 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220299;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000285 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220299;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:38.665786' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:31:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000577 Lock_time: 0.000144 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220300;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000251 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220300;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:39.666246' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000851 Lock_time: 0.000734 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220300;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:31:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001323 Lock_time: 0.001141 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220301;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000664 Lock_time: 0.000507 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220301;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:40.665923' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001577 Lock_time: 0.001159 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220301;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:31:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000776 Lock_time: 0.000598 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220302;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:41.666404' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000790 Lock_time: 0.000597 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220302;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:41.666579' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001591 Lock_time: 0.001171 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220302;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:31:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000301 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220303;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001161 Lock_time: 0.001002 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220303;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:42.665869' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001179 Lock_time: 0.000989 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220303;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:42.665861' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002200 Lock_time: 0.001735 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220303;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:31:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001451 Lock_time: 0.001302 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220304;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000923 Lock_time: 0.000720 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220304;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:43.666536' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000885 Lock_time: 0.000706 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220304;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:43.666536' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:31:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000249 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220305;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000171 Lock_time: 0.000057 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220305;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:44.666002' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000270 Lock_time: 0.000154 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220305;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:44.665967' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:31:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000612 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220306;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000201 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220306;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:45.665633' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000369 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220306;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:45.665586' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12440 Schema: QC_hit: No
# Query_time: 0.000217 Lock_time: 0.000121 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220306;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12440 Schema: QC_hit: No
# Query_time: 0.000200 Lock_time: 0.000145 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220306;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:31:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000264 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220307;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000476 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220307;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000225 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220307;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:46.666401' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:31:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12442 Schema: QC_hit: No
# Query_time: 0.000245 Lock_time: 0.000152 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220308;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12442 Schema: QC_hit: No
# Query_time: 0.000149 Lock_time: 0.000101 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220308;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000270 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220308;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000296 Lock_time: 0.000177 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220308;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:47.665613' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000262 Lock_time: 0.000160 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220308;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:47.665581' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:31:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12443 Schema: QC_hit: No
# Query_time: 0.000239 Lock_time: 0.000123 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220309;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12443 Schema: QC_hit: No
# Query_time: 0.000216 Lock_time: 0.000163 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220309;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000280 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220309;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000424 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220309;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000173 Lock_time: 0.000062 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220309;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:48.666304' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:31:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001377 Lock_time: 0.001223 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220310;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000763 Lock_time: 0.000636 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220310;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:49.665625' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000774 Lock_time: 0.000602 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220310;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:49.665663' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:31:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001217 Lock_time: 0.001064 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220311;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000589 Lock_time: 0.000422 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220311;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:50.666281' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000622 Lock_time: 0.000427 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220311;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:50.666317' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:31:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000576 Lock_time: 0.000133 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220312;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000224 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220312;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:51.665877' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000262 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220312;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:51.665706' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:31:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000548 Lock_time: 0.000140 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220313;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000257 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220313;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:52.666458' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000209 Lock_time: 0.000066 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220313;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:52.666334' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:31:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000333 Lock_time: 0.000131 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220314;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000238 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220314;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:53.665776' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000304 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220314;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:53.665776' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:31:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000298 Lock_time: 0.000074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220315;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000660 Lock_time: 0.000185 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220315;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000268 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220315;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:54.666538' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:31:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001379 Lock_time: 0.001188 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220316;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000665 Lock_time: 0.000481 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220316;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:55.665762' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001833 Lock_time: 0.001191 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220316;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:31:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000536 Lock_time: 0.000399 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220317;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:56.666485' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001155 Lock_time: 0.000982 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220317;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001414 Lock_time: 0.001010 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220317;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:31:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12446 Schema: QC_hit: No
# Query_time: 0.000194 Lock_time: 0.000114 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220318;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12446 Schema: QC_hit: No
# Query_time: 0.000216 Lock_time: 0.000163 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220318;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000563 Lock_time: 0.000140 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220318;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001554 Lock_time: 0.001382 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220318;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:57.665803' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001595 Lock_time: 0.001405 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220318;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:57.665784' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:31:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12447 Schema: QC_hit: No
# Query_time: 0.000223 Lock_time: 0.000125 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220319;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12447 Schema: QC_hit: No
# Query_time: 0.000129 Lock_time: 0.000084 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220319;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000216 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220319;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:58.668591' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000305 Lock_time: 0.000139 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220319;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:58.66861' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000439 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220319;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:32:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000585 Lock_time: 0.000146 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220320;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000263 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220320;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:59.66608' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000344 Lock_time: 0.000151 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220320;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:31:59.666299' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:32:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000346 Lock_time: 0.000144 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220321;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000320 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220321;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:00.665672' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000537 Lock_time: 0.000162 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220321;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:32:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000757 Lock_time: 0.000569 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220322;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000235 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220322;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:01.666371' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000934 Lock_time: 0.000509 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220322;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:32:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000290 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220323;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000286 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220323;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:02.665619' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000266 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220323;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:02.66568' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:32:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000271 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220324;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000523 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220324;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000240 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220324;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:03.666283' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000291 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220324;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:03.666301' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:32:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001483 Lock_time: 0.001308 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220325;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000874 Lock_time: 0.000585 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220325;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:04.665799' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001798 Lock_time: 0.001313 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220325;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:32:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001702 Lock_time: 0.001529 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220326;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001062 Lock_time: 0.000845 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220326;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:05.666102' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002197 Lock_time: 0.001626 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220326;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:32:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000306 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220327;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001495 Lock_time: 0.001331 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220327;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:06.665516' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001472 Lock_time: 0.001314 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220327;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:06.665495' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:32:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12450 Schema: QC_hit: No
# Query_time: 0.000209 Lock_time: 0.000129 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220328;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12450 Schema: QC_hit: No
# Query_time: 0.000167 Lock_time: 0.000121 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220328;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000546 Lock_time: 0.000380 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220328;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:07.666042' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001282 Lock_time: 0.001110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220328;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001525 Lock_time: 0.001115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220328;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:32:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12451 Schema: QC_hit: No
# Query_time: 0.000235 Lock_time: 0.000136 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220329;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12451 Schema: QC_hit: No
# Query_time: 0.000218 Lock_time: 0.000161 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220329;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000343 Lock_time: 0.000162 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220329;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000704 Lock_time: 0.000184 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220329;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000255 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220329;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:08.665721' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:32:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000285 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220330;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000575 Lock_time: 0.000138 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220330;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000191 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220330;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:09.666189' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:32:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000572 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220331;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000317 Lock_time: 0.000146 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220331;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:10.665707' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000341 Lock_time: 0.000151 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220331;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:10.665707' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:32:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000297 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220332;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000471 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220332;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000273 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220332;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:11.666383' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220332;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:11.666358' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:32:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000949 Lock_time: 0.000784 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220333;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:12.665806' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001621 Lock_time: 0.001427 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220333;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001017 Lock_time: 0.000829 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220333;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:12.665907' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001990 Lock_time: 0.001401 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220333;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:32:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000916 Lock_time: 0.000724 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220334;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:13.666311' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000957 Lock_time: 0.000759 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220334;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:13.666358' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001733 Lock_time: 0.001401 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220334;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:32:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000402 Lock_time: 0.000231 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220335;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000230 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220335;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:14.665949' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000215 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220335;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:14.665747' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001033 Lock_time: 0.000229 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220335;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:32:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000354 Lock_time: 0.000138 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220336;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000215 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220336;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:15.666362' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000301 Lock_time: 0.000178 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220336;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:15.666458' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12453 Schema: QC_hit: No
# Query_time: 0.000317 Lock_time: 0.000185 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220336;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12453 Schema: QC_hit: No
# Query_time: 0.000174 Lock_time: 0.000113 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220336;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:32:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001597 Lock_time: 0.001430 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220337;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001802 Lock_time: 0.001415 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220337;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001265 Lock_time: 0.001092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220337;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:16.66582' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:32:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12455 Schema: QC_hit: No
# Query_time: 0.000201 Lock_time: 0.000144 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220338;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12455 Schema: QC_hit: No
# Query_time: 0.000172 Lock_time: 0.000125 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220338;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000712 Lock_time: 0.000500 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220338;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:17.666917' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001383 Lock_time: 0.001125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220338;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:17.666379' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001380 Lock_time: 0.001084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220338;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:32:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12456 Schema: QC_hit: No
# Query_time: 0.000195 Lock_time: 0.000111 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220339;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12456 Schema: QC_hit: No
# Query_time: 0.000202 Lock_time: 0.000152 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220339;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000304 Lock_time: 0.000149 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220339;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000521 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220339;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000195 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220339;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:18.665793' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000238 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220339;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:18.665796' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:32:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000550 Lock_time: 0.000362 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220340;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000179 Lock_time: 0.000064 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220340;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:19.666365' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000807 Lock_time: 0.000410 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220340;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:32:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000820 Lock_time: 0.000671 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220341;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000224 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220341;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:20.667609' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000230 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220341;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:20.667609' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:32:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000598 Lock_time: 0.000163 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220342;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000297 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220342;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:21.666202' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000203 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220342;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:21.666066' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:32:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000972 Lock_time: 0.000808 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220343;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:22.665595' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000961 Lock_time: 0.000795 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220343;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:22.665596' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001723 Lock_time: 0.001542 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220343;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001946 Lock_time: 0.001543 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220343;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:32:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001214 Lock_time: 0.001040 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220344;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:23.666175' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001211 Lock_time: 0.000994 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220344;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:23.666313' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002194 Lock_time: 0.001780 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220344;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:32:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000272 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220345;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000604 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220345;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001345 Lock_time: 0.001226 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220345;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:24.665851' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001308 Lock_time: 0.001172 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220345;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:24.665645' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:32:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000392 Lock_time: 0.000137 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220346;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001182 Lock_time: 0.001043 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220346;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:25.666238' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001340 Lock_time: 0.001063 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220346;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:25.666188' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:32:27
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000678 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220347;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000215 Lock_time: 0.000063 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220347;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:26.665628' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000230 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220347;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:26.665767' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:32:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12459 Schema: QC_hit: No
# Query_time: 0.000228 Lock_time: 0.000131 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220348;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12459 Schema: QC_hit: No
# Query_time: 0.000141 Lock_time: 0.000093 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220348;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000268 Lock_time: 0.000073 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220348;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000918 Lock_time: 0.000525 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220348;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001503 Lock_time: 0.001389 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220348;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:27.666298' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:32:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12460 Schema: QC_hit: No
# Query_time: 0.000201 Lock_time: 0.000118 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220349;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12460 Schema: QC_hit: No
# Query_time: 0.000156 Lock_time: 0.000107 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220349;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000365 Lock_time: 0.000204 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220349;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000815 Lock_time: 0.000352 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220349;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000376 Lock_time: 0.000150 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220349;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:28.665517' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:32:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000849 Lock_time: 0.000500 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220350;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000284 Lock_time: 0.000169 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220350;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:29.666308' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000550 Lock_time: 0.000351 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220350;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:29.666313' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:32:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000557 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220351;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000204 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220351;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:30.665685' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000952 Lock_time: 0.000861 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220351;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:32:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000236 Lock_time: 0.000068 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220352;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:31.666265' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000195 Lock_time: 0.000067 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220352;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:31.666485' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001311 Lock_time: 0.000688 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220352;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:32:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001506 Lock_time: 0.001341 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220353;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000730 Lock_time: 0.000564 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220353;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:32.665648' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000887 Lock_time: 0.000701 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220353;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:32.665819' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001702 Lock_time: 0.001353 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220353;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:32:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001330 Lock_time: 0.001180 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220354;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000635 Lock_time: 0.000461 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220354;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:33.666287' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001639 Lock_time: 0.001068 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220354;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:32:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000259 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220355;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001285 Lock_time: 0.001128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220355;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:34.6656' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001279 Lock_time: 0.001155 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220355;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:34.665734' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:32:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000663 Lock_time: 0.000464 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220356;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000853 Lock_time: 0.000481 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220356;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001462 Lock_time: 0.001347 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220356;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:35.666166' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:32:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000660 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220357;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000282 Lock_time: 0.000141 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220357;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:36.665785' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000274 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220357;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:36.665572' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:32:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12463 Schema: QC_hit: No
# Query_time: 0.000202 Lock_time: 0.000119 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220358;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12463 Schema: QC_hit: No
# Query_time: 0.000287 Lock_time: 0.000223 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220358;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000379 Lock_time: 0.000149 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220358;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000557 Lock_time: 0.000142 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220358;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000301 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220358;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:37.66614' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:32:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12464 Schema: QC_hit: No
# Query_time: 0.000240 Lock_time: 0.000146 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220359;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12464 Schema: QC_hit: No
# Query_time: 0.000245 Lock_time: 0.000174 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220359;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000293 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220359;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000216 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220359;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:38.66575' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000201 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220359;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:38.665542' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:32:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000294 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220360;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000258 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220360;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:39.666263' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000224 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220360;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:39.66608' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:32:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001987 Lock_time: 0.001828 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220361;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001280 Lock_time: 0.001118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220361;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:40.665759' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002339 Lock_time: 0.001869 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220361;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:32:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001686 Lock_time: 0.001475 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220362;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001008 Lock_time: 0.000745 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220362;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:41.666313' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002082 Lock_time: 0.001465 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220362;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:32:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000737 Lock_time: 0.000173 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220363;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001722 Lock_time: 0.001566 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220363;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:42.665689' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001727 Lock_time: 0.001576 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220363;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:42.66555' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:32:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000457 Lock_time: 0.000267 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220364;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000778 Lock_time: 0.000341 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220364;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001190 Lock_time: 0.001036 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220364;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:43.666281' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001198 Lock_time: 0.001029 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220364;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:43.666255' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:32:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000298 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220365;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000270 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220365;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:44.665636' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000202 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220365;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:44.665652' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:32:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000328 Lock_time: 0.000159 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220366;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000561 Lock_time: 0.000181 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220366;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000214 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220366;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:45.666183' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12466 Schema: QC_hit: No
# Query_time: 0.000234 Lock_time: 0.000138 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220366;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12466 Schema: QC_hit: No
# Query_time: 0.000282 Lock_time: 0.000178 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220366;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:32:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000646 Lock_time: 0.000139 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220367;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000304 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220367;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:46.665551' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000383 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220367;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:46.665557' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:32:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12468 Schema: QC_hit: No
# Query_time: 0.000207 Lock_time: 0.000127 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220368;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12468 Schema: QC_hit: No
# Query_time: 0.000147 Lock_time: 0.000103 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220368;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000277 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220368;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000445 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220368;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000292 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220368;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:47.666103' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000319 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220368;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:47.666103' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:32:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12469 Schema: QC_hit: No
# Query_time: 0.000195 Lock_time: 0.000115 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220369;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12469 Schema: QC_hit: No
# Query_time: 0.000122 Lock_time: 0.000078 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220369;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000764 Lock_time: 0.000158 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220369;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000252 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220369;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:48.665611' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000228 Lock_time: 0.000061 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220369;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:48.665574' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:32:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000683 Lock_time: 0.000167 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220370;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000312 Lock_time: 0.000137 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220370;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:49.666315' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000319 Lock_time: 0.000136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220370;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:49.666314' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:32:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001280 Lock_time: 0.001113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220371;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000505 Lock_time: 0.000365 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220371;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:50.665714' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001555 Lock_time: 0.001118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220371;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:32:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000556 Lock_time: 0.000365 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220372;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:51.66651' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000375 Lock_time: 0.000176 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220372;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:51.666674' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001454 Lock_time: 0.001359 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220372;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:32:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000299 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220373;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000594 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220373;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001212 Lock_time: 0.001057 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220373;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:52.66577' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000264 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220373;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:52.667671' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:32:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000308 Lock_time: 0.000144 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220374;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000595 Lock_time: 0.000189 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220374;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001400 Lock_time: 0.001252 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220374;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:53.666265' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:32:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000442 Lock_time: 0.000214 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220375;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000647 Lock_time: 0.000225 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220375;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000242 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220375;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:54.665959' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:32:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000479 Lock_time: 0.000258 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220376;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000235 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220376;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:55.666367' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000461 Lock_time: 0.000303 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220376;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:55.666238' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:32:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000320 Lock_time: 0.000139 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220377;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000612 Lock_time: 0.000457 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220377;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:56.665522' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000423 Lock_time: 0.000275 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220377;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:56.665748' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:32:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12472 Schema: QC_hit: No
# Query_time: 0.000270 Lock_time: 0.000171 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220378;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12472 Schema: QC_hit: No
# Query_time: 0.000141 Lock_time: 0.000096 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220378;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000403 Lock_time: 0.000137 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220378;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000584 Lock_time: 0.000145 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220378;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000267 Lock_time: 0.000147 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220378;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:57.666249' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:32:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12473 Schema: QC_hit: No
# Query_time: 0.000188 Lock_time: 0.000108 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220379;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12473 Schema: QC_hit: No
# Query_time: 0.000187 Lock_time: 0.000140 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220379;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000319 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220379;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000663 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220379;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000322 Lock_time: 0.000159 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220379;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:58.665655' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:33:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000300 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220380;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000646 Lock_time: 0.000159 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220380;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000304 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220380;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:32:59.665868' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:33:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000309 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220381;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000508 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220381;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000276 Lock_time: 0.000149 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220381;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:00.666541' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:33:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001417 Lock_time: 0.001212 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220382;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000640 Lock_time: 0.000432 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220382;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:01.665907' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000619 Lock_time: 0.000416 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220382;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:01.665782' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:33:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001559 Lock_time: 0.001382 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220383;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000916 Lock_time: 0.000690 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220383;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:02.666169' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000774 Lock_time: 0.000510 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220383;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:02.666251' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:33:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000407 Lock_time: 0.000205 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220384;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001781 Lock_time: 0.001636 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220384;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:03.665688' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001802 Lock_time: 0.001613 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220384;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:03.665863' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:33:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000283 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220385;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000544 Lock_time: 0.000134 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220385;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001136 Lock_time: 0.001018 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220385;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:04.666112' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001267 Lock_time: 0.001117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220385;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:04.66614' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:33:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000452 Lock_time: 0.000250 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220386;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000743 Lock_time: 0.000294 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220386;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000306 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220386;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:05.665525' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:33:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000766 Lock_time: 0.000598 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220387;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000218 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220387;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:06.666041' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000322 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220387;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:06.666054' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:33:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12476 Schema: QC_hit: No
# Query_time: 0.000223 Lock_time: 0.000127 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220388;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12476 Schema: QC_hit: No
# Query_time: 0.000160 Lock_time: 0.000108 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220388;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000538 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220388;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000488 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220388;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000281 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220388;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:07.665632' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:33:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12477 Schema: QC_hit: No
# Query_time: 0.000205 Lock_time: 0.000118 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220389;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12477 Schema: QC_hit: No
# Query_time: 0.000169 Lock_time: 0.000121 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220389;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000252 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220389;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000590 Lock_time: 0.000159 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220389;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000205 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220389;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:08.666293' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:33:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000230 Lock_time: 0.000066 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220390;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:09.665772' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000874 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220390;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000230 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220390;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:09.665763' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:33:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000408 Lock_time: 0.000265 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220391;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000223 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220391;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:10.666316' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000221 Lock_time: 0.000072 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220391;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:10.666309' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001013 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220391;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:33:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000568 Lock_time: 0.000401 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220392;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:11.665825' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001567 Lock_time: 0.001199 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220392;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001032 Lock_time: 0.000925 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220392;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:11.665795' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:33:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001561 Lock_time: 0.001415 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220393;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001776 Lock_time: 0.001440 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220393;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001135 Lock_time: 0.001015 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220393;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:12.666328' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:33:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000723 Lock_time: 0.000214 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220394;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001459 Lock_time: 0.001292 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220394;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:13.665786' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001538 Lock_time: 0.001425 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220394;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:13.665827' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:33:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000516 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220395;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000505 Lock_time: 0.000398 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220395;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001266 Lock_time: 0.001131 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220395;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:14.666409' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001388 Lock_time: 0.001252 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220395;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:14.666404' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:33:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000249 Lock_time: 0.000072 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220396;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:15.665816' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000878 Lock_time: 0.000403 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220396;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000271 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220396;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:15.665821' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12479 Schema: QC_hit: No
# Query_time: 0.000235 Lock_time: 0.000142 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220396;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12479 Schema: QC_hit: No
# Query_time: 0.000167 Lock_time: 0.000119 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220396;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:33:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000373 Lock_time: 0.000182 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220397;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000621 Lock_time: 0.000225 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220397;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000648 Lock_time: 0.000542 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220397;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:16.666728' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:33:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12481 Schema: QC_hit: No
# Query_time: 0.000246 Lock_time: 0.000133 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220398;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12481 Schema: QC_hit: No
# Query_time: 0.000208 Lock_time: 0.000155 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220398;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000551 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220398;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000248 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220398;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:17.66658' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000162 Lock_time: 0.000056 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220398;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:17.666783' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:33:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12482 Schema: QC_hit: No
# Query_time: 0.000177 Lock_time: 0.000097 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220399;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12482 Schema: QC_hit: No
# Query_time: 0.000131 Lock_time: 0.000084 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220399;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000211 Lock_time: 0.000070 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220399;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000260 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220399;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:18.665818' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000852 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220399;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:33:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000279 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220400;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:19.665484' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000247 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220400;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000629 Lock_time: 0.000394 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220400;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:19.665506' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:33:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000359 Lock_time: 0.000137 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220401;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:20.666148' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001081 Lock_time: 0.000492 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220401;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000346 Lock_time: 0.000214 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220401;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:20.666159' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:33:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000667 Lock_time: 0.000454 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220402;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:21.665619' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000725 Lock_time: 0.000466 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220402;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:21.665642' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001587 Lock_time: 0.001045 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220402;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:33:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000317 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220403;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:22.666313' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000332 Lock_time: 0.000154 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220403;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:22.666331' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001646 Lock_time: 0.001298 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220403;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:33:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000275 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220404;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000485 Lock_time: 0.000130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220404;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.003838 Lock_time: 0.003619 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220404;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:23.66575' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:33:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000433 Lock_time: 0.000193 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220405;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000984 Lock_time: 0.000184 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220405;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001597 Lock_time: 0.001476 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220405;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:24.666421' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:33:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000533 Lock_time: 0.000272 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220406;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000204 Lock_time: 0.000055 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220406;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:25.665786' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000239 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220406;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:25.665919' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:33:27
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000388 Lock_time: 0.000244 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220407;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000189 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220407;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:26.666355' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001383 Lock_time: 0.001228 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220407;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:26.666361' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:33:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12485 Schema: QC_hit: No
# Query_time: 0.000227 Lock_time: 0.000121 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220408;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12485 Schema: QC_hit: No
# Query_time: 0.000203 Lock_time: 0.000139 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220408;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000306 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220408;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000576 Lock_time: 0.000382 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220408;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:27.665788' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000610 Lock_time: 0.000361 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220408;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:27.665712' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:33:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12486 Schema: QC_hit: No
# Query_time: 0.000189 Lock_time: 0.000111 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220409;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12486 Schema: QC_hit: No
# Query_time: 0.000152 Lock_time: 0.000104 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220409;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000680 Lock_time: 0.000350 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220409;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000161 Lock_time: 0.000053 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220409;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:28.666634' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000276 Lock_time: 0.000168 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220409;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:28.666438' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:33:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000281 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220410;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000215 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220410;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:29.66609' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000200 Lock_time: 0.000068 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220410;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:29.665872' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:33:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000759 Lock_time: 0.000140 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220411;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000215 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220411;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:30.666484' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000242 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220411;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:30.6665' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:33:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000652 Lock_time: 0.000456 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220412;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:31.665959' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001487 Lock_time: 0.001257 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220412;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000701 Lock_time: 0.000503 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220412;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:31.665999' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:33:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000562 Lock_time: 0.000386 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220413;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:32.666501' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001527 Lock_time: 0.001139 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220413;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000275 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220413;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:32.666515' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:33:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000305 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220414;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000569 Lock_time: 0.000154 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220414;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000266 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220414;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:33.665822' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001689 Lock_time: 0.001482 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220414;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:33.665822' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:33:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000518 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220415;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000176 Lock_time: 0.000060 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220415;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:34.666337' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001047 Lock_time: 0.000921 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220415;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:34.666508' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:33:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000354 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220416;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000314 Lock_time: 0.000142 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220416;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:35.665975' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000296 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220416;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:35.665917' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:33:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000502 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220417;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000183 Lock_time: 0.000066 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220417;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:36.66653' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000200 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220417;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:36.666496' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:33:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12489 Schema: QC_hit: No
# Query_time: 0.000236 Lock_time: 0.000138 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220418;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12489 Schema: QC_hit: No
# Query_time: 0.000130 Lock_time: 0.000082 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220418;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000566 Lock_time: 0.000149 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220418;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000214 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220418;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:37.666036' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000298 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220418;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:37.666055' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:33:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12490 Schema: QC_hit: No
# Query_time: 0.000221 Lock_time: 0.000127 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220419;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12490 Schema: QC_hit: No
# Query_time: 0.000125 Lock_time: 0.000080 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220419;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000323 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220419;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000473 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220419;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000203 Lock_time: 0.000073 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220419;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:38.666027' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000246 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220419;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:38.665838' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:33:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000688 Lock_time: 0.000187 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220420;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220420;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:39.666525' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000300 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220420;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:39.666357' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:33:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001126 Lock_time: 0.000936 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220421;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:40.665962' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000437 Lock_time: 0.000228 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220421;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:40.665808' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001669 Lock_time: 0.001476 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220421;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002053 Lock_time: 0.001536 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220421;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:33:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000613 Lock_time: 0.000421 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220422;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:41.666626' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001479 Lock_time: 0.001116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220422;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000627 Lock_time: 0.000427 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220422;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:41.666467' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:33:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000288 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220423;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001082 Lock_time: 0.000943 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220423;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:42.666161' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001153 Lock_time: 0.000931 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220423;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:42.666041' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:33:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000373 Lock_time: 0.000150 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220424;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000220 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220424;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:43.665983' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.004489 Lock_time: 0.004270 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220424;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:43.665782' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:33:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000536 Lock_time: 0.000151 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220425;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002008 Lock_time: 0.001799 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220425;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:44.666295' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001873 Lock_time: 0.001670 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220425;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:44.666764' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:33:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000314 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220426;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000828 Lock_time: 0.000446 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220426;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000270 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220426;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:45.665692' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12492 Schema: QC_hit: No
# Query_time: 0.000217 Lock_time: 0.000122 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220426;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12492 Schema: QC_hit: No
# Query_time: 0.000239 Lock_time: 0.000170 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220426;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:33:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000306 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220427;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000267 Lock_time: 0.000150 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220427;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:46.666261' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000405 Lock_time: 0.000290 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220427;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:46.666453' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:33:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12494 Schema: QC_hit: No
# Query_time: 0.000202 Lock_time: 0.000119 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220428;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12494 Schema: QC_hit: No
# Query_time: 0.000141 Lock_time: 0.000094 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220428;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000194 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220428;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000568 Lock_time: 0.000131 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220428;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000184 Lock_time: 0.000072 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220428;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:47.665649' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:33:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12495 Schema: QC_hit: No
# Query_time: 0.000279 Lock_time: 0.000175 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220429;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12495 Schema: QC_hit: No
# Query_time: 0.000178 Lock_time: 0.000127 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220429;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000328 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220429;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000241 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220429;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:48.666241' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000240 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220429;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:48.666272' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:33:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001481 Lock_time: 0.001277 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220430;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000819 Lock_time: 0.000619 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220430;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:49.665925' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000957 Lock_time: 0.000540 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220430;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:49.665747' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:33:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001462 Lock_time: 0.001329 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220431;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001704 Lock_time: 0.001337 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220431;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000192 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220431;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:50.666556' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:33:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000404 Lock_time: 0.000189 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220432;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000614 Lock_time: 0.000197 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220432;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002829 Lock_time: 0.002702 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220432;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:51.666062' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:33:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000467 Lock_time: 0.000277 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220433;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000857 Lock_time: 0.000310 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220433;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001307 Lock_time: 0.001198 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220433;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:52.666585' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:33:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000649 Lock_time: 0.000167 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220434;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000271 Lock_time: 0.000074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220434;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:53.665818' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000354 Lock_time: 0.000227 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220434;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:53.666051' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:33:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000662 Lock_time: 0.000287 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220435;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000526 Lock_time: 0.000405 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220435;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:54.666512' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000466 Lock_time: 0.000318 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220435;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:54.666417' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:33:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000524 Lock_time: 0.000340 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220436;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000441 Lock_time: 0.000275 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220436;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:55.665912' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000692 Lock_time: 0.000538 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220436;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:55.665878' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:33:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000484 Lock_time: 0.000319 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220437;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000225 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220437;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:56.666521' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000157 Lock_time: 0.000060 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220437;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:56.666546' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:33:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12498 Schema: QC_hit: No
# Query_time: 0.000198 Lock_time: 0.000114 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220438;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12498 Schema: QC_hit: No
# Query_time: 0.000168 Lock_time: 0.000118 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220438;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000262 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220438;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000229 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220438;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:57.666161' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000351 Lock_time: 0.000200 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220438;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:57.665801' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:33:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12499 Schema: QC_hit: No
# Query_time: 0.000221 Lock_time: 0.000135 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220439;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12499 Schema: QC_hit: No
# Query_time: 0.000183 Lock_time: 0.000116 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220439;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000651 Lock_time: 0.000563 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220439;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000479 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220439;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:58.66647' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000435 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220439;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:34:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000318 Lock_time: 0.000164 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220440;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000768 Lock_time: 0.000425 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220440;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000343 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220440;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:33:59.665874' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:34:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000247 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220441;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000224 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220441;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:00.666338' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000218 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220441;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:00.666469' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:34:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000251 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220442;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000298 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220442;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:01.665847' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000215 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220442;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:01.665739' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:34:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000253 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220443;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000483 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220443;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000235 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220443;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:02.666347' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:34:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001070 Lock_time: 0.000879 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220444;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:03.6657' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001610 Lock_time: 0.001419 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220444;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001116 Lock_time: 0.000901 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220444;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:03.665702' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:34:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000463 Lock_time: 0.000293 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220445;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:04.666318' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001323 Lock_time: 0.001153 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220445;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000533 Lock_time: 0.000263 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220445;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:04.666336' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:34:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000247 Lock_time: 0.000065 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220446;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000504 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220446;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001212 Lock_time: 0.001086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220446;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:05.665818' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:34:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.010245 Lock_time: 0.010034 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220447;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:06.666372' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.010653 Lock_time: 0.010444 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220447;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.010063 Lock_time: 0.009613 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220447;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:34:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12502 Schema: QC_hit: No
# Query_time: 0.000223 Lock_time: 0.000128 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220448;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12502 Schema: QC_hit: No
# Query_time: 0.000454 Lock_time: 0.000356 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220448;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000585 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220448;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000210 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220448;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:07.665945' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000659 Lock_time: 0.000431 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220448;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:34:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12503 Schema: QC_hit: No
# Query_time: 0.000187 Lock_time: 0.000118 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220449;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12503 Schema: QC_hit: No
# Query_time: 0.000149 Lock_time: 0.000101 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220449;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000194 Lock_time: 0.000058 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220449;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:08.666388' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000279 Lock_time: 0.000133 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220449;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:08.666524' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001263 Lock_time: 0.000684 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220449;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:34:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000437 Lock_time: 0.000161 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220450;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000291 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220450;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:09.665937' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000286 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220450;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:09.666018' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:34:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000684 Lock_time: 0.000492 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220451;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:10.665608' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000637 Lock_time: 0.000440 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220451;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:10.665589' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001674 Lock_time: 0.001276 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220451;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:34:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001246 Lock_time: 0.001058 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220452;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000349 Lock_time: 0.000179 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220452;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:11.666117' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000623 Lock_time: 0.000438 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220452;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:11.666113' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:34:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000287 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220453;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001025 Lock_time: 0.000554 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220453;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001242 Lock_time: 0.001126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220453;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:12.665583' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:34:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000493 Lock_time: 0.000131 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220454;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001329 Lock_time: 0.001178 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220454;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:13.666227' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001191 Lock_time: 0.001031 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220454;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:13.666218' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:34:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000261 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220455;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000255 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220455;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:14.665665' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000273 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220455;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:14.665527' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:34:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000303 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220456;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001209 Lock_time: 0.001021 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220456;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:15.665984' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001193 Lock_time: 0.000929 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220456;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:15.666237' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12505 Schema: QC_hit: No
# Query_time: 0.000202 Lock_time: 0.000120 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220456;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12505 Schema: QC_hit: No
# Query_time: 0.000207 Lock_time: 0.000141 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220456;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:34:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000602 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220457;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000176 Lock_time: 0.000063 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220457;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:16.66561' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000376 Lock_time: 0.000194 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220457;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:16.665617' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:34:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12507 Schema: QC_hit: No
# Query_time: 0.000224 Lock_time: 0.000141 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220458;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12507 Schema: QC_hit: No
# Query_time: 0.000204 Lock_time: 0.000140 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220458;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000293 Lock_time: 0.000138 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220458;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000770 Lock_time: 0.000171 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220458;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000227 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220458;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:17.666209' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:34:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12508 Schema: QC_hit: No
# Query_time: 0.000271 Lock_time: 0.000179 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220459;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12508 Schema: QC_hit: No
# Query_time: 0.000299 Lock_time: 0.000244 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220459;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000333 Lock_time: 0.000159 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220459;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:18.665616' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000358 Lock_time: 0.000238 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220459;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:18.665589' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000499 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220459;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:34:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000235 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220460;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000582 Lock_time: 0.000158 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220460;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000302 Lock_time: 0.000183 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220460;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:19.666213' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:34:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000853 Lock_time: 0.000728 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220461;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:20.665554' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000834 Lock_time: 0.000715 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220461;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:20.66555' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001382 Lock_time: 0.001228 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220461;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:34:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001491 Lock_time: 0.001321 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220462;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000762 Lock_time: 0.000584 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220462;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:21.666065' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001845 Lock_time: 0.001344 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220462;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:34:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000293 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220463;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000529 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220463;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001410 Lock_time: 0.001283 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220463;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:22.665664' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:34:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000310 Lock_time: 0.000145 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220464;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000540 Lock_time: 0.000165 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220464;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001355 Lock_time: 0.001224 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220464;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:23.666232' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:34:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000329 Lock_time: 0.000174 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220465;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000656 Lock_time: 0.000220 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220465;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000340 Lock_time: 0.000149 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220465;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:24.66561' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:34:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000265 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220466;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000605 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220466;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000217 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220466;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:25.666095' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:34:27
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000293 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220467;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000243 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220467;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:26.665779' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000171 Lock_time: 0.000063 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220467;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:26.665669' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:34:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12511 Schema: QC_hit: No
# Query_time: 0.000209 Lock_time: 0.000129 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220468;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12511 Schema: QC_hit: No
# Query_time: 0.000168 Lock_time: 0.000121 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220468;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000323 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220468;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000666 Lock_time: 0.000151 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220468;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000187 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220468;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:27.666197' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:34:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12512 Schema: QC_hit: No
# Query_time: 0.000191 Lock_time: 0.000110 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220469;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12512 Schema: QC_hit: No
# Query_time: 0.000160 Lock_time: 0.000109 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220469;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000531 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220469;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000198 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220469;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:28.66585' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000449 Lock_time: 0.000290 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220469;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:28.665713' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:34:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000522 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220470;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000698 Lock_time: 0.000607 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220470;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000383 Lock_time: 0.000200 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220470;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:29.666173' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:34:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001056 Lock_time: 0.000893 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220471;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:30.665836' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000209 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220471;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000613 Lock_time: 0.000308 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220471;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:34:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000920 Lock_time: 0.000359 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220472;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001270 Lock_time: 0.001038 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220472;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:31.666176' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001369 Lock_time: 0.001128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220472;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000967 Lock_time: 0.000732 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220472;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:31.666176' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:34:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000321 Lock_time: 0.000144 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220473;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000539 Lock_time: 0.000184 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220473;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000219 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220473;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:32.665594' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000196 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220473;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:32.669189' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:34:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000357 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220474;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000249 Lock_time: 0.000131 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220474;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:33.666147' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000628 Lock_time: 0.000174 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220474;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:34:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000258 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220475;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000442 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220475;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000301 Lock_time: 0.000186 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220475;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:34.665543' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:34:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000366 Lock_time: 0.000133 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220476;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000257 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220476;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:35.666079' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000237 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220476;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:35.666079' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:34:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000550 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220477;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000319 Lock_time: 0.000194 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220477;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:36.665667' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000364 Lock_time: 0.000224 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220477;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:36.665701' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:34:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12515 Schema: QC_hit: No
# Query_time: 0.000215 Lock_time: 0.000132 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220478;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12515 Schema: QC_hit: No
# Query_time: 0.000165 Lock_time: 0.000117 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220478;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000544 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220478;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000276 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220478;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:37.666287' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000261 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220478;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:37.66618' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:34:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12516 Schema: QC_hit: No
# Query_time: 0.000267 Lock_time: 0.000157 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220479;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12516 Schema: QC_hit: No
# Query_time: 0.000310 Lock_time: 0.000213 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220479;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000361 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220479;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000238 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220479;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:38.665817' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000167 Lock_time: 0.000062 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220479;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:38.66564' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:34:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000670 Lock_time: 0.000155 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220480;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000206 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220480;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:39.666253' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000400 Lock_time: 0.000166 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220480;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:39.666177' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:34:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001147 Lock_time: 0.000923 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220481;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:40.665689' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001108 Lock_time: 0.000888 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220481;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:40.66555' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001914 Lock_time: 0.001671 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220481;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002207 Lock_time: 0.001679 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220481;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:34:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001354 Lock_time: 0.001158 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220482;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000530 Lock_time: 0.000336 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220482;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:41.666165' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000742 Lock_time: 0.000494 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220482;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:41.666131' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:34:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000351 Lock_time: 0.000143 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220483;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000615 Lock_time: 0.000167 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220483;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001434 Lock_time: 0.001311 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220483;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:42.665932' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001631 Lock_time: 0.001476 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220483;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:42.665602' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:34:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000278 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220484;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001730 Lock_time: 0.001591 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220484;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:43.666124' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001880 Lock_time: 0.001616 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220484;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:43.666043' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:34:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000540 Lock_time: 0.000149 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220485;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000309 Lock_time: 0.000074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220485;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:44.665679' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000314 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220485;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:44.665527' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:34:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001218 Lock_time: 0.000613 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220486;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000324 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220486;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:45.666047' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000472 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220486;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:45.666095' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12518 Schema: QC_hit: No
# Query_time: 0.000197 Lock_time: 0.000119 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220486;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12518 Schema: QC_hit: No
# Query_time: 0.000249 Lock_time: 0.000170 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220486;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:34:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000264 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220487;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000247 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220487;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:46.66565' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000634 Lock_time: 0.000452 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220487;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:46.66566' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:34:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12520 Schema: QC_hit: No
# Query_time: 0.000202 Lock_time: 0.000117 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220488;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12520 Schema: QC_hit: No
# Query_time: 0.000160 Lock_time: 0.000107 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220488;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000668 Lock_time: 0.000144 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220488;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000241 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220488;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:47.666408' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000248 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220488;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:47.666469' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:34:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12521 Schema: QC_hit: No
# Query_time: 0.000228 Lock_time: 0.000145 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220489;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12521 Schema: QC_hit: No
# Query_time: 0.000220 Lock_time: 0.000170 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220489;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000311 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220489;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000200 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220489;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:48.665816' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000252 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220489;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:48.665828' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:34:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000275 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220490;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000699 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220490;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000200 Lock_time: 0.000073 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220490;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:49.666381' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:34:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000828 Lock_time: 0.000615 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220491;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:50.665792' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001676 Lock_time: 0.001261 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220491;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001412 Lock_time: 0.001308 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220491;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:34:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001380 Lock_time: 0.001190 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220492;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000502 Lock_time: 0.000308 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220492;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:51.666667' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000896 Lock_time: 0.000258 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220492;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:51.666659' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:34:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000351 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220493;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000738 Lock_time: 0.000161 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220493;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001248 Lock_time: 0.001110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220493;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:52.666096' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001252 Lock_time: 0.001078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220493;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:52.666093' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:34:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000397 Lock_time: 0.000164 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220494;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000522 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220494;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000234 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220494;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:53.665697' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:34:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000369 Lock_time: 0.000168 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220495;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000311 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220495;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:54.666302' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000386 Lock_time: 0.000170 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220495;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:54.666287' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:34:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000223 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220496;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000248 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220496;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:55.665868' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000272 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220496;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:55.66606' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:34:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000237 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220497;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000195 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220497;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:56.666593' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000414 Lock_time: 0.000148 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220497;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:56.666464' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:34:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12524 Schema: QC_hit: No
# Query_time: 0.000237 Lock_time: 0.000154 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220498;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12524 Schema: QC_hit: No
# Query_time: 0.000478 Lock_time: 0.000427 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220498;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000441 Lock_time: 0.000276 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220498;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:57.66601' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000671 Lock_time: 0.000511 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220498;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:57.665798' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001401 Lock_time: 0.001315 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220498;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:34:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12525 Schema: QC_hit: No
# Query_time: 0.000198 Lock_time: 0.000119 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220499;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12525 Schema: QC_hit: No
# Query_time: 0.000169 Lock_time: 0.000123 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220499;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000659 Lock_time: 0.000274 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220499;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000937 Lock_time: 0.000767 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220499;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:58.666447' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001280 Lock_time: 0.001165 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220499;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:35:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000928 Lock_time: 0.000753 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220500;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:59.665952' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001320 Lock_time: 0.001136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220500;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001133 Lock_time: 0.000968 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220500;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:34:59.665755' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:35:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000745 Lock_time: 0.000570 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220501;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000282 Lock_time: 0.000141 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220501;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:00.666389' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000380 Lock_time: 0.000204 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220501;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:00.666349' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:35:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000316 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220502;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000935 Lock_time: 0.000807 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220502;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:01.666148' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001237 Lock_time: 0.001048 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220502;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:01.665974' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:35:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001283 Lock_time: 0.001084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220503;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:02.666725' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002056 Lock_time: 0.001720 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220503;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002255 Lock_time: 0.001812 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220503;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:35:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000341 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220504;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001251 Lock_time: 0.001135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220504;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:03.66641' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001444 Lock_time: 0.001289 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220504;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:03.666158' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:35:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000310 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220505;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000255 Lock_time: 0.000134 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220505;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:04.665609' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000266 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220505;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:04.665593' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:35:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000208 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220506;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000559 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220506;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000427 Lock_time: 0.000243 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220506;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:05.666168' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:35:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000281 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220507;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000243 Lock_time: 0.000076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220507;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:06.665654' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000223 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220507;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:06.665678' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:35:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12528 Schema: QC_hit: No
# Query_time: 0.000250 Lock_time: 0.000140 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220508;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12528 Schema: QC_hit: No
# Query_time: 0.001461 Lock_time: 0.001404 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220508;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000484 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220508;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000226 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220508;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:07.666131' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000696 Lock_time: 0.000586 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220508;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:07.666135' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:35:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12529 Schema: QC_hit: No
# Query_time: 0.000192 Lock_time: 0.000110 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220509;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12529 Schema: QC_hit: No
# Query_time: 0.000120 Lock_time: 0.000075 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220509;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000268 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220509;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000440 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220509;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000296 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220509;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:08.665463' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:35:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000352 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220510;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000585 Lock_time: 0.000146 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220510;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000186 Lock_time: 0.000074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220510;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:09.66602' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:35:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000886 Lock_time: 0.000756 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220511;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:10.665659' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001506 Lock_time: 0.001356 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220511;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001808 Lock_time: 0.001370 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220511;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:35:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000752 Lock_time: 0.000557 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220512;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:11.665706' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000794 Lock_time: 0.000591 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220512;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:11.665719' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001486 Lock_time: 0.001304 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220512;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:35:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001698 Lock_time: 0.001537 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220513;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000879 Lock_time: 0.000724 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220513;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:12.666554' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001019 Lock_time: 0.000851 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220513;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:12.666379' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002155 Lock_time: 0.001532 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220513;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:35:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000622 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220514;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000213 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220514;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:13.665754' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000568 Lock_time: 0.000181 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220514;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:13.665766' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:35:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000280 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220515;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000561 Lock_time: 0.000142 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220515;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000328 Lock_time: 0.000138 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220515;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:14.666325' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000213 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220515;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:14.666596' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:35:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000714 Lock_time: 0.000522 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220516;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000352 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220516;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:15.665716' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001499 Lock_time: 0.000227 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220516;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12531 Schema: QC_hit: No
# Query_time: 0.000229 Lock_time: 0.000135 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220516;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12531 Schema: QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000179 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220516;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:35:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000868 Lock_time: 0.000706 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220517;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000267 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220517;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:16.666124' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001053 Lock_time: 0.000638 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220517;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:35:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12533 Schema: QC_hit: No
# Query_time: 0.000211 Lock_time: 0.000116 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220518;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12533 Schema: QC_hit: No
# Query_time: 0.000160 Lock_time: 0.000111 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220518;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000735 Lock_time: 0.000540 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220518;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:17.665522' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000743 Lock_time: 0.000539 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220518;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:17.665521' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001757 Lock_time: 0.001345 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220518;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:35:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12534 Schema: QC_hit: No
# Query_time: 0.000224 Lock_time: 0.000132 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220519;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12534 Schema: QC_hit: No
# Query_time: 0.000137 Lock_time: 0.000092 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220519;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000993 Lock_time: 0.000158 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220519;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001372 Lock_time: 0.001236 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220519;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001255 Lock_time: 0.000794 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220519;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:18.666019' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:35:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000314 Lock_time: 0.000149 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220520;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001322 Lock_time: 0.001206 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220520;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:19.665994' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001234 Lock_time: 0.001080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220520;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:19.665842' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:35:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000805 Lock_time: 0.000610 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220521;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:20.667305' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000790 Lock_time: 0.000601 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220521;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:20.667516' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001424 Lock_time: 0.001082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220521;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001729 Lock_time: 0.001051 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220521;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:35:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000384 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220522;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000319 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220522;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:21.666157' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000406 Lock_time: 0.000192 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220522;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:21.666003' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:35:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000468 Lock_time: 0.000247 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220523;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000227 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220523;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:22.666511' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000271 Lock_time: 0.000162 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220523;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:22.666357' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001108 Lock_time: 0.000354 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220523;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:35:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000349 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220524;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000356 Lock_time: 0.000243 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220524;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:23.6661' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000385 Lock_time: 0.000205 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220524;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:23.666082' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:35:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000509 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220525;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000325 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220525;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:24.666346' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000282 Lock_time: 0.000145 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220525;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:24.666573' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:35:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000773 Lock_time: 0.000582 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220526;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:25.666044' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001544 Lock_time: 0.001354 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220526;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000812 Lock_time: 0.000595 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220526;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:25.66585' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002001 Lock_time: 0.001421 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220526;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:35:27
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000730 Lock_time: 0.000523 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220527;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:26.666389' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001304 Lock_time: 0.001091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220527;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000727 Lock_time: 0.000516 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220527;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:26.666411' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:35:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12537 Schema: QC_hit: No
# Query_time: 0.000191 Lock_time: 0.000110 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220528;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12537 Schema: QC_hit: No
# Query_time: 0.000143 Lock_time: 0.000097 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220528;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000987 Lock_time: 0.000776 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220528;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:27.666411' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001800 Lock_time: 0.001406 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220528;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001072 Lock_time: 0.000669 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220528;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:27.66631' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:35:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12538 Schema: QC_hit: No
# Query_time: 0.000175 Lock_time: 0.000094 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220529;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12538 Schema: QC_hit: No
# Query_time: 0.000126 Lock_time: 0.000081 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220529;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000594 Lock_time: 0.000183 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220529;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000799 Lock_time: 0.000629 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220529;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000196 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220529;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:28.665784' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000369 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220529;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:28.665695' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:35:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000241 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220530;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000449 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220530;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000184 Lock_time: 0.000074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220530;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:29.666302' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:35:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000530 Lock_time: 0.000130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220531;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000236 Lock_time: 0.000053 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220531;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:30.66574' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000280 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220531;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:30.665752' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:35:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000531 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220532;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000582 Lock_time: 0.000423 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220532;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:31.666373' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000221 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220532;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:31.669201' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:35:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000533 Lock_time: 0.000359 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220533;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:32.665931' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000606 Lock_time: 0.000416 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220533;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:32.66586' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001534 Lock_time: 0.001120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220533;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:35:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001562 Lock_time: 0.001412 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220534;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000877 Lock_time: 0.000701 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220534;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:33.666412' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000915 Lock_time: 0.000692 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220534;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:33.666464' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:35:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000216 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220535;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000492 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220535;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000221 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220535;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:34.665838' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001438 Lock_time: 0.001324 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220535;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:34.666' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:35:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000812 Lock_time: 0.000604 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220536;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:35.666452' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001472 Lock_time: 0.001233 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220536;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000775 Lock_time: 0.000569 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220536;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:35.666513' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001801 Lock_time: 0.001231 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220536;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:35:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000281 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220537;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000215 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220537;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:36.665865' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000280 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220537;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:36.665829' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:35:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12541 Schema: QC_hit: No
# Query_time: 0.000228 Lock_time: 0.000131 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220538;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12541 Schema: QC_hit: No
# Query_time: 0.000184 Lock_time: 0.000136 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220538;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000286 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220538;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000562 Lock_time: 0.000136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220538;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000312 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220538;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:37.665527' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:35:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12542 Schema: QC_hit: No
# Query_time: 0.000210 Lock_time: 0.000127 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220539;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12542 Schema: QC_hit: No
# Query_time: 0.000181 Lock_time: 0.000130 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220539;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000238 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220539;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000436 Lock_time: 0.000072 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220539;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000222 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220539;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:38.666188' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:35:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000546 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220540;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000241 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220540;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:39.665634' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000320 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220540;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:39.665632' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:35:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000463 Lock_time: 0.000270 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220541;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000203 Lock_time: 0.000056 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220541;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:40.666437' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000405 Lock_time: 0.000293 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220541;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:40.666213' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:35:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000481 Lock_time: 0.000346 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220542;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:41.665698' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000982 Lock_time: 0.000839 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220542;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001558 Lock_time: 0.001110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220542;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:35:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001078 Lock_time: 0.000898 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220543;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:42.666383' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001735 Lock_time: 0.001553 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220543;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001980 Lock_time: 0.001593 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220543;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:35:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000376 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220544;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000311 Lock_time: 0.000139 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220544;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:43.665718' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000354 Lock_time: 0.000161 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220544;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:43.665716' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:35:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000285 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220545;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000471 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220545;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000184 Lock_time: 0.000065 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220545;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:44.66649' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:35:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000297 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220546;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000197 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220546;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:45.665834' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000370 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220546;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:45.665856' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12544 Schema: QC_hit: No
# Query_time: 0.000190 Lock_time: 0.000109 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220546;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12544 Schema: QC_hit: No
# Query_time: 0.000120 Lock_time: 0.000074 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220546;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:35:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000194 Lock_time: 0.000072 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220547;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000498 Lock_time: 0.000151 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220547;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000189 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220547;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:46.666419' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:35:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12546 Schema: QC_hit: No
# Query_time: 0.000231 Lock_time: 0.000122 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220548;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12546 Schema: QC_hit: No
# Query_time: 0.000143 Lock_time: 0.000088 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220548;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001149 Lock_time: 0.000961 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220548;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000455 Lock_time: 0.000260 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220548;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:47.666159' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000528 Lock_time: 0.000343 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220548;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:47.665955' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:35:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12547 Schema: QC_hit: No
# Query_time: 0.000227 Lock_time: 0.000128 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220549;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12547 Schema: QC_hit: No
# Query_time: 0.000205 Lock_time: 0.000143 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220549;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000322 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220549;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000612 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220549;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001283 Lock_time: 0.001168 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220549;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:48.665529' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:35:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001185 Lock_time: 0.001017 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220550;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:49.666398' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001146 Lock_time: 0.000907 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220550;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:49.666201' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001910 Lock_time: 0.001442 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220550;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:35:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000587 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220551;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000871 Lock_time: 0.000715 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220551;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000249 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220551;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:50.665512' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000144 Lock_time: 0.000048 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220551;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:50.66922' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:35:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000360 Lock_time: 0.000161 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220552;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000533 Lock_time: 0.000181 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220552;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001607 Lock_time: 0.001449 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220552;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:51.666268' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001607 Lock_time: 0.001421 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220552;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:51.666149' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:35:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000295 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220553;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:52.665949' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000273 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220553;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:52.665908' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000205 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220553;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:35:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000528 Lock_time: 0.000150 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220554;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220554;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:53.666455' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000174 Lock_time: 0.000056 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220554;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:53.666634' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:35:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000657 Lock_time: 0.000415 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220555;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000247 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220555;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:54.665785' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000291 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220555;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:54.665902' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:35:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000329 Lock_time: 0.000137 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220556;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000200 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220556;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:55.66643' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000197 Lock_time: 0.000067 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220556;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:55.66636' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:35:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000925 Lock_time: 0.000787 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220557;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:56.665849' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000914 Lock_time: 0.000741 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220557;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:56.666068' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001544 Lock_time: 0.001160 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220557;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:35:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12550 Schema: QC_hit: No
# Query_time: 0.000193 Lock_time: 0.000115 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220558;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12550 Schema: QC_hit: No
# Query_time: 0.000141 Lock_time: 0.000095 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220558;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001653 Lock_time: 0.001163 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220558;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001870 Lock_time: 0.001744 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220558;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000196 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220558;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:57.666479' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:35:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12551 Schema: QC_hit: No
# Query_time: 0.000201 Lock_time: 0.000119 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220559;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12551 Schema: QC_hit: No
# Query_time: 0.000201 Lock_time: 0.000147 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220559;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000305 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220559;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000527 Lock_time: 0.000131 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220559;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001104 Lock_time: 0.000992 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220559;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:58.666406' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000335 Lock_time: 0.000217 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220559;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:58.669184' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:36:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000324 Lock_time: 0.000144 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220560;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000365 Lock_time: 0.000191 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220560;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:59.665761' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001214 Lock_time: 0.001092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220560;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:35:59.66714' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:36:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000453 Lock_time: 0.000325 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220561;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000218 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220561;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:00.66625' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000251 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220561;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:00.666412' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:36:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000725 Lock_time: 0.000450 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220562;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000306 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220562;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:01.665587' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000282 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220562;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:01.665743' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:36:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220563;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000580 Lock_time: 0.000149 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220563;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000398 Lock_time: 0.000177 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220563;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:02.666487' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:36:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001517 Lock_time: 0.001333 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220564;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000687 Lock_time: 0.000505 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220564;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:03.665474' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000774 Lock_time: 0.000523 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220564;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:03.665486' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:36:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000858 Lock_time: 0.000648 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220565;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:04.66622' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001558 Lock_time: 0.001349 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220565;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000938 Lock_time: 0.000667 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220565;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:04.666008' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001825 Lock_time: 0.001361 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220565;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:36:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000940 Lock_time: 0.000273 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220566;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000293 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220566;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:05.665655' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002038 Lock_time: 0.001885 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220566;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:05.665507' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:36:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000574 Lock_time: 0.000130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220567;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000838 Lock_time: 0.000673 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220567;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001614 Lock_time: 0.001148 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220567;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:06.666228' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:36:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12554 Schema: QC_hit: No
# Query_time: 0.000219 Lock_time: 0.000127 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220568;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12554 Schema: QC_hit: No
# Query_time: 0.000209 Lock_time: 0.000139 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220568;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000246 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220568;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000459 Lock_time: 0.000240 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220568;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:07.665656' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000461 Lock_time: 0.000277 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220568;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:07.665576' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:36:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12555 Schema: QC_hit: No
# Query_time: 0.000213 Lock_time: 0.000125 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220569;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12555 Schema: QC_hit: No
# Query_time: 0.000157 Lock_time: 0.000107 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220569;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000381 Lock_time: 0.000197 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220569;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000614 Lock_time: 0.000216 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220569;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000614 Lock_time: 0.000276 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220569;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:08.666407' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:36:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000271 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220570;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000568 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220570;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000155 Lock_time: 0.000038 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220570;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:09.665612' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:36:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000207 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220571;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:10.669401' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000243 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220571;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:10.669415' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000452 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220571;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:36:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000309 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220572;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000223 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220572;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:11.665867' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000698 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220572;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:36:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000413 Lock_time: 0.000154 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220573;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000801 Lock_time: 0.000388 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220573;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000267 Lock_time: 0.000137 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220573;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:12.666506' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:36:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000285 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220574;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000247 Lock_time: 0.000064 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220574;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:13.665904' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000298 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220574;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:13.665912' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:36:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000266 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220575;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000225 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220575;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:14.66648' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000196 Lock_time: 0.000073 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220575;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:14.666424' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:36:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000721 Lock_time: 0.000251 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220576;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000258 Lock_time: 0.000137 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220576;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:15.665942' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000238 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220576;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:15.66592' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12557 Schema: QC_hit: No
# Query_time: 0.000289 Lock_time: 0.000178 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220576;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12557 Schema: QC_hit: No
# Query_time: 0.000177 Lock_time: 0.000129 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220576;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:36:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001133 Lock_time: 0.000876 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220577;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000312 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220577;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:16.666426' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001298 Lock_time: 0.000886 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220577;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:36:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12559 Schema: QC_hit: No
# Query_time: 0.000230 Lock_time: 0.000134 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220578;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12559 Schema: QC_hit: No
# Query_time: 0.000128 Lock_time: 0.000085 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220578;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000582 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220578;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000214 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220578;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:17.665798' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000362 Lock_time: 0.000228 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220578;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:17.665769' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:36:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12560 Schema: QC_hit: No
# Query_time: 0.000214 Lock_time: 0.000132 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220579;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12560 Schema: QC_hit: No
# Query_time: 0.000198 Lock_time: 0.000149 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220579;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000234 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220579;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000188 Lock_time: 0.000061 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220579;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:18.666447' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000796 Lock_time: 0.000140 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220579;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:36:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000607 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220580;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000222 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220580;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:19.66575' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000257 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220580;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:19.665753' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:36:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000303 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220581;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000625 Lock_time: 0.000149 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220581;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000226 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220581;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:20.666601' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:36:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001670 Lock_time: 0.001493 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220582;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000998 Lock_time: 0.000794 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220582;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:21.665771' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002025 Lock_time: 0.001514 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220582;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:36:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000820 Lock_time: 0.000618 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220583;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:22.666298' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000474 Lock_time: 0.000212 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220583;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:22.666482' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001491 Lock_time: 0.001043 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220583;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:36:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000347 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220584;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001558 Lock_time: 0.001427 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220584;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:23.665772' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001615 Lock_time: 0.001407 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220584;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:23.665766' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:36:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000392 Lock_time: 0.000207 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220585;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000658 Lock_time: 0.000199 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220585;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001816 Lock_time: 0.001666 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220585;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:24.666406' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:36:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000305 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220586;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000635 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220586;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000387 Lock_time: 0.000140 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220586;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:25.665793' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:36:27
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000330 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220587;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000629 Lock_time: 0.000256 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220587;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000231 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220587;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:26.666585' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:36:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12563 Schema: QC_hit: No
# Query_time: 0.000203 Lock_time: 0.000110 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220588;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12563 Schema: QC_hit: No
# Query_time: 0.000135 Lock_time: 0.000088 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220588;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000492 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220588;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000534 Lock_time: 0.000371 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220588;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:27.665848' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000472 Lock_time: 0.000344 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220588;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:27.665752' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:36:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12564 Schema: QC_hit: No
# Query_time: 0.000213 Lock_time: 0.000128 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220589;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12564 Schema: QC_hit: No
# Query_time: 0.000182 Lock_time: 0.000134 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220589;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000332 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220589;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000579 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220589;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000191 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220589;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:28.666445' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:36:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000320 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220590;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000213 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220590;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:29.665955' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000295 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220590;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:29.66584' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:36:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000322 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220591;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000172 Lock_time: 0.000066 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220591;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:30.666443' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000345 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220591;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:30.666468' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:36:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000639 Lock_time: 0.000444 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220592;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:31.665872' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001502 Lock_time: 0.001102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220592;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000905 Lock_time: 0.000798 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220592;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:31.665962' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:36:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000754 Lock_time: 0.000609 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220593;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:32.66639' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001469 Lock_time: 0.001309 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220593;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001742 Lock_time: 0.001325 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220593;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:36:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000206 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220594;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000197 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220594;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:33.670171' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000213 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220594;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:33.670445' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:36:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000330 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220595;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000550 Lock_time: 0.000178 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220595;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000250 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220595;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:34.665763' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000214 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220595;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:34.665834' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:36:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000345 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220596;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000583 Lock_time: 0.000174 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220596;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000212 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220596;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:35.666341' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:36:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001423 Lock_time: 0.001281 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220597;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000813 Lock_time: 0.000668 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220597;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:36.665783' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000809 Lock_time: 0.000649 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220597;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:36.665846' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:36:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12567 Schema: QC_hit: No
# Query_time: 0.000195 Lock_time: 0.000113 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220598;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12567 Schema: QC_hit: No
# Query_time: 0.000140 Lock_time: 0.000096 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220598;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000640 Lock_time: 0.000452 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220598;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:37.666445' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000690 Lock_time: 0.000460 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220598;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:37.666512' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001552 Lock_time: 0.001133 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220598;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:36:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12568 Schema: QC_hit: No
# Query_time: 0.000229 Lock_time: 0.000139 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220599;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12568 Schema: QC_hit: No
# Query_time: 0.000116 Lock_time: 0.000071 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220599;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000278 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220599;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001444 Lock_time: 0.001317 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220599;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:38.665934' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001697 Lock_time: 0.001543 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220599;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:38.666059' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:36:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000435 Lock_time: 0.000202 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220600;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000717 Lock_time: 0.000199 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220600;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000249 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220600;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:39.665589' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:36:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000537 Lock_time: 0.000386 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220601;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000225 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220601;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:40.666316' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000714 Lock_time: 0.000323 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220601;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:36:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000521 Lock_time: 0.000143 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220602;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000437 Lock_time: 0.000281 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220602;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:41.665712' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000382 Lock_time: 0.000193 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220602;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:41.66591' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:36:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000299 Lock_time: 0.000134 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220603;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000473 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220603;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001124 Lock_time: 0.000862 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220603;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:42.666197' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:36:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000968 Lock_time: 0.000809 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220604;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:43.665736' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000906 Lock_time: 0.000711 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220604;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:43.66559' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001826 Lock_time: 0.001475 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220604;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:36:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000763 Lock_time: 0.000627 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220605;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:44.666205' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001381 Lock_time: 0.001238 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220605;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000816 Lock_time: 0.000630 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220605;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:44.666207' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001653 Lock_time: 0.001251 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220605;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:36:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000275 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220606;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000514 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220606;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001312 Lock_time: 0.001092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220606;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:45.665582' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12570 Schema: QC_hit: No
# Query_time: 0.000215 Lock_time: 0.000120 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220606;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12570 Schema: QC_hit: No
# Query_time: 0.000153 Lock_time: 0.000107 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220606;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:36:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000271 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220607;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001097 Lock_time: 0.000981 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220607;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:46.666261' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001099 Lock_time: 0.000987 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220607;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:46.666283' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:36:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12572 Schema: QC_hit: No
# Query_time: 0.000205 Lock_time: 0.000120 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220608;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12572 Schema: QC_hit: No
# Query_time: 0.000261 Lock_time: 0.000185 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220608;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000280 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220608;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000202 Lock_time: 0.000067 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220608;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:47.665819' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000577 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220608;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:36:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12573 Schema: QC_hit: No
# Query_time: 0.000276 Lock_time: 0.000160 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220609;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12573 Schema: QC_hit: No
# Query_time: 0.000186 Lock_time: 0.000135 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220609;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000309 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220609;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000528 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220609;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001233 Lock_time: 0.001106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220609;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:48.666358' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:36:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000210 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220610;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000177 Lock_time: 0.000066 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220610;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:49.665713' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000209 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220610;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:49.665747' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:36:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000162 Lock_time: 0.000064 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220611;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000846 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220611;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000178 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220611;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:50.66634' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:36:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000382 Lock_time: 0.000229 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220612;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000600 Lock_time: 0.000212 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220612;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000198 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220612;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:51.665981' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:36:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000280 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220613;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000239 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220613;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:52.66646' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000291 Lock_time: 0.000171 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220613;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:52.666634' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:36:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000402 Lock_time: 0.000209 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220614;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000235 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220614;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:53.665961' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000415 Lock_time: 0.000295 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220614;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:53.665949' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:36:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000629 Lock_time: 0.000489 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220615;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:54.665566' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001307 Lock_time: 0.001155 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220615;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001307 Lock_time: 0.000933 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220615;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:36:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000782 Lock_time: 0.000611 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220616;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:55.666207' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001498 Lock_time: 0.001308 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220616;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001738 Lock_time: 0.001338 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220616;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:36:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000253 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220617;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001634 Lock_time: 0.001481 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220617;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:56.665689' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001729 Lock_time: 0.001507 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220617;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:56.665712' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:36:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12576 Schema: QC_hit: No
# Query_time: 0.000214 Lock_time: 0.000132 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220618;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12576 Schema: QC_hit: No
# Query_time: 0.000209 Lock_time: 0.000141 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220618;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000975 Lock_time: 0.000802 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220618;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:57.666404' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002265 Lock_time: 0.001793 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220618;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001785 Lock_time: 0.001366 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220618;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:36:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12577 Schema: QC_hit: No
# Query_time: 0.000200 Lock_time: 0.000119 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220619;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12577 Schema: QC_hit: No
# Query_time: 0.000229 Lock_time: 0.000150 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220619;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000226 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220619;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000262 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220619;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:58.665961' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000259 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220619;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:58.665865' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:37:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000669 Lock_time: 0.000247 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220620;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000292 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220620;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:59.666418' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001204 Lock_time: 0.001042 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220620;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:36:59.66676' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:37:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000168 Lock_time: 0.000062 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220621;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000418 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220621;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000203 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220621;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:00.665848' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:37:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000502 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220622;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000459 Lock_time: 0.000068 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220622;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:01.666569' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000526 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220622;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:01.666374' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:37:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000676 Lock_time: 0.000276 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220623;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000200 Lock_time: 0.000073 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220623;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:02.665998' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000206 Lock_time: 0.000062 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220623;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:02.665836' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:37:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000475 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220624;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000251 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220624;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:03.66659' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000314 Lock_time: 0.000144 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220624;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:03.666617' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:37:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001192 Lock_time: 0.001018 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220625;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:04.666006' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001748 Lock_time: 0.001556 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220625;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001214 Lock_time: 0.000993 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220625;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:04.665744' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002024 Lock_time: 0.001580 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220625;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:37:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000924 Lock_time: 0.000747 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220626;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:05.666608' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001835 Lock_time: 0.001454 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220626;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001523 Lock_time: 0.000779 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220626;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:05.666393' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:37:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000410 Lock_time: 0.000186 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220627;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000331 Lock_time: 0.000153 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220627;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:06.665784' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000330 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220627;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:06.66596' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001187 Lock_time: 0.000521 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220627;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:37:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12580 Schema: QC_hit: No
# Query_time: 0.000286 Lock_time: 0.000172 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220628;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12580 Schema: QC_hit: No
# Query_time: 0.000301 Lock_time: 0.000202 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220628;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000365 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220628;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000208 Lock_time: 0.000057 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220628;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:07.666485' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000495 Lock_time: 0.000339 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220628;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:07.666357' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:37:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12581 Schema: QC_hit: No
# Query_time: 0.000245 Lock_time: 0.000162 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220629;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12581 Schema: QC_hit: No
# Query_time: 0.000159 Lock_time: 0.000110 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220629;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000237 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220629;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000459 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220629;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000214 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220629;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:08.665817' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:37:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000343 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220630;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000500 Lock_time: 0.000131 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220630;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000276 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220630;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:09.666324' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:37:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001113 Lock_time: 0.000938 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220631;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:10.6657' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001289 Lock_time: 0.001069 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220631;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:10.665722' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002079 Lock_time: 0.001681 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220631;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:37:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000713 Lock_time: 0.000525 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220632;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:11.666492' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000305 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220632;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001754 Lock_time: 0.001239 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220632;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:37:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000226 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220633;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000468 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220633;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001122 Lock_time: 0.001012 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220633;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:12.66594' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:37:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000349 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220634;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000642 Lock_time: 0.000141 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220634;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001275 Lock_time: 0.001138 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220634;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:13.66636' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:37:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000463 Lock_time: 0.000275 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220635;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000671 Lock_time: 0.000281 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220635;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000206 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220635;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:14.665723' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:37:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000817 Lock_time: 0.000422 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220636;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001250 Lock_time: 0.001124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220636;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:15.666548' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001402 Lock_time: 0.001210 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220636;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:15.666599' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12586 Schema: QC_hit: No
# Query_time: 0.000229 Lock_time: 0.000146 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220636;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12586 Schema: QC_hit: No
# Query_time: 0.000390 Lock_time: 0.000260 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220636;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:37:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000517 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220637;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000214 Lock_time: 0.000076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220637;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:16.665837' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000264 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220637;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:16.665977' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:37:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12588 Schema: QC_hit: No
# Query_time: 0.000340 Lock_time: 0.000221 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220638;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12588 Schema: QC_hit: No
# Query_time: 0.000297 Lock_time: 0.000203 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220638;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000429 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220638;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000728 Lock_time: 0.000200 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220638;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001168 Lock_time: 0.001038 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220638;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:17.666768' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:37:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12589 Schema: QC_hit: No
# Query_time: 0.000223 Lock_time: 0.000142 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220639;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12589 Schema: QC_hit: No
# Query_time: 0.000179 Lock_time: 0.000131 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220639;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000288 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220639;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000266 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220639;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:18.665952' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000260 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220639;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:18.665921' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:37:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000274 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220640;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:19.665972' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001203 Lock_time: 0.000800 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220640;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000167 Lock_time: 0.000065 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220640;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:19.665773' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:37:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000367 Lock_time: 0.000195 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220641;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000714 Lock_time: 0.000305 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220641;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000184 Lock_time: 0.000062 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220641;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:20.666536' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:37:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000338 Lock_time: 0.000150 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220642;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000544 Lock_time: 0.000171 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220642;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000224 Lock_time: 0.000076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220642;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:21.665805' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:37:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000363 Lock_time: 0.000197 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220643;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000225 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220643;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:22.666377' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001076 Lock_time: 0.000654 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220643;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:37:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000290 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220644;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000253 Lock_time: 0.000073 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220644;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:23.665796' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000238 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220644;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:23.665803' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:37:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000381 Lock_time: 0.000140 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220645;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000577 Lock_time: 0.000156 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220645;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000250 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220645;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:24.666323' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:37:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000280 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220646;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:25.66627' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000773 Lock_time: 0.000200 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220646;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000308 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220646;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:25.666457' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:37:27
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001236 Lock_time: 0.001028 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220647;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:26.665622' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001276 Lock_time: 0.001051 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220647;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:26.665654' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001811 Lock_time: 0.001590 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220647;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:37:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12592 Schema: QC_hit: No
# Query_time: 0.000249 Lock_time: 0.000132 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220648;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12592 Schema: QC_hit: No
# Query_time: 0.000204 Lock_time: 0.000133 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220648;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001328 Lock_time: 0.001176 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220648;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000664 Lock_time: 0.000496 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220648;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:27.666281' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001489 Lock_time: 0.001080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220648;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:37:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12593 Schema: QC_hit: No
# Query_time: 0.000217 Lock_time: 0.000134 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220649;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12593 Schema: QC_hit: No
# Query_time: 0.000166 Lock_time: 0.000116 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220649;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000494 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220649;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000271 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220649;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:28.665551' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000180 Lock_time: 0.000063 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220649;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:28.665578' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:37:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000300 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220650;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:29.666114' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001087 Lock_time: 0.000226 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220650;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001116 Lock_time: 0.001010 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220650;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:29.666242' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:37:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000290 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220651;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000393 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220651;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:30.665953' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000407 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220651;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:30.665691' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:37:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000260 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220652;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000625 Lock_time: 0.000164 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220652;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000293 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220652;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:31.666484' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000495 Lock_time: 0.000299 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220652;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:31.666348' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:37:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000275 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220653;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000371 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220653;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:32.66561' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000360 Lock_time: 0.000140 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220653;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:32.665675' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:37:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000294 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220654;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000257 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220654;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:33.666237' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000500 Lock_time: 0.000258 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220654;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:33.666294' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:37:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000951 Lock_time: 0.000770 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220655;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:34.665631' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000950 Lock_time: 0.000763 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220655;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:34.665631' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001938 Lock_time: 0.001320 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220655;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:37:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001481 Lock_time: 0.001274 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220656;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000698 Lock_time: 0.000488 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220656;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:35.666193' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000747 Lock_time: 0.000478 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220656;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:35.666298' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:37:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000847 Lock_time: 0.000289 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220657;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000258 Lock_time: 0.000063 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220657;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:36.665594' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000304 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220657;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:36.665574' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:37:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12596 Schema: QC_hit: No
# Query_time: 0.000206 Lock_time: 0.000123 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220658;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12596 Schema: QC_hit: No
# Query_time: 0.000281 Lock_time: 0.000195 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220658;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000293 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220658;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000291 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220658;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:37.66644' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000481 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220658;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:37.666321' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:37:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12597 Schema: QC_hit: No
# Query_time: 0.000401 Lock_time: 0.000308 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220659;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12597 Schema: QC_hit: No
# Query_time: 0.000166 Lock_time: 0.000115 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220659;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000402 Lock_time: 0.000215 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220659;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000189 Lock_time: 0.000069 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220659;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:38.665885' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001153 Lock_time: 0.000993 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220659;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:38.667572' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:37:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000706 Lock_time: 0.000197 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220660;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000387 Lock_time: 0.000250 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220660;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:39.666653' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000391 Lock_time: 0.000245 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220660;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:39.666383' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000919 Lock_time: 0.000635 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220660;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:37:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000594 Lock_time: 0.000133 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220661;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000192 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220661;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:40.665828' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000244 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220661;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:40.665838' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:37:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000290 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220662;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000222 Lock_time: 0.000073 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220662;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:41.666578' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000260 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220662;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:41.666431' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000764 Lock_time: 0.000437 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220662;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:37:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000281 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220663;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000509 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220663;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000344 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220663;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:42.665789' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:37:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000289 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220664;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:43.666341' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000311 Lock_time: 0.000144 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220664;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:43.666364' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000835 Lock_time: 0.000535 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220664;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:37:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001098 Lock_time: 0.000912 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220665;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:44.665778' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001084 Lock_time: 0.000900 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220665;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:44.665838' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001693 Lock_time: 0.001609 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220665;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001944 Lock_time: 0.001551 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220665;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:37:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000665 Lock_time: 0.000504 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220666;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:45.666547' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000690 Lock_time: 0.000496 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220666;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:45.666349' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001813 Lock_time: 0.001070 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220666;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12599 Schema: QC_hit: No
# Query_time: 0.000202 Lock_time: 0.000107 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220666;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12599 Schema: QC_hit: No
# Query_time: 0.000165 Lock_time: 0.000112 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220666;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:37:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000828 Lock_time: 0.000219 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220667;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001251 Lock_time: 0.001094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220667;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:46.665786' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000485 Lock_time: 0.000362 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220667;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:46.665773' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:37:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12601 Schema: QC_hit: No
# Query_time: 0.000232 Lock_time: 0.000149 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220668;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12601 Schema: QC_hit: No
# Query_time: 0.000175 Lock_time: 0.000124 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220668;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001603 Lock_time: 0.001169 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220668;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001529 Lock_time: 0.001403 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220668;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001002 Lock_time: 0.000838 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220668;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:47.666225' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:37:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12602 Schema: QC_hit: No
# Query_time: 0.000208 Lock_time: 0.000127 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220669;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12602 Schema: QC_hit: No
# Query_time: 0.000158 Lock_time: 0.000111 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220669;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000352 Lock_time: 0.000179 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220669;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000255 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220669;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:48.665555' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000297 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220669;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:48.665641' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:37:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000905 Lock_time: 0.000460 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220670;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000224 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220670;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:49.666206' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000789 Lock_time: 0.000660 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220670;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:49.666287' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:37:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000317 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220671;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000262 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220671;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:50.66557' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000408 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220671;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:50.665535' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:37:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000565 Lock_time: 0.000409 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220672;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000350 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220672;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:51.666229' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000344 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220672;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:51.666372' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:37:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000889 Lock_time: 0.000686 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220673;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:52.665547' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001631 Lock_time: 0.001393 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220673;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001761 Lock_time: 0.001367 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220673;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:37:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000522 Lock_time: 0.000387 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220674;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:53.666026' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001216 Lock_time: 0.001070 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220674;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001532 Lock_time: 0.001091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220674;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:37:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000347 Lock_time: 0.000153 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220675;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000581 Lock_time: 0.000169 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220675;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001167 Lock_time: 0.001008 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220675;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:54.66553' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:37:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000519 Lock_time: 0.000336 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220676;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000967 Lock_time: 0.000805 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220676;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:55.666078' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000856 Lock_time: 0.000630 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220676;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:55.666112' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:37:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000533 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220677;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000198 Lock_time: 0.000063 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220677;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:56.6656' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000469 Lock_time: 0.000202 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220677;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:56.665655' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:37:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12605 Schema: QC_hit: No
# Query_time: 0.000242 Lock_time: 0.000141 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220678;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12605 Schema: QC_hit: No
# Query_time: 0.000176 Lock_time: 0.000126 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220678;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000380 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220678;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000557 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220678;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001334 Lock_time: 0.001191 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220678;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:57.666498' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:37:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12606 Schema: QC_hit: No
# Query_time: 0.000265 Lock_time: 0.000181 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220679;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12606 Schema: QC_hit: No
# Query_time: 0.000190 Lock_time: 0.000139 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220679;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000236 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220679;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000259 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220679;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:58.666112' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000239 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220679;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:58.665995' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:38:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220680;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000624 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220680;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000299 Lock_time: 0.000170 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220680;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:59.666676' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000226 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220680;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:37:59.666485' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:38:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000524 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220681;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000338 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220681;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:00.666156' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000369 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220681;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:00.666014' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:38:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000257 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220682;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000253 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220682;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:01.666674' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000210 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220682;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:01.666691' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:38:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000761 Lock_time: 0.000522 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220683;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:02.666078' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000463 Lock_time: 0.000189 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220683;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:02.665953' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001470 Lock_time: 0.001083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220683;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:38:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001389 Lock_time: 0.001244 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220684;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000708 Lock_time: 0.000528 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220684;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:03.666418' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000802 Lock_time: 0.000575 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220684;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:03.666417' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001707 Lock_time: 0.001093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220684;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:38:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000570 Lock_time: 0.000338 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220685;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001441 Lock_time: 0.001324 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220685;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:04.665814' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001423 Lock_time: 0.001273 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220685;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:04.665817' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:38:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000720 Lock_time: 0.000495 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220686;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:05.666513' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001419 Lock_time: 0.001159 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220686;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001687 Lock_time: 0.001200 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220686;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:38:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000259 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220687;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000233 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220687;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:06.665924' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000183 Lock_time: 0.000064 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220687;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:06.665882' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:38:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12609 Schema: QC_hit: No
# Query_time: 0.000212 Lock_time: 0.000131 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220688;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12609 Schema: QC_hit: No
# Query_time: 0.000170 Lock_time: 0.000120 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220688;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000338 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220688;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000574 Lock_time: 0.000149 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220688;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001219 Lock_time: 0.001098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220688;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:07.66676' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:38:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12610 Schema: QC_hit: No
# Query_time: 0.000228 Lock_time: 0.000129 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220689;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12610 Schema: QC_hit: No
# Query_time: 0.000359 Lock_time: 0.000243 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220689;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000242 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220689;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000576 Lock_time: 0.000188 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220689;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000245 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220689;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:08.666069' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:38:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000637 Lock_time: 0.000148 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220690;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000229 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220690;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:09.665517' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001367 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220690;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:09.665701' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:38:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000483 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220691;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000663 Lock_time: 0.000530 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220691;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000220 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220691;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:10.666097' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000216 Lock_time: 0.000058 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220691;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:10.666124' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:38:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000602 Lock_time: 0.000179 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220692;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000244 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220692;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:11.668557' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000432 Lock_time: 0.000322 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220692;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:11.668394' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:38:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001430 Lock_time: 0.001187 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220693;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000694 Lock_time: 0.000451 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220693;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:12.666612' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001595 Lock_time: 0.001193 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220693;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:38:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000564 Lock_time: 0.000379 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220694;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000241 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220694;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:13.665935' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000292 Lock_time: 0.000134 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220694;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:13.665961' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:38:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000533 Lock_time: 0.000141 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220695;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000399 Lock_time: 0.000171 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220695;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:14.666573' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000441 Lock_time: 0.000268 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220695;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:14.666454' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:38:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000607 Lock_time: 0.000152 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220696;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000405 Lock_time: 0.000173 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220696;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:15.666102' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000408 Lock_time: 0.000157 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220696;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:15.666546' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12612 Schema: QC_hit: No
# Query_time: 0.000219 Lock_time: 0.000137 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220696;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12612 Schema: QC_hit: No
# Query_time: 0.000190 Lock_time: 0.000141 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220696;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:38:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000311 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220697;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000238 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220697;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:16.666462' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000336 Lock_time: 0.000191 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220697;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:16.666442' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:38:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12614 Schema: QC_hit: No
# Query_time: 0.000214 Lock_time: 0.000117 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220698;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12614 Schema: QC_hit: No
# Query_time: 0.000184 Lock_time: 0.000134 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220698;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001189 Lock_time: 0.001000 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220698;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000625 Lock_time: 0.000442 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220698;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:17.666035' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001035 Lock_time: 0.000807 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220698;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:17.665847' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:38:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12615 Schema: QC_hit: No
# Query_time: 0.000280 Lock_time: 0.000179 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220699;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12615 Schema: QC_hit: No
# Query_time: 0.000154 Lock_time: 0.000105 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220699;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001373 Lock_time: 0.001172 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220699;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000684 Lock_time: 0.000497 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220699;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:18.666375' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002139 Lock_time: 0.001609 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220699;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:38:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000430 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220700;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:19.665941' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001419 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220700;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001511 Lock_time: 0.001367 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220700;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:19.665774' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:38:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000761 Lock_time: 0.000537 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220701;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:20.666275' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000761 Lock_time: 0.000550 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220701;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:20.666282' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000439 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220701;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:38:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000307 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220702;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000275 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220702;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:21.665725' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000372 Lock_time: 0.000145 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220702;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:21.665779' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:38:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000484 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220703;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000238 Lock_time: 0.000073 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220703;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:22.666239' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000185 Lock_time: 0.000073 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220703;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:22.666238' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:38:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000248 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220704;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000192 Lock_time: 0.000076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220704;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:23.665606' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000775 Lock_time: 0.000139 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220704;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:38:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000528 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220705;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000345 Lock_time: 0.000169 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220705;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:24.666179' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000325 Lock_time: 0.000130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220705;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:24.666179' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:38:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000791 Lock_time: 0.000632 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220706;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:25.665594' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000811 Lock_time: 0.000604 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220706;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:25.665594' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001419 Lock_time: 0.001241 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220706;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001689 Lock_time: 0.001250 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220706;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:38:27
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000896 Lock_time: 0.000646 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220707;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:26.666184' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001632 Lock_time: 0.001385 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220707;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000888 Lock_time: 0.000672 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220707;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:26.666218' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:38:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12618 Schema: QC_hit: No
# Query_time: 0.000235 Lock_time: 0.000134 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220708;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12618 Schema: QC_hit: No
# Query_time: 0.000216 Lock_time: 0.000155 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220708;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000294 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220708;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001426 Lock_time: 0.001317 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220708;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:27.66585' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001320 Lock_time: 0.001202 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220708;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:27.665864' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:38:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12619 Schema: QC_hit: No
# Query_time: 0.000262 Lock_time: 0.000150 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220709;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12619 Schema: QC_hit: No
# Query_time: 0.000163 Lock_time: 0.000115 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220709;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000913 Lock_time: 0.000675 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220709;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001131 Lock_time: 0.000739 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220709;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001042 Lock_time: 0.000910 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220709;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:28.666556' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:38:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000522 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220710;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000801 Lock_time: 0.000676 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220710;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:29.666064' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000843 Lock_time: 0.000675 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220710;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:29.666085' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:38:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000548 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220711;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000290 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220711;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000253 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220711;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:30.665741' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:38:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000288 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220712;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000482 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220712;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000191 Lock_time: 0.000069 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220712;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:31.666539' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:38:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000259 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220713;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000474 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220713;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000627 Lock_time: 0.000472 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220713;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:32.669121' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:38:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000689 Lock_time: 0.000394 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220714;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:33.665479' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001649 Lock_time: 0.001141 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220714;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001387 Lock_time: 0.001128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220714;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:38:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000679 Lock_time: 0.000504 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220715;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:34.666012' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000678 Lock_time: 0.000472 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220715;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:34.666068' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001488 Lock_time: 0.001077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220715;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:38:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000577 Lock_time: 0.000366 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220716;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:35.665727' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001429 Lock_time: 0.001180 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220716;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001733 Lock_time: 0.001200 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220716;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:38:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000677 Lock_time: 0.000481 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220717;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:36.666285' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001535 Lock_time: 0.001196 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220717;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001498 Lock_time: 0.001217 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220717;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:38:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12622 Schema: QC_hit: No
# Query_time: 0.000200 Lock_time: 0.000117 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220718;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12622 Schema: QC_hit: No
# Query_time: 0.000182 Lock_time: 0.000132 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220718;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000292 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220718;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000287 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220718;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:37.665653' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000293 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220718;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:37.665755' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:38:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12623 Schema: QC_hit: No
# Query_time: 0.000249 Lock_time: 0.000157 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220719;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12623 Schema: QC_hit: No
# Query_time: 0.000185 Lock_time: 0.000133 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220719;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000390 Lock_time: 0.000205 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220719;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000548 Lock_time: 0.000177 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220719;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000187 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220719;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:38.666254' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:38:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000404 Lock_time: 0.000169 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220720;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000357 Lock_time: 0.000174 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220720;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:39.665694' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000203 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220720;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:39.665858' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:38:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000240 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220721;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:40.666433' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000252 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220721;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:40.666407' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000156 Lock_time: 0.000053 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220721;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:38:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001533 Lock_time: 0.001359 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220722;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000530 Lock_time: 0.000329 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220722;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:41.665841' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000671 Lock_time: 0.000448 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220722;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:41.665922' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:38:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001442 Lock_time: 0.001006 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220723;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001093 Lock_time: 0.000961 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220723;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:42.666527' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001048 Lock_time: 0.000890 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220723;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:42.666574' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:38:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001081 Lock_time: 0.000152 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220724;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001796 Lock_time: 0.001667 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220724;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:43.66603' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000340 Lock_time: 0.000207 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220724;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:43.66603' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:38:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000283 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220725;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000687 Lock_time: 0.000162 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220725;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000207 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220725;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:44.665545' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:38:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000485 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220726;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000349 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220726;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000201 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220726;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:45.66621' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12625 Schema: QC_hit: No
# Query_time: 0.000252 Lock_time: 0.000151 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220726;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12625 Schema: QC_hit: No
# Query_time: 0.000262 Lock_time: 0.000182 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220726;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:38:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000671 Lock_time: 0.000167 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220727;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000199 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220727;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:46.665486' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000222 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220727;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:46.665511' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:38:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12627 Schema: QC_hit: No
# Query_time: 0.000223 Lock_time: 0.000140 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220728;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12627 Schema: QC_hit: No
# Query_time: 0.000225 Lock_time: 0.000177 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220728;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000580 Lock_time: 0.000381 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220728;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000297 Lock_time: 0.000144 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220728;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:47.666034' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000271 Lock_time: 0.000152 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220728;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:47.666039' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:38:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12628 Schema: QC_hit: No
# Query_time: 0.000237 Lock_time: 0.000140 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220729;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12628 Schema: QC_hit: No
# Query_time: 0.000186 Lock_time: 0.000138 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220729;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000617 Lock_time: 0.000367 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220729;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000779 Lock_time: 0.000400 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220729;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000213 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220729;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:48.666588' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:38:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000221 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220730;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000284 Lock_time: 0.000152 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220730;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:49.665832' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000217 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220730;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:49.66583' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:38:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000333 Lock_time: 0.000138 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220731;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000595 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220731;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000237 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220731;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:50.666442' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:38:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000326 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220732;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000516 Lock_time: 0.000194 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220732;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:51.665952' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000327 Lock_time: 0.000187 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220732;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:51.665779' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:38:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000324 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220733;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000610 Lock_time: 0.000223 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220733;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000253 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220733;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:52.666676' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000336 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220733;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:52.666453' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:38:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000975 Lock_time: 0.000801 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220734;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:53.665825' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000995 Lock_time: 0.000754 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220734;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:53.665976' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001558 Lock_time: 0.001471 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220734;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:38:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000918 Lock_time: 0.000728 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220735;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:54.666407' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001050 Lock_time: 0.000823 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220735;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:54.666574' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001995 Lock_time: 0.001554 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220735;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001731 Lock_time: 0.001588 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220735;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:38:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000709 Lock_time: 0.000176 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220736;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001693 Lock_time: 0.001479 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220736;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:55.665984' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001670 Lock_time: 0.001455 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220736;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:55.665894' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:38:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000537 Lock_time: 0.000173 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220737;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001054 Lock_time: 0.000916 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220737;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:56.666773' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001133 Lock_time: 0.000937 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220737;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:56.666473' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:38:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12631 Schema: QC_hit: No
# Query_time: 0.000231 Lock_time: 0.000133 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220738;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12631 Schema: QC_hit: No
# Query_time: 0.000163 Lock_time: 0.000114 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220738;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000377 Lock_time: 0.000153 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220738;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000480 Lock_time: 0.000336 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220738;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:57.665703' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000445 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220738;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:57.665857' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:38:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12632 Schema: QC_hit: No
# Query_time: 0.000196 Lock_time: 0.000128 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220739;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12632 Schema: QC_hit: No
# Query_time: 0.000178 Lock_time: 0.000110 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220739;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000584 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220739;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000218 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220739;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:58.666543' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000464 Lock_time: 0.000353 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220739;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:58.666248' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:39:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000246 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220740;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000182 Lock_time: 0.000063 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220740;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:59.665635' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000177 Lock_time: 0.000063 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220740;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:38:59.665792' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:39:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000634 Lock_time: 0.000279 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220741;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000668 Lock_time: 0.000487 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220741;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000467 Lock_time: 0.000368 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220741;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:00.666474' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:39:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000488 Lock_time: 0.000337 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220742;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000270 Lock_time: 0.000145 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220742;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:01.665652' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000254 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220742;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:01.665616' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:39:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000630 Lock_time: 0.000245 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220743;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000254 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220743;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:02.666122' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000271 Lock_time: 0.000162 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220743;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:02.66622' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:39:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001582 Lock_time: 0.001327 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220744;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000764 Lock_time: 0.000557 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220744;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:03.665523' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000893 Lock_time: 0.000737 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220744;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:03.665436' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:39:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001249 Lock_time: 0.001079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220745;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000537 Lock_time: 0.000347 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220745;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:04.665958' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001499 Lock_time: 0.001084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220745;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:39:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000587 Lock_time: 0.000338 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220746;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:05.666393' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001467 Lock_time: 0.001059 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220746;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000661 Lock_time: 0.000422 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220746;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:05.666429' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:39:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000513 Lock_time: 0.000134 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220747;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001502 Lock_time: 0.001349 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220747;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:06.665812' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001482 Lock_time: 0.001318 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220747;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:06.665941' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:39:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12635 Schema: QC_hit: No
# Query_time: 0.000194 Lock_time: 0.000112 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220748;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12635 Schema: QC_hit: No
# Query_time: 0.000212 Lock_time: 0.000149 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220748;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000705 Lock_time: 0.000601 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220748;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001073 Lock_time: 0.000641 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220748;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001241 Lock_time: 0.001111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220748;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:07.666277' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:39:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12636 Schema: QC_hit: No
# Query_time: 0.000221 Lock_time: 0.000138 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220749;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12636 Schema: QC_hit: No
# Query_time: 0.000174 Lock_time: 0.000127 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220749;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000760 Lock_time: 0.000214 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220749;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000220 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220749;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:08.66569' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000200 Lock_time: 0.000058 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220749;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:08.665657' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:39:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000249 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220750;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:09.66621' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001121 Lock_time: 0.000752 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220750;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001256 Lock_time: 0.001169 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220750;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:39:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000470 Lock_time: 0.000325 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220751;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000190 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220751;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:10.665816' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000224 Lock_time: 0.000061 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220751;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:10.665671' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:39:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000449 Lock_time: 0.000157 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220752;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000469 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220752;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000185 Lock_time: 0.000067 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220752;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:11.66625' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:39:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001375 Lock_time: 0.001187 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220753;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000592 Lock_time: 0.000374 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220753;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:12.665732' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000848 Lock_time: 0.000746 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220753;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:12.665816' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:39:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000754 Lock_time: 0.000556 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220754;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:13.666352' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001547 Lock_time: 0.001253 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220754;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001565 Lock_time: 0.001167 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220754;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:39:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000602 Lock_time: 0.000156 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220755;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000250 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220755;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:14.665866' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001141 Lock_time: 0.000964 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220755;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:14.665663' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:39:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000699 Lock_time: 0.000405 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220756;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000911 Lock_time: 0.000418 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220756;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001344 Lock_time: 0.001129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220756;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:15.666351' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12639 Schema: QC_hit: No
# Query_time: 0.000267 Lock_time: 0.000168 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220756;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12639 Schema: QC_hit: No
# Query_time: 0.000143 Lock_time: 0.000097 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220756;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:39:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000282 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220757;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000240 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220757;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:16.665633' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000378 Lock_time: 0.000218 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220757;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:16.665589' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:39:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12641 Schema: QC_hit: No
# Query_time: 0.000211 Lock_time: 0.000112 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220758;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12641 Schema: QC_hit: No
# Query_time: 0.000127 Lock_time: 0.000080 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220758;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000282 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220758;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000737 Lock_time: 0.000147 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220758;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001501 Lock_time: 0.001391 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220758;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:17.666317' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:39:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12642 Schema: QC_hit: No
# Query_time: 0.000230 Lock_time: 0.000136 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220759;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12642 Schema: QC_hit: No
# Query_time: 0.000181 Lock_time: 0.000129 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220759;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000389 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220759;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000218 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220759;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:18.665642' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000280 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220759;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:18.665609' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:39:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000872 Lock_time: 0.000438 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220760;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000373 Lock_time: 0.000175 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220760;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:19.666167' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000346 Lock_time: 0.000174 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220760;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:19.666221' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:39:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000725 Lock_time: 0.000193 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220761;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000249 Lock_time: 0.000137 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220761;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:20.665675' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000255 Lock_time: 0.000068 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220761;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:20.665732' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:39:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000245 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220762;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000441 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220762;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000195 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220762;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:21.666117' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:39:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000652 Lock_time: 0.000475 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220763;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:22.665644' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000748 Lock_time: 0.000565 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220763;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:22.665588' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001747 Lock_time: 0.001245 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220763;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:39:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000640 Lock_time: 0.000446 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220764;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:23.666126' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000771 Lock_time: 0.000532 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220764;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:23.666127' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002066 Lock_time: 0.001353 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220764;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:39:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000308 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220765;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000567 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220765;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000213 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220765;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:24.665457' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000234 Lock_time: 0.000074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220765;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:24.665463' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:39:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000628 Lock_time: 0.000136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220766;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000296 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220766;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:25.666073' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000254 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220766;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:25.666097' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:39:27
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000704 Lock_time: 0.000517 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220767;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:26.665717' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001293 Lock_time: 0.001105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220767;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001679 Lock_time: 0.001135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220767;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:39:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12645 Schema: QC_hit: No
# Query_time: 0.000200 Lock_time: 0.000105 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220768;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12645 Schema: QC_hit: No
# Query_time: 0.000163 Lock_time: 0.000108 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220768;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000523 Lock_time: 0.000354 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220768;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:27.666118' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000417 Lock_time: 0.000266 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220768;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:27.666151' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001287 Lock_time: 0.001112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220768;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:39:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12646 Schema: QC_hit: No
# Query_time: 0.000212 Lock_time: 0.000129 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220769;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12646 Schema: QC_hit: No
# Query_time: 0.000178 Lock_time: 0.000126 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220769;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000621 Lock_time: 0.000236 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220769;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000686 Lock_time: 0.000257 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220769;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000232 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220769;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:28.665545' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000228 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220769;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:28.665514' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:39:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000333 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220770;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000615 Lock_time: 0.000145 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220770;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000241 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220770;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:29.666063' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000289 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220770;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:29.666034' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:39:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000300 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220771;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000235 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220771;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:30.665644' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000212 Lock_time: 0.000058 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220771;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:30.665644' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000924 Lock_time: 0.000140 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220771;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:39:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000269 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220772;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000212 Lock_time: 0.000065 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220772;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:31.666148' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000236 Lock_time: 0.000048 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220772;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:31.666178' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:39:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000263 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220773;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000516 Lock_time: 0.000353 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220773;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:32.6659' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001226 Lock_time: 0.000206 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220773;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:39:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000265 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220774;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000467 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220774;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000368 Lock_time: 0.000144 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220774;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:33.666297' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:39:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001376 Lock_time: 0.001216 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220775;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000674 Lock_time: 0.000517 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220775;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:34.665711' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000490 Lock_time: 0.000302 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220775;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:34.665663' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:39:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001215 Lock_time: 0.001056 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220776;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000522 Lock_time: 0.000311 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220776;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:35.666386' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001933 Lock_time: 0.001206 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220776;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:39:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000928 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220777;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001102 Lock_time: 0.000939 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220777;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:36.665652' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001047 Lock_time: 0.000877 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220777;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:36.665541' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:39:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12649 Schema: QC_hit: No
# Query_time: 0.000244 Lock_time: 0.000129 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220778;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12649 Schema: QC_hit: No
# Query_time: 0.000188 Lock_time: 0.000136 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220778;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000510 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220778;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001057 Lock_time: 0.000926 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220778;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:37.666415' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001222 Lock_time: 0.001060 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220778;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:37.666277' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:39:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12650 Schema: QC_hit: No
# Query_time: 0.000262 Lock_time: 0.000170 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220779;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12650 Schema: QC_hit: No
# Query_time: 0.000199 Lock_time: 0.000147 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220779;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000254 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220779;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000822 Lock_time: 0.000288 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220779;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000236 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220779;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:38.665738' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:39:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000587 Lock_time: 0.000339 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220780;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000710 Lock_time: 0.000310 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220780;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000248 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220780;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:39.66621' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:39:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000882 Lock_time: 0.000700 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220781;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000358 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220781;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:40.665864' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000247 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220781;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:40.665677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:39:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000462 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220782;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000292 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220782;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000253 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220782;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:41.666264' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:39:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000990 Lock_time: 0.000772 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220783;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:42.665623' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000995 Lock_time: 0.000784 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220783;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:42.665559' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001799 Lock_time: 0.001350 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220783;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:39:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001393 Lock_time: 0.001206 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220784;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000793 Lock_time: 0.000452 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220784;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:43.666114' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001836 Lock_time: 0.001262 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220784;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:39:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000281 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220785;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001241 Lock_time: 0.001088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220785;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:44.665832' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001207 Lock_time: 0.001039 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220785;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:44.665693' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:39:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000789 Lock_time: 0.000613 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220786;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:45.666132' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000413 Lock_time: 0.000200 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220786;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:45.666107' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001429 Lock_time: 0.001198 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220786;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12653 Schema: QC_hit: No
# Query_time: 0.000233 Lock_time: 0.000132 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220786;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12653 Schema: QC_hit: No
# Query_time: 0.000269 Lock_time: 0.000189 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220786;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:39:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000289 Lock_time: 0.000147 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220787;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000481 Lock_time: 0.000136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220787;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000209 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220787;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:46.6658' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000213 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220787;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:46.665642' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:39:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12655 Schema: QC_hit: No
# Query_time: 0.000229 Lock_time: 0.000123 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220788;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12655 Schema: QC_hit: No
# Query_time: 0.000213 Lock_time: 0.000154 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220788;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000316 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220788;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000246 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220788;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:47.666132' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000200 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220788;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:47.666132' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:39:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12656 Schema: QC_hit: No
# Query_time: 0.000175 Lock_time: 0.000096 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220789;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12656 Schema: QC_hit: No
# Query_time: 0.000127 Lock_time: 0.000082 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220789;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000232 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220789;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:48.665471' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000822 Lock_time: 0.000387 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220789;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000213 Lock_time: 0.000057 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220789;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:48.665505' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:39:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000443 Lock_time: 0.000335 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220790;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000336 Lock_time: 0.000188 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220790;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:49.66601' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000185 Lock_time: 0.000074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220790;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:49.666033' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:39:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000226 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220791;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000233 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220791;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:50.665529' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000254 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220791;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:50.665516' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:39:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000544 Lock_time: 0.000148 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220792;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000231 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220792;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000229 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220792;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:51.666578' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:39:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000593 Lock_time: 0.000139 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220793;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000252 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220793;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:52.665676' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000265 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220793;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:52.665665' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:39:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000270 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220794;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000518 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220794;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000239 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220794;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:53.666217' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000277 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220794;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:53.66644' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:39:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000607 Lock_time: 0.000385 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220795;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:54.665568' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000656 Lock_time: 0.000412 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220795;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:54.665662' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001535 Lock_time: 0.001069 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220795;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:39:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001096 Lock_time: 0.000943 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220796;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000357 Lock_time: 0.000182 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220796;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:55.666179' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000414 Lock_time: 0.000240 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220796;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:55.66611' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:39:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000258 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220797;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000557 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220797;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000186 Lock_time: 0.000070 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220797;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:56.665568' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:39:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12660 Schema: QC_hit: No
# Query_time: 0.000186 Lock_time: 0.000104 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220798;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12660 Schema: QC_hit: No
# Query_time: 0.000157 Lock_time: 0.000104 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220798;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000508 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220798;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000206 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220798;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:57.666067' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000317 Lock_time: 0.000076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220798;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:57.666217' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:39:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12661 Schema: QC_hit: No
# Query_time: 0.000235 Lock_time: 0.000121 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220799;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12661 Schema: QC_hit: No
# Query_time: 0.000173 Lock_time: 0.000125 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220799;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000244 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220799;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000233 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220799;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:58.665534' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000228 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220799;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:58.665553' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:40:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000330 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220800;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:59.6662' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000174 Lock_time: 0.000062 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220800;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:39:59.666162' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000160 Lock_time: 0.000062 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220800;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:40:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000259 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220801;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000252 Lock_time: 0.000059 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220801;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:00.665633' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000254 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220801;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:00.665659' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:40:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000242 Lock_time: 0.000064 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220802;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000184 Lock_time: 0.000062 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220802;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:01.666737' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000922 Lock_time: 0.000161 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220802;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:40:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000660 Lock_time: 0.000504 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220803;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:02.665863' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000660 Lock_time: 0.000520 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220803;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:02.665831' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001445 Lock_time: 0.001079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220803;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:40:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000619 Lock_time: 0.000436 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220804;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:03.666421' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000906 Lock_time: 0.000703 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220804;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001369 Lock_time: 0.000989 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220804;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:40:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000350 Lock_time: 0.000196 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220805;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000250 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220805;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:04.665625' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000374 Lock_time: 0.000133 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220805;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:04.665651' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:40:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000502 Lock_time: 0.000186 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220806;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000697 Lock_time: 0.000188 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220806;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000345 Lock_time: 0.000151 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220806;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:05.666453' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:40:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000519 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220807;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000359 Lock_time: 0.000171 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220807;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:06.665642' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000370 Lock_time: 0.000177 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220807;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:06.665641' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:40:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12664 Schema: QC_hit: No
# Query_time: 0.000205 Lock_time: 0.000124 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220808;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12664 Schema: QC_hit: No
# Query_time: 0.000176 Lock_time: 0.000130 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220808;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000559 Lock_time: 0.000404 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220808;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000239 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220808;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:07.666338' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000258 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220808;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:07.666171' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:40:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12665 Schema: QC_hit: No
# Query_time: 0.000269 Lock_time: 0.000133 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220809;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12665 Schema: QC_hit: No
# Query_time: 0.000178 Lock_time: 0.000126 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220809;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001037 Lock_time: 0.000886 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220809;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:08.665531' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001656 Lock_time: 0.001505 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220809;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001864 Lock_time: 0.001451 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220809;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:40:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001460 Lock_time: 0.001221 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220810;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000730 Lock_time: 0.000485 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220810;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:09.666302' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001872 Lock_time: 0.001427 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220810;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:40:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000284 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220811;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000190 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220811;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:10.66547' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000189 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220811;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:10.665515' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:40:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000221 Lock_time: 0.000072 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220812;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000492 Lock_time: 0.000152 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220812;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000227 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220812;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:11.666289' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:40:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000260 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220813;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000396 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220813;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000272 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220813;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:12.665764' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:40:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000319 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220814;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000232 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220814;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:13.666511' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000221 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220814;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:13.666326' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:40:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000726 Lock_time: 0.000531 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220815;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:14.665699' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000713 Lock_time: 0.000534 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220815;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:14.665803' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001443 Lock_time: 0.001268 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220815;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001752 Lock_time: 0.001304 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220815;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:40:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001308 Lock_time: 0.001150 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220816;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000729 Lock_time: 0.000542 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220816;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:15.666314' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000718 Lock_time: 0.000529 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220816;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:15.666294' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12667 Schema: QC_hit: No
# Query_time: 0.000195 Lock_time: 0.000109 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220816;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12667 Schema: QC_hit: No
# Query_time: 0.000202 Lock_time: 0.000125 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220816;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:40:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000199 Lock_time: 0.000053 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220817;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:16.665775' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000793 Lock_time: 0.000623 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220817;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000191 Lock_time: 0.000055 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220817;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:16.665773' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:40:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12669 Schema: QC_hit: No
# Query_time: 0.000219 Lock_time: 0.000138 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220818;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12669 Schema: QC_hit: No
# Query_time: 0.000157 Lock_time: 0.000112 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220818;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000516 Lock_time: 0.000363 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220818;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000754 Lock_time: 0.000397 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220818;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000202 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220818;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:17.666433' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:40:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12670 Schema: QC_hit: No
# Query_time: 0.000199 Lock_time: 0.000117 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220819;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12670 Schema: QC_hit: No
# Query_time: 0.000200 Lock_time: 0.000139 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220819;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000314 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220819;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:18.665953' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000238 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220819;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000508 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220819;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:40:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000257 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220820;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000232 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220820;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:19.666479' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000274 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220820;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:19.666641' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:40:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001257 Lock_time: 0.000980 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220821;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:20.665989' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001593 Lock_time: 0.001316 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220821;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001158 Lock_time: 0.000905 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220821;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:20.665905' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001761 Lock_time: 0.001156 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220821;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:40:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000362 Lock_time: 0.000162 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220822;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001208 Lock_time: 0.001087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220822;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:21.666578' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000818 Lock_time: 0.000694 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220822;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:21.666381' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:40:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000280 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220823;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:22.665865' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001011 Lock_time: 0.000599 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220823;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001178 Lock_time: 0.001089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220823;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:40:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000354 Lock_time: 0.000206 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220824;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000170 Lock_time: 0.000061 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220824;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:23.666599' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000739 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220824;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:40:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000323 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220825;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000966 Lock_time: 0.000389 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220825;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000218 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220825;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:24.665986' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:40:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000262 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220826;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000230 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220826;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:25.666668' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000291 Lock_time: 0.000177 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220826;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:25.666473' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:40:27
# User@Host: so_user[so_user] @ [10.233.71.99]
# Thread_id: 11862 Schema: camundabpmn QC_hit: No
# Query_time: 0.001109 Lock_time: 0.000346 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 356
use camundabpmn;
SET timestamp=1623220827;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 06:40:27.533'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 06:40:27.533')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'c95c66ac-c8af-11eb-9d3f-0a01556420c8'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 06:40:27.533') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000796 Lock_time: 0.000603 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
use vid_openecomp_epsdk;
SET timestamp=1623220827;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:26.665958' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000706 Lock_time: 0.000453 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220827;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:26.666025' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001444 Lock_time: 0.000990 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220827;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001834 Lock_time: 0.001205 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220827;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:40:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12673 Schema: QC_hit: No
# Query_time: 0.000204 Lock_time: 0.000124 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220828;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12673 Schema: QC_hit: No
# Query_time: 0.000157 Lock_time: 0.000110 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220828;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000573 Lock_time: 0.000396 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220828;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:27.666448' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000661 Lock_time: 0.000375 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220828;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:27.666459' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001775 Lock_time: 0.000946 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220828;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:40:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12674 Schema: QC_hit: No
# Query_time: 0.000251 Lock_time: 0.000151 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220829;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12674 Schema: QC_hit: No
# Query_time: 0.000156 Lock_time: 0.000106 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220829;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000425 Lock_time: 0.000308 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220829;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000529 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220829;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000233 Lock_time: 0.000060 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220829;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:28.666065' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000284 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220829;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:28.666052' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:40:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000208 Lock_time: 0.000076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220830;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:29.66631' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000719 Lock_time: 0.000329 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220830;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000198 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220830;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:29.666311' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:40:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000900 Lock_time: 0.000719 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220831;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000789 Lock_time: 0.000684 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220831;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:30.665951' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001304 Lock_time: 0.000882 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220831;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:40:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000481 Lock_time: 0.000295 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220832;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:31.665823' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000498 Lock_time: 0.000287 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220832;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:31.666034' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001518 Lock_time: 0.001144 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220832;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:40:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000737 Lock_time: 0.000580 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220833;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:32.666459' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001320 Lock_time: 0.001050 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220833;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001678 Lock_time: 0.001276 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220833;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:40:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000279 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220834;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001411 Lock_time: 0.001290 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220834;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:33.665647' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001511 Lock_time: 0.001351 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220834;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:33.665646' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:40:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000969 Lock_time: 0.000842 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220835;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:34.666304' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000932 Lock_time: 0.000808 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220835;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:34.666535' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001919 Lock_time: 0.001396 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220835;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:40:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000471 Lock_time: 0.000179 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220836;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002023 Lock_time: 0.001801 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220836;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:35.665865' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002206 Lock_time: 0.002081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220836;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:35.665661' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:40:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000492 Lock_time: 0.000348 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220837;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000237 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220837;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:36.666552' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000936 Lock_time: 0.000510 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220837;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:40:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12677 Schema: QC_hit: No
# Query_time: 0.000202 Lock_time: 0.000121 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220838;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12677 Schema: QC_hit: No
# Query_time: 0.000184 Lock_time: 0.000134 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220838;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000333 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220838;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000195 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220838;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:37.666002' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000587 Lock_time: 0.000422 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220838;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:37.665784' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:40:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12678 Schema: QC_hit: No
# Query_time: 0.000238 Lock_time: 0.000151 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220839;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12678 Schema: QC_hit: No
# Query_time: 0.000141 Lock_time: 0.000095 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220839;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000379 Lock_time: 0.000170 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220839;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000174 Lock_time: 0.000061 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220839;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:38.666754' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000685 Lock_time: 0.000279 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220839;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000364 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220839;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:38.666637' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:40:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001062 Lock_time: 0.000877 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220840;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:39.66615' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001568 Lock_time: 0.001356 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220840;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001878 Lock_time: 0.001459 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220840;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:40:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001234 Lock_time: 0.001056 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220841;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:40.666727' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001863 Lock_time: 0.001633 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220841;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001939 Lock_time: 0.001489 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220841;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:40:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000489 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220842;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002668 Lock_time: 0.002538 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220842;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:41.665892' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002751 Lock_time: 0.002650 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220842;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:41.665842' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:40:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000629 Lock_time: 0.000530 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220843;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001171 Lock_time: 0.001054 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220843;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:42.666721' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001185 Lock_time: 0.001064 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220843;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:42.666458' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:40:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000259 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220844;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000263 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220844;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:43.665782' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001252 Lock_time: 0.001074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220844;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:43.665983' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:40:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000201 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220845;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:44.666623' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000660 Lock_time: 0.000510 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220845;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000874 Lock_time: 0.000469 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220845;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:40:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000839 Lock_time: 0.000178 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220846;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000272 Lock_time: 0.000133 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220846;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:45.665876' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000344 Lock_time: 0.000161 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220846;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:45.665891' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12680 Schema: QC_hit: No
# Query_time: 0.000180 Lock_time: 0.000098 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220846;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12680 Schema: QC_hit: No
# Query_time: 0.000138 Lock_time: 0.000091 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220846;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:40:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000274 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220847;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000472 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220847;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000227 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220847;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:46.666493' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:40:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12682 Schema: QC_hit: No
# Query_time: 0.000199 Lock_time: 0.000116 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220848;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12682 Schema: QC_hit: No
# Query_time: 0.000180 Lock_time: 0.000123 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220848;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000889 Lock_time: 0.000674 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220848;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:47.666386' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000930 Lock_time: 0.000723 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220848;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:47.666364' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001817 Lock_time: 0.001346 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220848;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:40:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12683 Schema: QC_hit: No
# Query_time: 0.000224 Lock_time: 0.000131 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220849;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12683 Schema: QC_hit: No
# Query_time: 0.000148 Lock_time: 0.000095 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220849;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000322 Lock_time: 0.000164 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220849;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000802 Lock_time: 0.000160 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220849;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001178 Lock_time: 0.001057 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220849;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:48.666497' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:40:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000289 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220850;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:49.665978' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000740 Lock_time: 0.000636 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220850;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000493 Lock_time: 0.000166 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220850;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:40:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000642 Lock_time: 0.000154 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220851;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000975 Lock_time: 0.000757 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220851;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001454 Lock_time: 0.001320 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220851;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:50.6666' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:40:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000241 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220852;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000626 Lock_time: 0.000207 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220852;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000285 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220852;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:51.666077' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:40:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000653 Lock_time: 0.000180 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220853;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000236 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220853;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:52.66563' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000254 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220853;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:52.665613' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:40:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000242 Lock_time: 0.000064 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220854;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000768 Lock_time: 0.000140 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220854;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000220 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220854;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:53.666457' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:40:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000243 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220855;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000203 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220855;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:54.665617' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000185 Lock_time: 0.000072 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220855;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:54.665611' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:40:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000295 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220856;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000272 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220856;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:55.66611' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000291 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220856;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:55.666278' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:40:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000768 Lock_time: 0.000614 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220857;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:56.665579' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001311 Lock_time: 0.001153 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220857;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001585 Lock_time: 0.001177 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220857;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:40:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12688 Schema: QC_hit: No
# Query_time: 0.000312 Lock_time: 0.000162 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220858;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12688 Schema: QC_hit: No
# Query_time: 0.000150 Lock_time: 0.000101 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220858;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000522 Lock_time: 0.000347 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220858;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:57.66617' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001306 Lock_time: 0.001121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220858;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000634 Lock_time: 0.000363 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220858;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:57.666158' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:40:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12689 Schema: QC_hit: No
# Query_time: 0.000251 Lock_time: 0.000152 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220859;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12689 Schema: QC_hit: No
# Query_time: 0.000206 Lock_time: 0.000153 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220859;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000299 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220859;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000659 Lock_time: 0.000226 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220859;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001440 Lock_time: 0.001289 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220859;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:58.665578' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000190 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220859;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:58.668888' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:41:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001234 Lock_time: 0.001074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220860;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:59.667825' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000594 Lock_time: 0.000452 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220860;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001313 Lock_time: 0.001038 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220860;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:40:59.668012' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:41:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000400 Lock_time: 0.000173 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220861;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000197 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220861;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:00.666641' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000229 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220861;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:00.666494' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:41:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000311 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220862;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000236 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220862;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:01.666494' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000274 Lock_time: 0.000074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220862;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:01.666157' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:41:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000295 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220863;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000566 Lock_time: 0.000146 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220863;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000235 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220863;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:02.665948' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:41:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000270 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220864;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000276 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220864;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:03.665495' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000468 Lock_time: 0.000141 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220864;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:41:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000356 Lock_time: 0.000146 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220865;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000527 Lock_time: 0.000166 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220865;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000190 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220865;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:04.66664' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:41:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000438 Lock_time: 0.000141 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220866;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000221 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220866;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:05.665955' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000245 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220866;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:05.665976' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:41:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000284 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220867;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000277 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220867;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:06.666866' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000454 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220867;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:06.667137' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:41:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12692 Schema: QC_hit: No
# Query_time: 0.000228 Lock_time: 0.000132 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220868;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12692 Schema: QC_hit: No
# Query_time: 0.000182 Lock_time: 0.000131 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220868;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000710 Lock_time: 0.000215 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220868;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000317 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220868;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:07.66647' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000189 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220868;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:41:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12693 Schema: QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000149 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220869;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12693 Schema: QC_hit: No
# Query_time: 0.000159 Lock_time: 0.000106 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220869;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000615 Lock_time: 0.000439 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220869;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:08.666285' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000645 Lock_time: 0.000438 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220869;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:08.666203' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001323 Lock_time: 0.001144 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220869;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:41:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000993 Lock_time: 0.000793 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220870;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:09.665659' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001659 Lock_time: 0.001427 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220870;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001001 Lock_time: 0.000678 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220870;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:09.665661' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002034 Lock_time: 0.001445 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220870;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:41:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000229 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220871;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000756 Lock_time: 0.000621 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220871;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:10.666241' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000841 Lock_time: 0.000657 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220871;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:10.666249' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:41:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000755 Lock_time: 0.000161 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220872;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001261 Lock_time: 0.001092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220872;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:11.6657' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001248 Lock_time: 0.001078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220872;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:11.665889' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:41:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000349 Lock_time: 0.000130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220873;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:12.666302' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001353 Lock_time: 0.001136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220873;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000710 Lock_time: 0.000496 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220873;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:12.666348' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001636 Lock_time: 0.001140 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220873;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:41:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000687 Lock_time: 0.000177 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220874;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001273 Lock_time: 0.001124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220874;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:13.66589' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001201 Lock_time: 0.001022 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220874;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:13.66575' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:41:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000325 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220875;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001367 Lock_time: 0.001250 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220875;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:14.66645' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001459 Lock_time: 0.001269 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220875;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:14.666564' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:41:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000302 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220876;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220876;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:15.665859' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000244 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220876;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:15.665908' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12695 Schema: QC_hit: No
# Query_time: 0.000198 Lock_time: 0.000104 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220876;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12695 Schema: QC_hit: No
# Query_time: 0.000162 Lock_time: 0.000109 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220876;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:41:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000343 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220877;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000483 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220877;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000292 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220877;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:16.666475' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:41:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12698 Schema: QC_hit: No
# Query_time: 0.000243 Lock_time: 0.000147 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220878;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12698 Schema: QC_hit: No
# Query_time: 0.000245 Lock_time: 0.000176 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220878;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000269 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220878;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000586 Lock_time: 0.000159 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220878;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000221 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220878;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:17.665972' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:41:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12699 Schema: QC_hit: No
# Query_time: 0.000242 Lock_time: 0.000147 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220879;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12699 Schema: QC_hit: No
# Query_time: 0.000153 Lock_time: 0.000108 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220879;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000275 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220879;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000213 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220879;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:18.666746' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220879;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:18.666449' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:41:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000768 Lock_time: 0.000567 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220880;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:19.665839' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001326 Lock_time: 0.001130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220880;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001738 Lock_time: 0.001179 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220880;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:41:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000674 Lock_time: 0.000438 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220881;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:20.66667' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000600 Lock_time: 0.000374 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220881;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:20.666405' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001666 Lock_time: 0.001202 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220881;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:41:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000290 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220882;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000639 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220882;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000210 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220882;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:21.665966' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000314 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220882;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:21.665892' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:41:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000702 Lock_time: 0.000527 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220883;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001018 Lock_time: 0.000498 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220883;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000308 Lock_time: 0.000197 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220883;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:22.66635' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001411 Lock_time: 0.001198 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220883;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:22.666523' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:41:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000303 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220884;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000639 Lock_time: 0.000176 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220884;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000305 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220884;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:23.665982' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:41:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000748 Lock_time: 0.000166 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220885;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000209 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220885;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:24.66644' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000209 Lock_time: 0.000076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220885;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:24.666554' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:41:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000350 Lock_time: 0.000148 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220886;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000683 Lock_time: 0.000153 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220886;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000316 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220886;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:25.665795' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:41:27
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000313 Lock_time: 0.000142 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220887;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000526 Lock_time: 0.000137 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220887;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000283 Lock_time: 0.000140 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220887;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:26.666479' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:41:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12702 Schema: QC_hit: No
# Query_time: 0.000247 Lock_time: 0.000154 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220888;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12702 Schema: QC_hit: No
# Query_time: 0.000166 Lock_time: 0.000118 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220888;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000232 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220888;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:27.665894' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001263 Lock_time: 0.001047 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220888;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000628 Lock_time: 0.000403 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220888;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:27.665852' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:41:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12703 Schema: QC_hit: No
# Query_time: 0.000215 Lock_time: 0.000119 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220889;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12703 Schema: QC_hit: No
# Query_time: 0.000157 Lock_time: 0.000108 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220889;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000447 Lock_time: 0.000281 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220889;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:28.666532' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001379 Lock_time: 0.001211 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220889;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001603 Lock_time: 0.001215 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220889;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:41:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000512 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220890;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001416 Lock_time: 0.001249 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220890;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:29.665879' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001400 Lock_time: 0.001244 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220890;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:29.665903' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:41:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001253 Lock_time: 0.001073 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220891;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000593 Lock_time: 0.000422 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220891;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:30.666586' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000647 Lock_time: 0.000460 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220891;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:30.666414' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001530 Lock_time: 0.001106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220891;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:41:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000311 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220892;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000504 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220892;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000180 Lock_time: 0.000070 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220892;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:31.66585' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:41:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000422 Lock_time: 0.000225 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220893;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000472 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220893;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000209 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220893;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:32.666639' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:41:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000349 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220894;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000606 Lock_time: 0.000142 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220894;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000242 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220894;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:33.665869' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:41:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000264 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220895;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000441 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220895;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000220 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220895;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:34.666576' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:41:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001430 Lock_time: 0.001283 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220896;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000738 Lock_time: 0.000624 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220896;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:35.665798' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000765 Lock_time: 0.000623 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220896;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:35.665814' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:41:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001216 Lock_time: 0.001033 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220897;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000192 Lock_time: 0.000060 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220897;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:36.666408' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000180 Lock_time: 0.000073 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220897;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:36.666454' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:41:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12706 Schema: QC_hit: No
# Query_time: 0.000218 Lock_time: 0.000108 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220898;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12706 Schema: QC_hit: No
# Query_time: 0.000162 Lock_time: 0.000104 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220898;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000259 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220898;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000923 Lock_time: 0.000796 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220898;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:37.665856' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000931 Lock_time: 0.000785 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220898;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:37.665846' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:41:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12707 Schema: QC_hit: No
# Query_time: 0.000219 Lock_time: 0.000135 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220899;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12707 Schema: QC_hit: No
# Query_time: 0.000135 Lock_time: 0.000086 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220899;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000183 Lock_time: 0.000057 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220899;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001408 Lock_time: 0.001237 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220899;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:38.666386' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001412 Lock_time: 0.001231 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220899;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:38.666422' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:41:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000299 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220900;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000554 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220900;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000277 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220900;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:39.665823' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:41:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000568 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220901;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000524 Lock_time: 0.000418 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220901;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000229 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220901;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:40.666397' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:41:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000272 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220902;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000167 Lock_time: 0.000046 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220902;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:41.665807' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000331 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220902;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:41.665769' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:41:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000291 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220903;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000504 Lock_time: 0.000143 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220903;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000371 Lock_time: 0.000257 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220903;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:42.666598' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:41:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000643 Lock_time: 0.000451 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220904;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:43.66573' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001298 Lock_time: 0.001107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220904;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001515 Lock_time: 0.001129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220904;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:41:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000975 Lock_time: 0.000770 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220905;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:44.666257' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001003 Lock_time: 0.000780 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220905;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:44.666232' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001749 Lock_time: 0.001316 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220905;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:41:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000275 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220906;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001436 Lock_time: 0.001272 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220906;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:45.665597' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001448 Lock_time: 0.001284 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220906;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:45.665707' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12709 Schema: QC_hit: No
# Query_time: 0.000203 Lock_time: 0.000120 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220906;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12709 Schema: QC_hit: No
# Query_time: 0.000205 Lock_time: 0.000148 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220906;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:41:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000584 Lock_time: 0.000409 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220907;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000857 Lock_time: 0.000321 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220907;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001658 Lock_time: 0.001469 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220907;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:46.666128' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001627 Lock_time: 0.001454 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220907;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:46.666228' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:41:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12711 Schema: QC_hit: No
# Query_time: 0.000207 Lock_time: 0.000104 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220908;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12711 Schema: QC_hit: No
# Query_time: 0.000242 Lock_time: 0.000186 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220908;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000346 Lock_time: 0.000198 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220908;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000440 Lock_time: 0.000332 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220908;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:47.66552' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001542 Lock_time: 0.001373 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220908;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:47.665484' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:41:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12712 Schema: QC_hit: No
# Query_time: 0.000229 Lock_time: 0.000140 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220909;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12712 Schema: QC_hit: No
# Query_time: 0.000143 Lock_time: 0.000095 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220909;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000255 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220909;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000484 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220909;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000254 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220909;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:48.666201' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:41:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000297 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220910;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000488 Lock_time: 0.000143 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220910;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000209 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220910;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:49.665599' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:41:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000303 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220911;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000209 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220911;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:50.669733' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000180 Lock_time: 0.000070 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220911;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:50.669554' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:41:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000449 Lock_time: 0.000311 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220912;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000224 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220912;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:51.666539' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000212 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220912;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:51.666634' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:41:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000218 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220913;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:52.666577' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000225 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220913;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:52.666648' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000416 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220913;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:41:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000597 Lock_time: 0.000190 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220914;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000260 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220914;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:53.666494' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000303 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220914;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:53.666216' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:41:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001669 Lock_time: 0.001442 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220915;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000923 Lock_time: 0.000721 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220915;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:54.665653' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002289 Lock_time: 0.001526 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220915;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:41:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001632 Lock_time: 0.001460 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220916;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000904 Lock_time: 0.000741 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220916;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:55.666458' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000958 Lock_time: 0.000740 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220916;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:55.666298' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:41:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000235 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220917;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000509 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220917;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000208 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220917;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:56.665749' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000194 Lock_time: 0.000073 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220917;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:56.665749' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:41:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12715 Schema: QC_hit: No
# Query_time: 0.000283 Lock_time: 0.000185 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220918;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12715 Schema: QC_hit: No
# Query_time: 0.000173 Lock_time: 0.000123 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220918;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000387 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220918;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:57.665699' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000428 Lock_time: 0.000131 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220918;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:57.665546' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000276 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220918;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:41:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12716 Schema: QC_hit: No
# Query_time: 0.000227 Lock_time: 0.000129 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220919;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12716 Schema: QC_hit: No
# Query_time: 0.000190 Lock_time: 0.000140 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220919;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000735 Lock_time: 0.000294 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220919;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000223 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220919;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:58.666159' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000239 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220919;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:58.666124' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:42:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000300 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220920;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000236 Lock_time: 0.000054 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220920;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:59.665788' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000302 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220920;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:41:59.665982' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:42:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000460 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220921;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000599 Lock_time: 0.000446 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220921;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:00.666641' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000663 Lock_time: 0.000475 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220921;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:00.666671' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:42:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000628 Lock_time: 0.000151 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220922;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000197 Lock_time: 0.000059 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220922;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:01.666286' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000601 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220922;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:01.666133' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:42:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001343 Lock_time: 0.001195 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220923;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000737 Lock_time: 0.000565 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220923;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:02.665589' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000769 Lock_time: 0.000413 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220923;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:02.665515' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001684 Lock_time: 0.001152 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220923;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:42:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000749 Lock_time: 0.000495 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220924;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:03.666255' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001661 Lock_time: 0.001200 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220924;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001460 Lock_time: 0.001206 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220924;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:42:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000398 Lock_time: 0.000172 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220925;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000839 Lock_time: 0.000176 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220925;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000249 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220925;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:04.665965' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:42:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000389 Lock_time: 0.000171 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220926;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000657 Lock_time: 0.000156 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220926;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001491 Lock_time: 0.001348 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220926;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:05.666746' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:42:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000283 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220927;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000630 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220927;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000198 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220927;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:06.665917' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:42:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12719 Schema: QC_hit: No
# Query_time: 0.000213 Lock_time: 0.000131 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220928;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12719 Schema: QC_hit: No
# Query_time: 0.000150 Lock_time: 0.000104 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220928;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000227 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220928;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000207 Lock_time: 0.000067 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220928;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:07.665836' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000247 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220928;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:07.665836' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:42:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12720 Schema: QC_hit: No
# Query_time: 0.000195 Lock_time: 0.000114 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220929;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12720 Schema: QC_hit: No
# Query_time: 0.000138 Lock_time: 0.000092 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220929;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000286 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220929;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000505 Lock_time: 0.000141 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220929;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000212 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220929;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:08.666582' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:42:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000659 Lock_time: 0.000495 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220930;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:09.66602' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001335 Lock_time: 0.001172 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220930;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000647 Lock_time: 0.000462 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220930;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:09.666034' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:42:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000961 Lock_time: 0.000773 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220931;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:10.666406' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000922 Lock_time: 0.000685 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220931;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:10.666662' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001539 Lock_time: 0.001146 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220931;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:42:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001478 Lock_time: 0.001302 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220932;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000711 Lock_time: 0.000531 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220932;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:11.666145' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000708 Lock_time: 0.000533 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220932;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:11.666125' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:42:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000242 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220933;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000495 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220933;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000243 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220933;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:12.665833' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000301 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220933;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:12.665792' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:42:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000277 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220934;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000492 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220934;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000205 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220934;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:13.665676' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000287 Lock_time: 0.000070 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220934;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:13.665881' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:42:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000493 Lock_time: 0.000320 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220935;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000192 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220935;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:14.666124' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000232 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220935;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:14.666128' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000979 Lock_time: 0.000205 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220935;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:42:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000334 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220936;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000227 Lock_time: 0.000073 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220936;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:15.665653' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000332 Lock_time: 0.000151 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220936;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:15.665603' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12724 Schema: QC_hit: No
# Query_time: 0.000226 Lock_time: 0.000133 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220936;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12724 Schema: QC_hit: No
# Query_time: 0.000172 Lock_time: 0.000121 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220936;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:42:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000300 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220937;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000229 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220937;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:16.665981' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000219 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220937;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:16.666165' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:42:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12726 Schema: QC_hit: No
# Query_time: 0.000222 Lock_time: 0.000124 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220938;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12726 Schema: QC_hit: No
# Query_time: 0.000148 Lock_time: 0.000098 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220938;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001121 Lock_time: 0.000906 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220938;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000486 Lock_time: 0.000271 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220938;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:17.66578' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001355 Lock_time: 0.000908 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220938;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:42:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12727 Schema: QC_hit: No
# Query_time: 0.000226 Lock_time: 0.000132 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220939;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12727 Schema: QC_hit: No
# Query_time: 0.000133 Lock_time: 0.000089 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220939;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000679 Lock_time: 0.000500 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220939;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:18.66631' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001435 Lock_time: 0.001197 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220939;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000707 Lock_time: 0.000508 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220939;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:18.666429' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:42:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000402 Lock_time: 0.000175 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220940;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001202 Lock_time: 0.001041 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220940;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:19.665956' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000217 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220940;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:19.665771' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:42:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000588 Lock_time: 0.000151 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220941;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001230 Lock_time: 0.001106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220941;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:20.666248' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001240 Lock_time: 0.001111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220941;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:20.666432' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:42:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000601 Lock_time: 0.000451 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220942;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000225 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220942;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:21.665719' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000785 Lock_time: 0.000370 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220942;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:42:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000195 Lock_time: 0.000072 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220943;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:22.666394' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000241 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220943;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:22.66626' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000803 Lock_time: 0.000343 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220943;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:42:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000392 Lock_time: 0.000149 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220944;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000368 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220944;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:23.665849' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000366 Lock_time: 0.000068 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220944;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:23.665651' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:42:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000746 Lock_time: 0.000193 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220945;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002543 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220945;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:24.66612' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002614 Lock_time: 0.002480 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220945;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:24.666091' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:42:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001650 Lock_time: 0.001447 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220946;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001009 Lock_time: 0.000796 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220946;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:25.665775' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001060 Lock_time: 0.000841 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220946;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:25.665582' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002051 Lock_time: 0.001481 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220946;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:42:27
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000827 Lock_time: 0.000607 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220947;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:26.666229' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001572 Lock_time: 0.001304 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220947;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001761 Lock_time: 0.001318 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220947;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:42:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12731 Schema: QC_hit: No
# Query_time: 0.000231 Lock_time: 0.000132 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220948;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12731 Schema: QC_hit: No
# Query_time: 0.000184 Lock_time: 0.000132 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220948;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000232 Lock_time: 0.000070 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220948;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000535 Lock_time: 0.000144 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220948;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001210 Lock_time: 0.001089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220948;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:27.66568' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:42:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12732 Schema: QC_hit: No
# Query_time: 0.000206 Lock_time: 0.000127 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220949;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12732 Schema: QC_hit: No
# Query_time: 0.000158 Lock_time: 0.000108 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220949;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000331 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220949;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000520 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220949;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001131 Lock_time: 0.001018 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220949;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:28.666156' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:42:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000788 Lock_time: 0.000163 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220950;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000481 Lock_time: 0.000296 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220950;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:29.665568' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000666 Lock_time: 0.000241 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220950;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:29.66562' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:42:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000278 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220951;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000254 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220951;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:30.666269' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000496 Lock_time: 0.000380 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220951;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:30.666404' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:42:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000499 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220952;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000197 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220952;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:31.665718' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000314 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220952;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:31.665772' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:42:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000276 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220953;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000868 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220953;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000189 Lock_time: 0.000073 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220953;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:32.666267' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:42:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000546 Lock_time: 0.000351 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220954;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:33.665952' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000406 Lock_time: 0.000208 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220954;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:33.665785' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001577 Lock_time: 0.001203 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220954;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:42:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000507 Lock_time: 0.000310 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220955;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:34.666617' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001288 Lock_time: 0.001072 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220955;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000553 Lock_time: 0.000337 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220955;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:34.666344' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:42:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000341 Lock_time: 0.000141 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220956;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000557 Lock_time: 0.000140 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220956;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001481 Lock_time: 0.001275 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220956;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:35.665816' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:42:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000717 Lock_time: 0.000511 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220957;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:36.666303' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001593 Lock_time: 0.001358 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220957;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001122 Lock_time: 0.000897 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220957;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:36.666311' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:42:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12735 Schema: QC_hit: No
# Query_time: 0.000192 Lock_time: 0.000112 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220958;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12735 Schema: QC_hit: No
# Query_time: 0.000271 Lock_time: 0.000177 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220958;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000377 Lock_time: 0.000136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220958;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000278 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220958;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:37.665758' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001032 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220958;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001527 Lock_time: 0.001387 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220958;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:37.665832' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:42:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12736 Schema: QC_hit: No
# Query_time: 0.000307 Lock_time: 0.000172 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220959;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12736 Schema: QC_hit: No
# Query_time: 0.000341 Lock_time: 0.000202 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220959;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000376 Lock_time: 0.000188 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220959;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001087 Lock_time: 0.000894 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220959;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:38.6664' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001554 Lock_time: 0.001238 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220959;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:42:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000771 Lock_time: 0.000525 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220960;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:39.666849' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001745 Lock_time: 0.001399 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220960;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001875 Lock_time: 0.001411 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220960;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:42:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000525 Lock_time: 0.000324 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220961;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000908 Lock_time: 0.000312 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220961;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000199 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220961;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:40.66619' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000276 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220961;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:40.666265' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:42:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000355 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220962;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000650 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220962;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000295 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220962;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:41.66568' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:42:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000204 Lock_time: 0.000065 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220963;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000886 Lock_time: 0.000143 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220963;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000236 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220963;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:42.666451' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:42:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001316 Lock_time: 0.001159 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220964;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000276 Lock_time: 0.000138 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220964;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:43.665776' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001492 Lock_time: 0.000870 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220964;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:42:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001440 Lock_time: 0.001278 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220965;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000844 Lock_time: 0.000666 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220965;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:44.666341' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001813 Lock_time: 0.001327 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220965;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:42:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001244 Lock_time: 0.000679 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220966;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000307 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220966;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:45.665786' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001369 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220966;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:45.665802' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12740 Schema: QC_hit: No
# Query_time: 0.000317 Lock_time: 0.000179 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220966;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12740 Schema: QC_hit: No
# Query_time: 0.000237 Lock_time: 0.000157 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220966;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:42:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000356 Lock_time: 0.000201 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220967;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000206 Lock_time: 0.000062 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220967;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:46.666303' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000249 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220967;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:46.666318' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:42:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12742 Schema: QC_hit: No
# Query_time: 0.000178 Lock_time: 0.000097 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220968;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12742 Schema: QC_hit: No
# Query_time: 0.000144 Lock_time: 0.000098 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220968;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000323 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220968;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000461 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220968;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000219 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220968;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:47.665836' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:42:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12744 Schema: QC_hit: No
# Query_time: 0.000274 Lock_time: 0.000164 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220969;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12744 Schema: QC_hit: No
# Query_time: 0.000186 Lock_time: 0.000131 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220969;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000335 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220969;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000518 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220969;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000270 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220969;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:48.666242' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:42:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000271 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220970;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000241 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220970;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:49.665727' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000223 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220970;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:49.665727' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:42:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000208 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220971;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000179 Lock_time: 0.000051 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220971;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:50.667322' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000396 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220971;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:42:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000209 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220972;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000484 Lock_time: 0.000162 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220972;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000289 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220972;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:51.666196' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:42:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000245 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220973;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000198 Lock_time: 0.000076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220973;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:52.666284' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000241 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220973;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:52.666335' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:42:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001450 Lock_time: 0.001297 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220974;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000491 Lock_time: 0.000328 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220974;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:53.665801' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000524 Lock_time: 0.000343 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220974;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:53.665802' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:42:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000521 Lock_time: 0.000332 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220975;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:54.666369' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000526 Lock_time: 0.000324 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220975;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:54.666377' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001675 Lock_time: 0.001235 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220975;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:42:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000437 Lock_time: 0.000288 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220976;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001106 Lock_time: 0.001000 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220976;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:55.665895' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001140 Lock_time: 0.001021 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220976;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:55.665725' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:42:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000414 Lock_time: 0.000175 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220977;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000639 Lock_time: 0.000204 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220977;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001089 Lock_time: 0.000975 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220977;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:56.666275' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:42:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12749 Schema: QC_hit: No
# Query_time: 0.000191 Lock_time: 0.000109 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220978;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12749 Schema: QC_hit: No
# Query_time: 0.000170 Lock_time: 0.000119 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220978;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000317 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220978;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002704 Lock_time: 0.002511 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220978;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:57.665622' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002534 Lock_time: 0.002351 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220978;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:57.66582' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:42:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12750 Schema: QC_hit: No
# Query_time: 0.000227 Lock_time: 0.000133 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220979;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12750 Schema: QC_hit: No
# Query_time: 0.000197 Lock_time: 0.000147 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220979;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000461 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220979;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000827 Lock_time: 0.000723 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220979;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001168 Lock_time: 0.001006 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220979;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:58.666541' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:43:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000551 Lock_time: 0.000134 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220980;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000331 Lock_time: 0.000157 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220980;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:59.665929' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000251 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220980;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:42:59.665798' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:43:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000352 Lock_time: 0.000163 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220981;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000293 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220981;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:00.666128' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000959 Lock_time: 0.000360 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220981;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000215 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220981;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:00.666151' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:43:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000318 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220982;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000578 Lock_time: 0.000405 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220982;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:01.665816' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000699 Lock_time: 0.000571 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220982;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:01.665601' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:43:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000314 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220983;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000533 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220983;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000264 Lock_time: 0.000142 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220983;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:02.666046' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:43:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000360 Lock_time: 0.000166 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220984;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000382 Lock_time: 0.000131 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220984;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:03.66568' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000438 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220984;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:03.665696' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:43:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000218 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220985;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000696 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220985;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000221 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220985;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:04.665965' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000199 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220985;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:04.666016' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:43:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000967 Lock_time: 0.000711 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220986;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:05.665567' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001956 Lock_time: 0.001396 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220986;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001319 Lock_time: 0.001016 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220986;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:05.665637' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:43:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001520 Lock_time: 0.001372 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220987;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000882 Lock_time: 0.000650 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220987;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:06.666093' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001042 Lock_time: 0.000945 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220987;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:06.666152' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:43:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12755 Schema: QC_hit: No
# Query_time: 0.000224 Lock_time: 0.000129 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220988;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12755 Schema: QC_hit: No
# Query_time: 0.000139 Lock_time: 0.000094 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220988;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000300 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220988;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001429 Lock_time: 0.001289 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220988;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:07.665608' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001233 Lock_time: 0.000944 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220988;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:07.665679' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:43:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12756 Schema: QC_hit: No
# Query_time: 0.000241 Lock_time: 0.000141 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220989;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12756 Schema: QC_hit: No
# Query_time: 0.000174 Lock_time: 0.000124 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220989;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000458 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220989;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000439 Lock_time: 0.000284 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220989;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001308 Lock_time: 0.001179 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220989;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:08.666184' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:43:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000327 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220990;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000598 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220990;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000303 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220990;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:09.665775' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:43:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000538 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220991;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000252 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220991;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:10.6662' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000188 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220991;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:43:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000274 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220992;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000714 Lock_time: 0.000178 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220992;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001478 Lock_time: 0.001319 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220992;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:11.665669' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:43:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000296 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220993;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000522 Lock_time: 0.000147 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220993;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000219 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220993;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:12.666216' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:43:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000328 Lock_time: 0.000148 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220994;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000188 Lock_time: 0.000063 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220994;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:13.665547' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000355 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220994;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:13.665604' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:43:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000724 Lock_time: 0.000534 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220995;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000208 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220995;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:14.666114' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001171 Lock_time: 0.000834 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220995;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:43:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.005702 Lock_time: 0.005507 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220996;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.005130 Lock_time: 0.004875 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220996;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:15.665547' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.005152 Lock_time: 0.005013 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220996;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:15.665683' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12758 Schema: QC_hit: No
# Query_time: 0.000215 Lock_time: 0.000121 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220996;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12758 Schema: QC_hit: No
# Query_time: 0.000204 Lock_time: 0.000144 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220996;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:43:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000284 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220997;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000562 Lock_time: 0.000130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220997;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000449 Lock_time: 0.000258 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220997;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:16.666148' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:43:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12760 Schema: QC_hit: No
# Query_time: 0.000216 Lock_time: 0.000117 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220998;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12760 Schema: QC_hit: No
# Query_time: 0.000183 Lock_time: 0.000132 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220998;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000686 Lock_time: 0.000496 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220998;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:17.66571' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000236 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220998;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:17.665866' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001394 Lock_time: 0.001214 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220998;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:43:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12762 Schema: QC_hit: No
# Query_time: 0.000208 Lock_time: 0.000121 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623220999;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12762 Schema: QC_hit: No
# Query_time: 0.000151 Lock_time: 0.000100 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623220999;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000757 Lock_time: 0.000546 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220999;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:18.666667' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001415 Lock_time: 0.001046 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220999;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000198 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623220999;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:43:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000259 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221000;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001594 Lock_time: 0.001252 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221000;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001218 Lock_time: 0.001112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221000;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:19.666606' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:43:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000258 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221001;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000187 Lock_time: 0.000066 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221001;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:20.665812' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001077 Lock_time: 0.000461 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221001;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:43:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000363 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221002;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000495 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221002;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000234 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221002;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:21.666546' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:43:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000280 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221003;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000263 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221003;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:22.665737' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000232 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221003;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:22.665774' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:43:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000508 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221004;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000246 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221004;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:23.666495' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000355 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221004;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:23.666333' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:43:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001519 Lock_time: 0.001252 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221005;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000882 Lock_time: 0.000615 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221005;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:24.665695' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000417 Lock_time: 0.000154 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221005;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:24.665651' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:43:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000494 Lock_time: 0.000327 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221006;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:25.666541' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001293 Lock_time: 0.001102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221006;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000567 Lock_time: 0.000339 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221006;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:25.666303' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:43:27
# User@Host: so_user[so_user] @ [10.233.71.99]
# Thread_id: 12651 Schema: camundabpmn QC_hit: No
# Query_time: 0.001660 Lock_time: 0.001212 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 356
use camundabpmn;
SET timestamp=1623221007;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 06:43:27.533'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 06:43:27.533')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'c95c66ac-c8af-11eb-9d3f-0a01556420c8'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 06:43:27.533') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000503 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
use vid_openecomp_epsdk;
SET timestamp=1623221007;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000194 Lock_time: 0.000059 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221007;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:26.665689' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000212 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221007;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:26.665841' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:43:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12766 Schema: QC_hit: No
# Query_time: 0.000195 Lock_time: 0.000112 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221008;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12766 Schema: QC_hit: No
# Query_time: 0.000126 Lock_time: 0.000081 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221008;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000330 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221008;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221008;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:27.6662' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000287 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221008;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:27.666246' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:43:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12767 Schema: QC_hit: No
# Query_time: 0.000193 Lock_time: 0.000112 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221009;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12767 Schema: QC_hit: No
# Query_time: 0.000163 Lock_time: 0.000117 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221009;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000293 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221009;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000160 Lock_time: 0.000042 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221009;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:28.665666' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000234 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221009;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:28.665843' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:43:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000178 Lock_time: 0.000066 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221010;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:29.666284' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001052 Lock_time: 0.000299 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221010;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000223 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221010;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:29.66624' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:43:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001542 Lock_time: 0.001397 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221011;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000513 Lock_time: 0.000359 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221011;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:30.665829' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001014 Lock_time: 0.000822 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221011;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:30.665684' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002188 Lock_time: 0.001702 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221011;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:43:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000274 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221012;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:31.666553' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000207 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221012;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:31.666368' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001687 Lock_time: 0.000940 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221012;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:43:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000242 Lock_time: 0.000060 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221013;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000834 Lock_time: 0.000450 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221013;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001713 Lock_time: 0.001562 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221013;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:32.665797' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001716 Lock_time: 0.001575 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221013;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:32.665745' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:43:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000309 Lock_time: 0.000139 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221014;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000197 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221014;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:33.666366' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001124 Lock_time: 0.001003 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221014;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:33.666293' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:43:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000240 Lock_time: 0.000074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221015;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000490 Lock_time: 0.000151 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221015;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000257 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221015;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:34.665839' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:43:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000283 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221016;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000778 Lock_time: 0.000152 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221016;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000232 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221016;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:35.666346' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:43:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000776 Lock_time: 0.000629 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221017;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:36.665741' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001202 Lock_time: 0.001004 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221017;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000805 Lock_time: 0.000620 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221017;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:36.665735' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:43:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12772 Schema: QC_hit: No
# Query_time: 0.000212 Lock_time: 0.000127 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221018;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12772 Schema: QC_hit: No
# Query_time: 0.000197 Lock_time: 0.000148 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221018;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001006 Lock_time: 0.000839 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221018;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000583 Lock_time: 0.000436 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221018;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:37.666239' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001387 Lock_time: 0.001037 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221018;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:43:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12773 Schema: QC_hit: No
# Query_time: 0.000195 Lock_time: 0.000115 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221019;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12773 Schema: QC_hit: No
# Query_time: 0.000195 Lock_time: 0.000145 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221019;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001346 Lock_time: 0.001147 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221019;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:38.665657' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001400 Lock_time: 0.001178 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221019;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:38.665774' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001590 Lock_time: 0.001205 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221019;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:43:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001309 Lock_time: 0.001120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221020;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001428 Lock_time: 0.000963 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221020;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001448 Lock_time: 0.001299 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221020;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:39.66626' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:43:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000470 Lock_time: 0.000316 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221021;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001224 Lock_time: 0.001013 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221021;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:40.665833' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001336 Lock_time: 0.001160 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221021;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:40.6657' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:43:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000432 Lock_time: 0.000276 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221022;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001222 Lock_time: 0.001102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221022;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:41.666225' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001291 Lock_time: 0.001149 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221022;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:41.666197' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:43:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000415 Lock_time: 0.000225 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221023;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000204 Lock_time: 0.000076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221023;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:42.665868' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000743 Lock_time: 0.000246 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221023;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:43:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001014 Lock_time: 0.000856 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221024;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000314 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221024;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:43.666094' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001506 Lock_time: 0.000902 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221024;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:43:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000286 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221025;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000534 Lock_time: 0.000139 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221025;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000204 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221025;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:44.665512' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:43:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000283 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221026;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000582 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221026;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000189 Lock_time: 0.000066 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221026;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:45.665965' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12776 Schema: QC_hit: No
# Query_time: 0.000219 Lock_time: 0.000127 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221026;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12776 Schema: QC_hit: No
# Query_time: 0.000129 Lock_time: 0.000085 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221026;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:43:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000293 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221027;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000853 Lock_time: 0.000475 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221027;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000327 Lock_time: 0.000182 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221027;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:46.666396' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:43:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12778 Schema: QC_hit: No
# Query_time: 0.000191 Lock_time: 0.000100 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221028;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12778 Schema: QC_hit: No
# Query_time: 0.000098 Lock_time: 0.000057 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221028;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000511 Lock_time: 0.000334 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221028;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:47.665778' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001444 Lock_time: 0.001238 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221028;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000517 Lock_time: 0.000401 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221028;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:47.665767' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:43:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12779 Schema: QC_hit: No
# Query_time: 0.000370 Lock_time: 0.000228 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221029;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12779 Schema: QC_hit: No
# Query_time: 0.000228 Lock_time: 0.000160 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221029;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000248 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221029;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000514 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221029;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001370 Lock_time: 0.001193 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221029;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:48.666386' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:43:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000751 Lock_time: 0.000177 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221030;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000196 Lock_time: 0.000070 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221030;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:49.665681' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000450 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221030;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:49.665666' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:43:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000389 Lock_time: 0.000185 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221031;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000823 Lock_time: 0.000343 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221031;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000303 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221031;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:50.666279' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000336 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221031;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:50.666984' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:43:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000780 Lock_time: 0.000313 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221032;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000389 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221032;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:51.665682' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000239 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221032;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:51.665655' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:43:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000399 Lock_time: 0.000237 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221033;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000764 Lock_time: 0.000165 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221033;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000565 Lock_time: 0.000402 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221033;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:52.666217' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000210 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221033;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:52.666433' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:43:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001467 Lock_time: 0.001306 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221034;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000890 Lock_time: 0.000699 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221034;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:53.665763' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000801 Lock_time: 0.000556 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221034;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:53.665635' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:43:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000646 Lock_time: 0.000509 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221035;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:54.666258' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000603 Lock_time: 0.000475 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221035;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:54.666231' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001394 Lock_time: 0.001248 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221035;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:43:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000347 Lock_time: 0.000199 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221036;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001089 Lock_time: 0.000970 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221036;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:55.665686' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001188 Lock_time: 0.000996 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221036;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:55.665701' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:43:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000322 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221037;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000499 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221037;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001288 Lock_time: 0.001127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221037;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:56.666236' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001264 Lock_time: 0.001103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221037;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:56.666178' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:43:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12783 Schema: QC_hit: No
# Query_time: 0.000204 Lock_time: 0.000120 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221038;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12783 Schema: QC_hit: No
# Query_time: 0.000174 Lock_time: 0.000122 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221038;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001731 Lock_time: 0.001579 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221038;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000267 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221038;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:57.665669' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000708 Lock_time: 0.000141 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221038;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:43:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12784 Schema: QC_hit: No
# Query_time: 0.000238 Lock_time: 0.000136 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221039;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12784 Schema: QC_hit: No
# Query_time: 0.000157 Lock_time: 0.000110 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221039;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000274 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221039;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000648 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221039;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000286 Lock_time: 0.000173 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221039;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:58.666422' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000369 Lock_time: 0.000272 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221039;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:58.666197' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:44:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000394 Lock_time: 0.000134 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221040;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000247 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221040;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:59.665554' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000358 Lock_time: 0.000262 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221040;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:43:59.665619' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:44:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000317 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221041;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000367 Lock_time: 0.000232 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221041;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:00.66624' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000869 Lock_time: 0.000206 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221041;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000428 Lock_time: 0.000252 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221041;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:00.666021' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:44:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000739 Lock_time: 0.000557 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221042;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:01.665692' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000715 Lock_time: 0.000549 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221042;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:01.665507' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001450 Lock_time: 0.001258 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221042;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:44:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000725 Lock_time: 0.000526 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221043;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:02.666018' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000753 Lock_time: 0.000527 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221043;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:02.66599' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001765 Lock_time: 0.001494 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221043;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001921 Lock_time: 0.001518 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221043;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:44:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000382 Lock_time: 0.000175 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221044;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001382 Lock_time: 0.001218 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221044;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:03.665519' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001239 Lock_time: 0.001073 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221044;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:03.665461' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:44:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000352 Lock_time: 0.000165 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221045;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000721 Lock_time: 0.000157 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221045;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001340 Lock_time: 0.001209 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221045;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:04.666026' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:44:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000521 Lock_time: 0.000372 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221046;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000173 Lock_time: 0.000060 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221046;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:05.665604' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000988 Lock_time: 0.000249 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221046;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:44:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000642 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221047;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000188 Lock_time: 0.000061 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221047;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:06.666203' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000168 Lock_time: 0.000052 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221047;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:06.666112' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:44:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12787 Schema: QC_hit: No
# Query_time: 0.000265 Lock_time: 0.000166 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221048;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12787 Schema: QC_hit: No
# Query_time: 0.000223 Lock_time: 0.000174 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221048;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000245 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221048;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000495 Lock_time: 0.000370 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221048;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:07.665649' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000163 Lock_time: 0.000053 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221048;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:07.665621' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:44:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12789 Schema: QC_hit: No
# Query_time: 0.000244 Lock_time: 0.000144 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221049;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12789 Schema: QC_hit: No
# Query_time: 0.000162 Lock_time: 0.000116 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221049;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000651 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221049;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000501 Lock_time: 0.000391 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221049;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000688 Lock_time: 0.000571 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221049;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:08.666449' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:44:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000779 Lock_time: 0.000530 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221050;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:09.665708' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000752 Lock_time: 0.000524 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221050;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:09.665753' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001642 Lock_time: 0.001206 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221050;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:44:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002124 Lock_time: 0.001949 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221051;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001624 Lock_time: 0.001398 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221051;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:10.666146' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000190 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221051;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:10.666238' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:44:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000269 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221052;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000527 Lock_time: 0.000171 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221052;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001397 Lock_time: 0.001256 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221052;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:11.665584' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001347 Lock_time: 0.001195 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221052;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:11.665613' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:44:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000530 Lock_time: 0.000366 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221053;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001076 Lock_time: 0.000912 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221053;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:12.666106' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001054 Lock_time: 0.000870 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221053;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:12.666021' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:44:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000451 Lock_time: 0.000221 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221054;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000321 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221054;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:13.665507' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001277 Lock_time: 0.000239 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221054;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:44:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000778 Lock_time: 0.000157 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221055;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000268 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221055;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:14.666273' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000484 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221055;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:14.666056' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:44:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000266 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221056;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000675 Lock_time: 0.000133 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221056;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000234 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221056;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:15.665649' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12791 Schema: QC_hit: No
# Query_time: 0.000215 Lock_time: 0.000133 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221056;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12791 Schema: QC_hit: No
# Query_time: 0.000250 Lock_time: 0.000173 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221056;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:44:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000250 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221057;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000203 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221057;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:16.666151' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000632 Lock_time: 0.000524 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221057;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:16.666353' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:44:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12794 Schema: QC_hit: No
# Query_time: 0.000304 Lock_time: 0.000166 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221058;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12794 Schema: QC_hit: No
# Query_time: 0.000217 Lock_time: 0.000170 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221058;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000291 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221058;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:17.665481' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000739 Lock_time: 0.000171 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221058;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000378 Lock_time: 0.000142 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221058;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:17.665545' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:44:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12795 Schema: QC_hit: No
# Query_time: 0.000200 Lock_time: 0.000118 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221059;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12795 Schema: QC_hit: No
# Query_time: 0.000141 Lock_time: 0.000094 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221059;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000305 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221059;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:18.666012' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000284 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221059;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:18.666212' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000543 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221059;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:44:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000670 Lock_time: 0.000293 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221060;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000191 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221060;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:19.666448' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000214 Lock_time: 0.000072 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221060;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:19.666614' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:44:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000646 Lock_time: 0.000447 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221061;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:20.665896' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000626 Lock_time: 0.000416 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221061;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:20.665987' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001705 Lock_time: 0.001278 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221061;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:44:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000750 Lock_time: 0.000600 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221062;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:21.666376' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001323 Lock_time: 0.001165 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221062;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001670 Lock_time: 0.001176 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221062;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:44:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000326 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221063;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001274 Lock_time: 0.001030 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221063;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:22.665899' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001113 Lock_time: 0.000833 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221063;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:22.665734' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:44:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000259 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221064;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000467 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221064;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001338 Lock_time: 0.001217 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221064;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:23.666308' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:44:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000235 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221065;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000242 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221065;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:24.665813' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000237 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221065;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:24.665611' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:44:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000560 Lock_time: 0.000414 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221066;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000217 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221066;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:25.666273' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000796 Lock_time: 0.000430 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221066;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:44:27
# User@Host: so_user[so_user] @ [10.233.71.99]
# Thread_id: 12651 Schema: camundabpmn QC_hit: No
# Query_time: 0.001783 Lock_time: 0.001281 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 356
use camundabpmn;
SET timestamp=1623221067;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 06:44:27.533'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 06:44:27.533')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'c95c66ac-c8af-11eb-9d3f-0a01556420c8'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 06:44:27.533') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000519 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
use vid_openecomp_epsdk;
SET timestamp=1623221067;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000201 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221067;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:26.665738' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000221 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221067;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:26.665728' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:44:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12798 Schema: QC_hit: No
# Query_time: 0.000175 Lock_time: 0.000094 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221068;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12798 Schema: QC_hit: No
# Query_time: 0.000241 Lock_time: 0.000164 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221068;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000209 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221068;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000579 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221068;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000337 Lock_time: 0.000198 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221068;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:27.666335' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:44:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12799 Schema: QC_hit: No
# Query_time: 0.000227 Lock_time: 0.000132 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221069;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12799 Schema: QC_hit: No
# Query_time: 0.000275 Lock_time: 0.000226 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221069;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000744 Lock_time: 0.000491 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221069;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:28.665796' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001440 Lock_time: 0.001196 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221069;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001695 Lock_time: 0.001182 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221069;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:44:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001144 Lock_time: 0.000945 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221070;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000380 Lock_time: 0.000190 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221070;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:29.666493' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001316 Lock_time: 0.000904 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221070;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:44:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000293 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221071;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000598 Lock_time: 0.000149 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221071;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001258 Lock_time: 0.001120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221071;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:30.666319' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:44:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000200 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221072;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000255 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221072;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:31.666685' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000248 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221072;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:31.666734' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:44:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000270 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221073;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000511 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221073;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000218 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221073;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:32.666879' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:44:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001050 Lock_time: 0.000877 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221074;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:33.666085' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000966 Lock_time: 0.000787 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221074;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:33.666056' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001853 Lock_time: 0.001460 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221074;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:44:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000440 Lock_time: 0.000330 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221075;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000575 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221075;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001366 Lock_time: 0.001241 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221075;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:34.665526' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:44:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000672 Lock_time: 0.000493 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221076;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:35.666073' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000633 Lock_time: 0.000411 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221076;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:35.666081' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001840 Lock_time: 0.001399 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221076;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:44:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000302 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221077;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000461 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221077;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000211 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221077;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:36.665723' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000205 Lock_time: 0.000068 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221077;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:36.665714' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:44:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12803 Schema: QC_hit: No
# Query_time: 0.000196 Lock_time: 0.000112 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221078;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12803 Schema: QC_hit: No
# Query_time: 0.000111 Lock_time: 0.000065 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221078;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000525 Lock_time: 0.000330 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221078;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000700 Lock_time: 0.000328 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221078;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000224 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221078;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:37.666317' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000260 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221078;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:37.666296' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:44:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12804 Schema: QC_hit: No
# Query_time: 0.000225 Lock_time: 0.000139 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221079;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12804 Schema: QC_hit: No
# Query_time: 0.000190 Lock_time: 0.000138 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221079;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000463 Lock_time: 0.000310 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221079;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000212 Lock_time: 0.000074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221079;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:38.665742' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000502 Lock_time: 0.000353 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221079;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:38.665714' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:44:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000343 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221080;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000251 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221080;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:39.666478' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000990 Lock_time: 0.000385 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221080;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000942 Lock_time: 0.000745 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221080;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:39.666499' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:44:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001356 Lock_time: 0.001184 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221081;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000757 Lock_time: 0.000578 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221081;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:40.665784' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001606 Lock_time: 0.001197 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221081;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:44:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002262 Lock_time: 0.002086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221082;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001440 Lock_time: 0.001225 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221082;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:41.666353' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001426 Lock_time: 0.001239 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221082;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:41.666513' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:44:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000276 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221083;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000626 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221083;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001582 Lock_time: 0.001401 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221083;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:42.665858' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001578 Lock_time: 0.001389 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221083;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:42.665822' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:44:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000249 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221084;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001187 Lock_time: 0.001036 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221084;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:43.666378' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001265 Lock_time: 0.001100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221084;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:43.666729' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:44:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000364 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221085;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000504 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221085;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000211 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221085;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:44.665707' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:44:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000284 Lock_time: 0.000046 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221086;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000291 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221086;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:45.666266' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000198 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221086;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:45.666415' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12806 Schema: QC_hit: No
# Query_time: 0.000236 Lock_time: 0.000154 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221086;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12806 Schema: QC_hit: No
# Query_time: 0.000143 Lock_time: 0.000095 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221086;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:44:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000315 Lock_time: 0.000153 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221087;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000226 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221087;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:46.665793' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000240 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221087;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:46.665793' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:44:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12808 Schema: QC_hit: No
# Query_time: 0.000187 Lock_time: 0.000111 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221088;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12808 Schema: QC_hit: No
# Query_time: 0.000144 Lock_time: 0.000097 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221088;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000412 Lock_time: 0.000186 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221088;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000641 Lock_time: 0.000171 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221088;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000263 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221088;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:47.666532' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:44:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12809 Schema: QC_hit: No
# Query_time: 0.000291 Lock_time: 0.000180 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221089;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12809 Schema: QC_hit: No
# Query_time: 0.000161 Lock_time: 0.000110 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221089;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000548 Lock_time: 0.000384 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221089;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000235 Lock_time: 0.000054 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221089;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:48.665927' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000525 Lock_time: 0.000397 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221089;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:48.665779' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:44:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000216 Lock_time: 0.000062 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221090;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:49.666487' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000900 Lock_time: 0.000462 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221090;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000483 Lock_time: 0.000366 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221090;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:49.666379' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:44:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001306 Lock_time: 0.001168 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221091;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000724 Lock_time: 0.000595 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221091;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:50.665937' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000485 Lock_time: 0.000130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221091;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:44:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000500 Lock_time: 0.000336 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221092;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:51.666676' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000470 Lock_time: 0.000272 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221092;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:51.666483' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001440 Lock_time: 0.001206 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221092;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001632 Lock_time: 0.001234 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221092;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:44:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000320 Lock_time: 0.000131 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221093;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000498 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221093;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001190 Lock_time: 0.001035 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221093;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:52.665896' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:44:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000952 Lock_time: 0.000781 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221094;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:53.666454' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001574 Lock_time: 0.001400 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221094;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001831 Lock_time: 0.001270 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221094;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:44:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000296 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221095;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000238 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221095;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:54.66592' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001370 Lock_time: 0.001207 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221095;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:54.666051' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:44:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001605 Lock_time: 0.001438 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221096;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000907 Lock_time: 0.000747 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221096;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:55.666498' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000726 Lock_time: 0.000520 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221096;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:55.666553' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001726 Lock_time: 0.001384 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221096;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:44:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000451 Lock_time: 0.000274 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221097;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001310 Lock_time: 0.001146 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221097;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:56.666246' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001244 Lock_time: 0.001089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221097;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:56.666008' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:44:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12812 Schema: QC_hit: No
# Query_time: 0.000194 Lock_time: 0.000102 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221098;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12812 Schema: QC_hit: No
# Query_time: 0.000166 Lock_time: 0.000110 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221098;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000324 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221098;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000596 Lock_time: 0.000149 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221098;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000292 Lock_time: 0.000160 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221098;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:57.666619' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001104 Lock_time: 0.000995 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221098;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:57.66649' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:44:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12813 Schema: QC_hit: No
# Query_time: 0.000253 Lock_time: 0.000158 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221099;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12813 Schema: QC_hit: No
# Query_time: 0.000157 Lock_time: 0.000108 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221099;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000267 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221099;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000608 Lock_time: 0.000198 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221099;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000309 Lock_time: 0.000184 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221099;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:58.665951' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:45:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000749 Lock_time: 0.000289 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221100;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000330 Lock_time: 0.000069 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221100;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:59.666407' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001288 Lock_time: 0.001123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221100;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:44:59.666947' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:45:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000675 Lock_time: 0.000197 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221101;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000313 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221101;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:00.666111' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000416 Lock_time: 0.000062 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221101;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:00.665996' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:45:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000588 Lock_time: 0.000363 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221102;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000201 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221102;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:01.666262' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000518 Lock_time: 0.000325 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221102;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:01.666234' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:45:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000512 Lock_time: 0.000352 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221103;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000793 Lock_time: 0.000337 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221103;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000243 Lock_time: 0.000064 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221103;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:02.665662' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:45:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000739 Lock_time: 0.000584 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221104;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000190 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221104;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:03.666346' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000315 Lock_time: 0.000192 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221104;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:03.666144' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:45:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000947 Lock_time: 0.000792 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221105;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:04.665548' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001418 Lock_time: 0.001316 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221105;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001667 Lock_time: 0.001198 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221105;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:45:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001276 Lock_time: 0.001078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221106;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001515 Lock_time: 0.001066 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221106;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001284 Lock_time: 0.001159 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221106;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:05.666251' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:45:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000647 Lock_time: 0.000288 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221107;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001203 Lock_time: 0.001047 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221107;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:06.665774' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001221 Lock_time: 0.001079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221107;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:06.665573' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:45:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12816 Schema: QC_hit: No
# Query_time: 0.000282 Lock_time: 0.000169 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221108;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12816 Schema: QC_hit: No
# Query_time: 0.000853 Lock_time: 0.000274 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221108;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000727 Lock_time: 0.000520 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221108;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:07.666332' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000745 Lock_time: 0.000502 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221108;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:07.666175' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.007290 Lock_time: 0.000988 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221108;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:45:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12817 Schema: QC_hit: No
# Query_time: 0.000282 Lock_time: 0.000160 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221109;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12817 Schema: QC_hit: No
# Query_time: 0.000216 Lock_time: 0.000160 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221109;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000264 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221109;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000204 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221109;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:08.665619' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001251 Lock_time: 0.000509 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221109;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:45:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000755 Lock_time: 0.000161 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221110;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000212 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221110;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:09.666167' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001218 Lock_time: 0.001104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221110;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:09.666169' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:45:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000262 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221111;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000550 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221111;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000461 Lock_time: 0.000256 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221111;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:10.665776' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000500 Lock_time: 0.000236 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221111;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:10.66615' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:45:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000399 Lock_time: 0.000151 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221112;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000264 Lock_time: 0.000143 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221112;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:11.666298' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000289 Lock_time: 0.000154 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221112;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:11.666437' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:45:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000479 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221113;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000280 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221113;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:12.665817' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000240 Lock_time: 0.000140 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221113;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:12.66568' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:45:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000299 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221114;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000579 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221114;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000225 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221114;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:13.666496' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:45:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000404 Lock_time: 0.000232 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221115;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:14.66591' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000513 Lock_time: 0.000310 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221115;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:14.666125' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001217 Lock_time: 0.001039 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221115;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:45:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000812 Lock_time: 0.000666 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221116;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:15.666803' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001663 Lock_time: 0.001475 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221116;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001816 Lock_time: 0.001418 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221116;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12819 Schema: QC_hit: No
# Query_time: 0.000268 Lock_time: 0.000170 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221116;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12819 Schema: QC_hit: No
# Query_time: 0.000239 Lock_time: 0.000179 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221116;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:45:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000319 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221117;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001354 Lock_time: 0.001173 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221117;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:16.665835' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001372 Lock_time: 0.001192 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221117;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:16.665833' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:45:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12821 Schema: QC_hit: No
# Query_time: 0.000223 Lock_time: 0.000141 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221118;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12821 Schema: QC_hit: No
# Query_time: 0.000377 Lock_time: 0.000285 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221118;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000735 Lock_time: 0.000505 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221118;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001053 Lock_time: 0.000919 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221118;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:17.666408' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000843 Lock_time: 0.000632 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221118;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:17.666425' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:45:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12822 Schema: QC_hit: No
# Query_time: 0.000255 Lock_time: 0.000153 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221119;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12822 Schema: QC_hit: No
# Query_time: 0.000178 Lock_time: 0.000129 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221119;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000205 Lock_time: 0.000062 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221119;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000216 Lock_time: 0.000049 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221119;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:18.66599' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000199 Lock_time: 0.000074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221119;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:18.665997' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:45:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000332 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221120;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000251 Lock_time: 0.000066 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221120;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:19.666509' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001028 Lock_time: 0.000914 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221120;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:19.666531' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:45:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000208 Lock_time: 0.000066 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221121;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000615 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221121;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000224 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221121;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:20.665835' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:45:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000776 Lock_time: 0.000635 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221122;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000195 Lock_time: 0.000076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221122;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:21.666538' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001089 Lock_time: 0.000609 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221122;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:45:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000278 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221123;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000202 Lock_time: 0.000062 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221123;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:22.666115' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000250 Lock_time: 0.000062 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221123;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:22.666066' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:45:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000882 Lock_time: 0.000687 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221124;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:23.665563' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001564 Lock_time: 0.001335 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221124;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001966 Lock_time: 0.001390 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221124;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:45:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000494 Lock_time: 0.000317 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221125;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:24.666103' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001078 Lock_time: 0.000865 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221125;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001317 Lock_time: 0.000891 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221125;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:45:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000347 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221126;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000227 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221126;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:25.665437' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000317 Lock_time: 0.000069 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221126;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:25.665462' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:45:27
# User@Host: so_user[so_user] @ [10.233.71.99]
# Thread_id: 12651 Schema: camundabpmn QC_hit: No
# Query_time: 0.000662 Lock_time: 0.000282 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 356
use camundabpmn;
SET timestamp=1623221127;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 06:45:27.533'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 06:45:27.533')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'c95c66ac-c8af-11eb-9d3f-0a01556420c8'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 06:45:27.533') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000271 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
use vid_openecomp_epsdk;
SET timestamp=1623221127;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000557 Lock_time: 0.000140 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221127;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000220 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221127;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:26.665925' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:45:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12825 Schema: QC_hit: No
# Query_time: 0.000186 Lock_time: 0.000105 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221128;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12825 Schema: QC_hit: No
# Query_time: 0.000140 Lock_time: 0.000096 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221128;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000299 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221128;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000258 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221128;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:27.666448' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000344 Lock_time: 0.000147 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221128;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:27.666441' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:45:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12826 Schema: QC_hit: No
# Query_time: 0.000203 Lock_time: 0.000122 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221129;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12826 Schema: QC_hit: No
# Query_time: 0.000190 Lock_time: 0.000144 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221129;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000382 Lock_time: 0.000228 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221129;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000185 Lock_time: 0.000072 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221129;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:28.66593' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000239 Lock_time: 0.000058 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221129;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:28.666' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:45:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000285 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221130;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000495 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221130;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000223 Lock_time: 0.000064 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221130;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:29.665503' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:45:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000297 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221131;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000206 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221131;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:30.666085' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000192 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221131;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:30.666049' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:45:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001523 Lock_time: 0.001323 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221132;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000845 Lock_time: 0.000634 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221132;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:31.66584' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000915 Lock_time: 0.000683 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221132;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:31.66563' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001798 Lock_time: 0.001347 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221132;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:45:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000552 Lock_time: 0.000371 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221133;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:32.66654' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001677 Lock_time: 0.001200 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221133;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000173 Lock_time: 0.000067 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221133;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:32.668871' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:45:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000313 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221134;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000228 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221134;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:33.665862' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000567 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221134;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:45:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000372 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221135;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000528 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221135;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000264 Lock_time: 0.000142 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221135;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:34.666349' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:45:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000320 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221136;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000322 Lock_time: 0.000165 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221136;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:35.665821' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000281 Lock_time: 0.000134 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221136;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:35.665888' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:45:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000494 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221137;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000214 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221137;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:36.666355' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000262 Lock_time: 0.000060 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221137;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:36.666384' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:45:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12829 Schema: QC_hit: No
# Query_time: 0.000206 Lock_time: 0.000122 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221138;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12829 Schema: QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000184 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221138;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000914 Lock_time: 0.000780 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221138;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:37.665735' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001668 Lock_time: 0.001521 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221138;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000996 Lock_time: 0.000757 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221138;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:37.665764' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001943 Lock_time: 0.001533 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221138;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:45:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12830 Schema: QC_hit: No
# Query_time: 0.000324 Lock_time: 0.000226 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221139;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12830 Schema: QC_hit: No
# Query_time: 0.000156 Lock_time: 0.000108 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221139;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000852 Lock_time: 0.000688 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221139;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:38.666291' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001493 Lock_time: 0.001329 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221139;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000838 Lock_time: 0.000635 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221139;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:38.666281' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:45:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000325 Lock_time: 0.000161 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221140;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000578 Lock_time: 0.000228 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221140;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000161 Lock_time: 0.000055 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221140;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:39.66578' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:45:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000658 Lock_time: 0.000500 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221141;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000753 Lock_time: 0.000414 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221141;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000250 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221141;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:40.666427' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:45:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000338 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221142;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000202 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221142;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:41.665683' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000252 Lock_time: 0.000065 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221142;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:41.66565' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:45:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000304 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221143;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000514 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221143;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000755 Lock_time: 0.000623 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221143;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:42.666166' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:45:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001259 Lock_time: 0.001074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221144;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000802 Lock_time: 0.000622 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221144;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:43.665555' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001774 Lock_time: 0.001292 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221144;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:45:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001394 Lock_time: 0.001210 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221145;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000797 Lock_time: 0.000618 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221145;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:44.666846' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001613 Lock_time: 0.001170 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221145;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:45:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000535 Lock_time: 0.000364 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221146;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000203 Lock_time: 0.000063 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221146;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:45.665794' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000253 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221146;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:45.665741' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12833 Schema: QC_hit: No
# Query_time: 0.000237 Lock_time: 0.000142 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221146;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12833 Schema: QC_hit: No
# Query_time: 0.000192 Lock_time: 0.000138 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221146;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:45:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000627 Lock_time: 0.000289 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221147;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000206 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221147;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:46.666589' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000259 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221147;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:46.666354' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:45:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12835 Schema: QC_hit: No
# Query_time: 0.000191 Lock_time: 0.000112 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221148;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12835 Schema: QC_hit: No
# Query_time: 0.000177 Lock_time: 0.000117 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221148;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000487 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221148;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000248 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221148;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:47.665792' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000301 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221148;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:47.665763' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:45:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12836 Schema: QC_hit: No
# Query_time: 0.000177 Lock_time: 0.000126 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221149;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12836 Schema: QC_hit: No
# Query_time: 0.000172 Lock_time: 0.000124 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221149;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000308 Lock_time: 0.000148 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221149;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000555 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221149;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000207 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221149;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:48.666251' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:45:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000360 Lock_time: 0.000150 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221150;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000376 Lock_time: 0.000130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221150;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:49.665512' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000396 Lock_time: 0.000143 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221150;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:49.665501' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:45:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000451 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221151;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000184 Lock_time: 0.000073 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221151;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:50.666173' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000170 Lock_time: 0.000062 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221151;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:50.666184' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000288 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221151;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:45:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001214 Lock_time: 0.001110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221152;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000686 Lock_time: 0.000506 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221152;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:51.665518' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000544 Lock_time: 0.000326 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221152;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:51.665495' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001647 Lock_time: 0.001295 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221152;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:45:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001393 Lock_time: 0.001245 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221153;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000869 Lock_time: 0.000722 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221153;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:52.665991' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000783 Lock_time: 0.000607 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221153;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:52.666079' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:45:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000216 Lock_time: 0.000061 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221154;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000514 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221154;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001286 Lock_time: 0.001135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221154;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:53.66579' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:45:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001134 Lock_time: 0.000961 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221155;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000390 Lock_time: 0.000215 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221155;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:54.666128' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001310 Lock_time: 0.000847 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221155;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:45:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000702 Lock_time: 0.000208 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221156;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001185 Lock_time: 0.000990 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221156;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:55.665509' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001206 Lock_time: 0.000973 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221156;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:55.665509' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:45:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000232 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221157;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001150 Lock_time: 0.001018 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221157;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:56.666162' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001161 Lock_time: 0.001014 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221157;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:56.666146' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:45:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12840 Schema: QC_hit: No
# Query_time: 0.000259 Lock_time: 0.000165 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221158;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12840 Schema: QC_hit: No
# Query_time: 0.000196 Lock_time: 0.000144 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221158;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000344 Lock_time: 0.000160 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221158;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000531 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221158;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000370 Lock_time: 0.000165 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221158;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:57.665773' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:45:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12841 Schema: QC_hit: No
# Query_time: 0.000255 Lock_time: 0.000159 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221159;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12841 Schema: QC_hit: No
# Query_time: 0.000164 Lock_time: 0.000117 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221159;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000441 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221159;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000257 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221159;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:58.666154' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001144 Lock_time: 0.000999 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221159;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:58.667909' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:46:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000227 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221160;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000177 Lock_time: 0.000060 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221160;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:45:59.665478' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000736 Lock_time: 0.000166 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221160;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:46:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000220 Lock_time: 0.000072 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221161;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000574 Lock_time: 0.000182 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221161;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000161 Lock_time: 0.000046 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221161;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:00.666043' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:46:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000419 Lock_time: 0.000274 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221162;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:01.665536' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000470 Lock_time: 0.000310 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221162;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:01.665524' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001273 Lock_time: 0.001121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221162;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:46:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000603 Lock_time: 0.000402 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221163;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:02.666208' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000669 Lock_time: 0.000455 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221163;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:02.666136' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001442 Lock_time: 0.001070 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221163;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:46:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000288 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221164;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000694 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221164;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002706 Lock_time: 0.002509 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221164;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:03.665762' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:46:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000308 Lock_time: 0.000134 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221165;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000733 Lock_time: 0.000133 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221165;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000270 Lock_time: 0.000137 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221165;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:04.666218' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:46:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000284 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221166;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000497 Lock_time: 0.000199 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221166;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:05.665527' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000251 Lock_time: 0.000144 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221166;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:05.665519' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:46:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000372 Lock_time: 0.000138 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221167;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000191 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221167;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:06.666129' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000709 Lock_time: 0.000166 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221167;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000326 Lock_time: 0.000147 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221167;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:06.666125' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:46:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12844 Schema: QC_hit: No
# Query_time: 0.000192 Lock_time: 0.000112 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221168;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12844 Schema: QC_hit: No
# Query_time: 0.000212 Lock_time: 0.000163 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221168;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001451 Lock_time: 0.001254 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221168;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000772 Lock_time: 0.000579 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221168;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:07.665441' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000409 Lock_time: 0.000202 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221168;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:07.665441' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:46:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12845 Schema: QC_hit: No
# Query_time: 0.000203 Lock_time: 0.000122 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221169;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12845 Schema: QC_hit: No
# Query_time: 0.000127 Lock_time: 0.000084 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221169;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001042 Lock_time: 0.000806 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221169;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:08.665989' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000797 Lock_time: 0.000477 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221169;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:08.665914' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002270 Lock_time: 0.001551 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221169;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:46:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000674 Lock_time: 0.000530 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221170;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:09.666386' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001369 Lock_time: 0.001209 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221170;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000656 Lock_time: 0.000483 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221170;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:09.666687' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:46:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000388 Lock_time: 0.000193 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221171;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001376 Lock_time: 0.001214 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221171;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:10.665874' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001449 Lock_time: 0.001265 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221171;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:10.666113' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:46:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000354 Lock_time: 0.000164 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221172;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000698 Lock_time: 0.000180 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221172;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001311 Lock_time: 0.001183 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221172;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:11.66662' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001346 Lock_time: 0.001209 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221172;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:11.666393' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:46:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000400 Lock_time: 0.000136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221173;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000700 Lock_time: 0.000149 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221173;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001802 Lock_time: 0.001664 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221173;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:12.665956' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:46:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000541 Lock_time: 0.000352 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221174;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000580 Lock_time: 0.000153 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221174;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001457 Lock_time: 0.001310 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221174;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:13.666446' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:46:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000343 Lock_time: 0.000161 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221175;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000798 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221175;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000748 Lock_time: 0.000573 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221175;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:14.66595' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:46:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000306 Lock_time: 0.000134 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221176;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000507 Lock_time: 0.000166 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221176;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000396 Lock_time: 0.000255 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221176;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:15.666764' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12848 Schema: QC_hit: No
# Query_time: 0.000232 Lock_time: 0.000137 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221176;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12848 Schema: QC_hit: No
# Query_time: 0.000247 Lock_time: 0.000164 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221176;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:46:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000218 Lock_time: 0.000072 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221177;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000183 Lock_time: 0.000068 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221177;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:16.665784' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000214 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221177;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:16.665783' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:46:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12850 Schema: QC_hit: No
# Query_time: 0.000248 Lock_time: 0.000168 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221178;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12850 Schema: QC_hit: No
# Query_time: 0.000217 Lock_time: 0.000155 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221178;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000278 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221178;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000335 Lock_time: 0.000137 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221178;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:17.666502' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000208 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221178;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:17.666297' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:46:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12851 Schema: QC_hit: No
# Query_time: 0.000207 Lock_time: 0.000122 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221179;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12851 Schema: QC_hit: No
# Query_time: 0.000135 Lock_time: 0.000087 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221179;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000297 Lock_time: 0.000146 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221179;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000270 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221179;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:18.665636' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000325 Lock_time: 0.000177 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221179;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:18.665636' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:46:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000181 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221180;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000252 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221180;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:19.666434' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000780 Lock_time: 0.000633 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221180;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:19.666219' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:46:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001006 Lock_time: 0.000830 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221181;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:20.665829' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001579 Lock_time: 0.001404 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221181;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001861 Lock_time: 0.001415 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221181;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:46:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001335 Lock_time: 0.001189 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221182;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000499 Lock_time: 0.000339 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221182;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:21.66623' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000796 Lock_time: 0.000601 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221182;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:21.666299' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:46:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000665 Lock_time: 0.000171 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221183;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000912 Lock_time: 0.000770 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221183;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001472 Lock_time: 0.001348 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221183;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:22.665591' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001475 Lock_time: 0.001349 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221183;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:22.665614' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:46:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000261 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221184;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000204 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221184;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:23.666337' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000293 Lock_time: 0.000060 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221184;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:23.666124' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:46:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001488 Lock_time: 0.001296 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221185;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:24.665553' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001033 Lock_time: 0.000835 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221185;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000204 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221185;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:24.66549' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000640 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221185;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:46:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000278 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221186;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000262 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221186;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:25.666379' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000641 Lock_time: 0.000076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221186;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:46:27
# User@Host: so_user[so_user] @ [10.233.71.99]
# Thread_id: 12651 Schema: camundabpmn QC_hit: No
# Query_time: 0.000724 Lock_time: 0.000305 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 356
use camundabpmn;
SET timestamp=1623221187;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 06:46:27.532'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 06:46:27.532')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'c95c66ac-c8af-11eb-9d3f-0a01556420c8'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 06:46:27.532') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001494 Lock_time: 0.001117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
use vid_openecomp_epsdk;
SET timestamp=1623221187;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001364 Lock_time: 0.001252 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221187;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:26.665572' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001673 Lock_time: 0.001532 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221187;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:26.665535' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:46:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12854 Schema: QC_hit: No
# Query_time: 0.000200 Lock_time: 0.000144 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221188;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12854 Schema: QC_hit: No
# Query_time: 0.000156 Lock_time: 0.000109 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221188;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001503 Lock_time: 0.001295 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221188;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001887 Lock_time: 0.001437 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221188;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001674 Lock_time: 0.001243 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221188;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:27.666062' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:46:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12855 Schema: QC_hit: No
# Query_time: 0.000190 Lock_time: 0.000108 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221189;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12855 Schema: QC_hit: No
# Query_time: 0.000124 Lock_time: 0.000078 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221189;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000282 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221189;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000460 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221189;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000200 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221189;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:28.665544' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:46:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000323 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221190;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000232 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221190;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:29.666096' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001009 Lock_time: 0.000616 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221190;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:46:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000309 Lock_time: 0.000138 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221191;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000261 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221191;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:30.665742' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000352 Lock_time: 0.000182 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221191;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:30.665558' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:46:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000262 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221192;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000241 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221192;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:31.666107' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000206 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221192;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:31.666068' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:46:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000633 Lock_time: 0.000437 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221193;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:32.665652' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001409 Lock_time: 0.001207 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221193;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001647 Lock_time: 0.001202 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221193;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:46:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001010 Lock_time: 0.000766 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221194;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:33.666123' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001731 Lock_time: 0.001458 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221194;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001898 Lock_time: 0.001480 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221194;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:46:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000267 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221195;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000270 Lock_time: 0.000155 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221195;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:34.665583' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001441 Lock_time: 0.001325 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221195;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:34.665538' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:46:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000506 Lock_time: 0.000301 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221196;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:35.666482' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000451 Lock_time: 0.000255 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221196;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:35.666416' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001387 Lock_time: 0.000976 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221196;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:46:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000319 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221197;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001504 Lock_time: 0.001355 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221197;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:36.665866' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001458 Lock_time: 0.001340 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221197;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:36.666091' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:46:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12858 Schema: QC_hit: No
# Query_time: 0.000254 Lock_time: 0.000137 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221198;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12858 Schema: QC_hit: No
# Query_time: 0.000259 Lock_time: 0.000202 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221198;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000591 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221198;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001130 Lock_time: 0.001012 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221198;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:37.666469' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001723 Lock_time: 0.001572 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221198;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:46:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12859 Schema: QC_hit: No
# Query_time: 0.000225 Lock_time: 0.000118 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221199;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12859 Schema: QC_hit: No
# Query_time: 0.000146 Lock_time: 0.000095 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221199;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000540 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221199;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000321 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221199;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:38.666069' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000480 Lock_time: 0.000231 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221199;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:38.665898' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:46:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000543 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221200;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000358 Lock_time: 0.000167 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221200;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:39.666645' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001181 Lock_time: 0.001072 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221200;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:46:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000340 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221201;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000232 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221201;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:40.665796' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000268 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221201;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:40.665954' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:46:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000601 Lock_time: 0.000146 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221202;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000253 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221202;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:41.666466' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000217 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221202;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:46:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000475 Lock_time: 0.000329 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221203;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000424 Lock_time: 0.000070 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221203;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:42.665903' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000564 Lock_time: 0.000300 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221203;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:42.665633' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:46:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000253 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221204;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000495 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221204;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000248 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221204;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:43.666186' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:46:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000574 Lock_time: 0.000419 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221205;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:44.66567' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001301 Lock_time: 0.001146 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221205;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000584 Lock_time: 0.000395 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221205;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:44.665582' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:46:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000291 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221206;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000250 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221206;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:45.666531' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001504 Lock_time: 0.001302 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221206;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:45.666504' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12861 Schema: QC_hit: No
# Query_time: 0.000230 Lock_time: 0.000161 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221206;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12861 Schema: QC_hit: No
# Query_time: 0.000167 Lock_time: 0.000118 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221206;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:46:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000996 Lock_time: 0.000791 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221207;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:46.665653' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001759 Lock_time: 0.001549 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221207;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002094 Lock_time: 0.001566 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221207;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:46:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12863 Schema: QC_hit: No
# Query_time: 0.000206 Lock_time: 0.000123 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221208;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12863 Schema: QC_hit: No
# Query_time: 0.000163 Lock_time: 0.000113 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221208;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000452 Lock_time: 0.000291 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221208;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:47.666084' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000285 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221208;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:47.666068' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001441 Lock_time: 0.001057 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221208;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:46:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12864 Schema: QC_hit: No
# Query_time: 0.000207 Lock_time: 0.000112 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221209;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12864 Schema: QC_hit: No
# Query_time: 0.000166 Lock_time: 0.000119 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221209;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000286 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221209;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000532 Lock_time: 0.000153 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221209;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001126 Lock_time: 0.001012 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221209;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:48.665592' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:46:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000361 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221210;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000497 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221210;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001435 Lock_time: 0.001297 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221210;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:49.666532' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:46:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000314 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221211;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:50.66564' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000174 Lock_time: 0.000058 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221211;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:50.66566' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000244 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221211;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:46:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000599 Lock_time: 0.000148 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221212;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000287 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221212;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:51.666172' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000289 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221212;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:51.666159' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:46:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000579 Lock_time: 0.000391 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221213;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000247 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221213;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:52.665568' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000246 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221213;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:52.665534' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:46:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000552 Lock_time: 0.000169 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221214;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000205 Lock_time: 0.000073 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221214;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:53.666514' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000740 Lock_time: 0.000222 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221214;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:53.666484' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:46:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001110 Lock_time: 0.000888 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221215;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:54.665924' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001193 Lock_time: 0.000930 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221215;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:54.665927' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002042 Lock_time: 0.001647 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221215;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:46:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000389 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221216;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000785 Lock_time: 0.000168 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221216;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001657 Lock_time: 0.001521 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221216;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:55.665448' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001697 Lock_time: 0.001502 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221216;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:55.66546' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:46:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000296 Lock_time: 0.000147 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221217;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001355 Lock_time: 0.001193 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221217;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:56.665953' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001327 Lock_time: 0.001190 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221217;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:56.666022' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:46:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12868 Schema: QC_hit: No
# Query_time: 0.000221 Lock_time: 0.000126 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221218;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12868 Schema: QC_hit: No
# Query_time: 0.000124 Lock_time: 0.000080 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221218;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000601 Lock_time: 0.000316 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221218;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000791 Lock_time: 0.000332 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221218;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000194 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221218;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:57.665421' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:46:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12869 Schema: QC_hit: No
# Query_time: 0.000196 Lock_time: 0.000103 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221219;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12869 Schema: QC_hit: No
# Query_time: 0.000141 Lock_time: 0.000097 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221219;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000576 Lock_time: 0.000277 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221219;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000714 Lock_time: 0.000338 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221219;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000301 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221219;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:58.665967' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:47:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000282 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221220;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000181 Lock_time: 0.000073 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221220;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:59.666465' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000326 Lock_time: 0.000175 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221220;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:46:59.666466' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:47:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000724 Lock_time: 0.000308 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221221;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000303 Lock_time: 0.000183 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221221;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:00.666097' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000289 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221221;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:00.665927' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:47:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001309 Lock_time: 0.001121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221222;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000667 Lock_time: 0.000482 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221222;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:01.665482' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001730 Lock_time: 0.001113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221222;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:47:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001484 Lock_time: 0.001300 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221223;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000785 Lock_time: 0.000609 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221223;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:02.666251' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000952 Lock_time: 0.000722 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221223;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:02.666072' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:47:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000271 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221224;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000523 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221224;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001404 Lock_time: 0.001250 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221224;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:03.665604' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001477 Lock_time: 0.001312 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221224;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:03.665515' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:47:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001278 Lock_time: 0.000196 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221225;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001921 Lock_time: 0.001341 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221225;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001707 Lock_time: 0.001571 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221225;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:04.666228' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001772 Lock_time: 0.001574 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221225;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:04.666183' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:47:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000811 Lock_time: 0.000625 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221226;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000441 Lock_time: 0.000259 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221226;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:05.66576' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000522 Lock_time: 0.000407 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221226;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:05.665735' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:47:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000338 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221227;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000532 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221227;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000382 Lock_time: 0.000204 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221227;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:06.666306' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:47:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12872 Schema: QC_hit: No
# Query_time: 0.000224 Lock_time: 0.000123 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221228;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12872 Schema: QC_hit: No
# Query_time: 0.000247 Lock_time: 0.000169 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221228;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000411 Lock_time: 0.000243 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221228;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000189 Lock_time: 0.000076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221228;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:07.66573' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000286 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221228;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:07.665743' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:47:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12873 Schema: QC_hit: No
# Query_time: 0.000280 Lock_time: 0.000147 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221229;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12873 Schema: QC_hit: No
# Query_time: 0.000148 Lock_time: 0.000097 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221229;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000515 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221229;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001363 Lock_time: 0.001251 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221229;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:08.666406' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001391 Lock_time: 0.000059 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221229;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:08.66643' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:47:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001488 Lock_time: 0.001122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221230;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001130 Lock_time: 0.000965 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221230;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:09.665999' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002076 Lock_time: 0.001673 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221230;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:47:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000571 Lock_time: 0.000159 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221231;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001366 Lock_time: 0.001236 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221231;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:10.665797' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000217 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221231;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:10.667612' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:47:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001518 Lock_time: 0.001190 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221232;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001538 Lock_time: 0.001020 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221232;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000437 Lock_time: 0.000322 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221232;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:11.666947' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:47:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000511 Lock_time: 0.000311 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221233;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000966 Lock_time: 0.000845 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221233;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:12.666423' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000329 Lock_time: 0.000142 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221233;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:12.666603' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:47:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000601 Lock_time: 0.000134 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221234;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000342 Lock_time: 0.000185 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221234;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:13.665872' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001398 Lock_time: 0.001279 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221234;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:13.665862' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:47:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000262 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221235;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000481 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221235;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000341 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221235;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:14.665992' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:47:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000923 Lock_time: 0.000185 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221236;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000207 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221236;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:15.666173' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000279 Lock_time: 0.000073 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221236;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:15.666157' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12875 Schema: QC_hit: No
# Query_time: 0.000193 Lock_time: 0.000112 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221236;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12875 Schema: QC_hit: No
# Query_time: 0.000177 Lock_time: 0.000130 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221236;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:47:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000286 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221237;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000687 Lock_time: 0.000151 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221237;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000215 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221237;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:16.665703' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000253 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221237;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:16.66573' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:47:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12877 Schema: QC_hit: No
# Query_time: 0.000194 Lock_time: 0.000114 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221238;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12877 Schema: QC_hit: No
# Query_time: 0.000189 Lock_time: 0.000139 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221238;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000553 Lock_time: 0.000356 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221238;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000745 Lock_time: 0.000346 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221238;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000389 Lock_time: 0.000181 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221238;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:17.666493' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000414 Lock_time: 0.000136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221238;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:17.666432' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:47:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12878 Schema: QC_hit: No
# Query_time: 0.000214 Lock_time: 0.000134 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221239;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12878 Schema: QC_hit: No
# Query_time: 0.000172 Lock_time: 0.000123 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221239;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000297 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221239;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000489 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221239;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000215 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221239;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:18.665785' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:47:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000573 Lock_time: 0.000138 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221240;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000237 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221240;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:19.665744' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001419 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221240;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:19.668389' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:47:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000271 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221241;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000715 Lock_time: 0.000164 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221241;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000236 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221241;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:20.665736' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:47:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000302 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221242;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000639 Lock_time: 0.000210 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221242;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000264 Lock_time: 0.000137 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221242;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:21.666355' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000292 Lock_time: 0.000136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221242;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:21.666438' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:47:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001260 Lock_time: 0.001091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221243;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000603 Lock_time: 0.000379 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221243;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:22.665807' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001505 Lock_time: 0.001096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221243;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:47:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001117 Lock_time: 0.000933 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221244;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:23.666392' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001730 Lock_time: 0.001535 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221244;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002183 Lock_time: 0.001589 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221244;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:47:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000241 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221245;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001562 Lock_time: 0.001382 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221245;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:24.665842' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001528 Lock_time: 0.001356 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221245;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:24.665815' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:47:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000634 Lock_time: 0.000248 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221246;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001258 Lock_time: 0.001106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221246;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001312 Lock_time: 0.001122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221246;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:25.666423' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:47:27
# User@Host: so_user[so_user] @ [10.233.71.99]
# Thread_id: 12651 Schema: camundabpmn QC_hit: No
# Query_time: 0.000891 Lock_time: 0.000362 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 356
use camundabpmn;
SET timestamp=1623221247;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 06:47:27.534'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 06:47:27.534')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'c95c66ac-c8af-11eb-9d3f-0a01556420c8'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 06:47:27.534') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000507 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
use vid_openecomp_epsdk;
SET timestamp=1623221247;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000209 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221247;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:26.665762' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000251 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221247;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:26.665649' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:47:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12882 Schema: QC_hit: No
# Query_time: 0.000232 Lock_time: 0.000147 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221248;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12882 Schema: QC_hit: No
# Query_time: 0.000169 Lock_time: 0.000118 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221248;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000286 Lock_time: 0.000138 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221248;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000655 Lock_time: 0.000166 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221248;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000283 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221248;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:27.666315' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000293 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221248;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:27.666211' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:47:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12883 Schema: QC_hit: No
# Query_time: 0.000199 Lock_time: 0.000118 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221249;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12883 Schema: QC_hit: No
# Query_time: 0.000173 Lock_time: 0.000107 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221249;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000330 Lock_time: 0.000131 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221249;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000536 Lock_time: 0.000146 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221249;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000227 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221249;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:28.665546' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:47:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000302 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221250;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000208 Lock_time: 0.000074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221250;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:29.666134' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000207 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221250;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:29.666252' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:47:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000618 Lock_time: 0.000413 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221251;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:30.665614' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000600 Lock_time: 0.000379 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221251;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:30.665615' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001468 Lock_time: 0.001022 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221251;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:47:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001065 Lock_time: 0.000872 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221252;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000373 Lock_time: 0.000179 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221252;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:31.666275' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000359 Lock_time: 0.000182 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221252;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:31.666365' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:47:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001478 Lock_time: 0.001246 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221253;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:32.66591' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001293 Lock_time: 0.001067 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221253;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:32.665777' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001416 Lock_time: 0.001002 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221253;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:47:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000285 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221254;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000639 Lock_time: 0.000130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221254;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001486 Lock_time: 0.001349 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221254;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:33.666394' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:47:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000327 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221255;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000622 Lock_time: 0.000153 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221255;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000218 Lock_time: 0.000066 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221255;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:34.665796' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:47:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000650 Lock_time: 0.000542 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221256;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000278 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221256;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:35.666174' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000378 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221256;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:35.666209' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:47:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000553 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221257;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000293 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221257;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:36.665644' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000490 Lock_time: 0.000325 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221257;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:36.665525' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:47:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12886 Schema: QC_hit: No
# Query_time: 0.000353 Lock_time: 0.000202 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221258;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12886 Schema: QC_hit: No
# Query_time: 0.000192 Lock_time: 0.000126 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221258;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000537 Lock_time: 0.000260 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221258;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000270 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221258;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:37.666261' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000326 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221258;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:37.666192' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:47:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12887 Schema: QC_hit: No
# Query_time: 0.000618 Lock_time: 0.000536 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221259;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12887 Schema: QC_hit: No
# Query_time: 0.000212 Lock_time: 0.000148 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221259;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001421 Lock_time: 0.001273 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221259;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000653 Lock_time: 0.000493 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221259;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:38.665668' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001256 Lock_time: 0.000921 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221259;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:47:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000743 Lock_time: 0.000570 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221260;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:39.66626' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001241 Lock_time: 0.001049 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221260;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000770 Lock_time: 0.000342 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221260;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:39.666235' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:47:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000591 Lock_time: 0.000163 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221261;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000425 Lock_time: 0.000279 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221261;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:40.665934' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001527 Lock_time: 0.001370 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221261;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:40.66569' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:47:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000624 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221262;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001212 Lock_time: 0.001031 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221262;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001328 Lock_time: 0.001223 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221262;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:41.666226' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:47:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000585 Lock_time: 0.000162 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221263;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001324 Lock_time: 0.001190 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221263;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:42.665813' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001600 Lock_time: 0.001482 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221263;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:42.66567' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:47:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000348 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221264;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000451 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221264;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001216 Lock_time: 0.001086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221264;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:43.666111' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:47:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000239 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221265;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000214 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221265;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:44.665789' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000247 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221265;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:44.665773' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:47:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000253 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221266;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000369 Lock_time: 0.000164 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221266;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:45.666104' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000489 Lock_time: 0.000204 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221266;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:45.666045' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12889 Schema: QC_hit: No
# Query_time: 0.000281 Lock_time: 0.000189 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221266;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12889 Schema: QC_hit: No
# Query_time: 0.000232 Lock_time: 0.000168 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221266;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:47:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000491 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221267;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000249 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221267;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:46.665668' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000377 Lock_time: 0.000243 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221267;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:46.665661' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:47:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12891 Schema: QC_hit: No
# Query_time: 0.000223 Lock_time: 0.000117 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221268;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12891 Schema: QC_hit: No
# Query_time: 0.000210 Lock_time: 0.000149 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221268;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000511 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221268;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000185 Lock_time: 0.000061 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221268;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:47.666474' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000301 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221268;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:47.666376' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:47:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12892 Schema: QC_hit: No
# Query_time: 0.000219 Lock_time: 0.000137 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221269;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12892 Schema: QC_hit: No
# Query_time: 0.000162 Lock_time: 0.000115 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221269;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000296 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221269;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000261 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221269;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:48.666708' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000190 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221269;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:48.665754' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:47:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000232 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221270;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000585 Lock_time: 0.000165 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221270;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000251 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221270;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:49.666386' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:47:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000974 Lock_time: 0.000854 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221271;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:50.665977' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000989 Lock_time: 0.000843 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221271;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:50.665785' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001852 Lock_time: 0.001399 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221271;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:47:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001680 Lock_time: 0.001208 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221272;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000197 Lock_time: 0.000062 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221272;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:51.668233' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000214 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221272;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:51.668067' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:47:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000260 Lock_time: 0.000074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221273;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000579 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221273;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000218 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221273;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:52.668873' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:47:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000554 Lock_time: 0.000182 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221274;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000192 Lock_time: 0.000074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221274;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:53.665517' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000245 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221274;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:53.665695' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:47:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000260 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221275;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000626 Lock_time: 0.000137 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221275;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000172 Lock_time: 0.000063 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221275;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:54.66637' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:47:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000746 Lock_time: 0.000359 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221276;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000254 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221276;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:55.665672' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000225 Lock_time: 0.000061 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221276;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:55.665758' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:47:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000259 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221277;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000499 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221277;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000181 Lock_time: 0.000068 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221277;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:56.666114' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:47:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12895 Schema: QC_hit: No
# Query_time: 0.000197 Lock_time: 0.000116 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221278;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12895 Schema: QC_hit: No
# Query_time: 0.000160 Lock_time: 0.000111 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221278;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001333 Lock_time: 0.001139 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221278;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000493 Lock_time: 0.000324 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221278;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:57.665666' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000558 Lock_time: 0.000334 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221278;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:57.665512' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:47:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12896 Schema: QC_hit: No
# Query_time: 0.000194 Lock_time: 0.000112 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221279;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12896 Schema: QC_hit: No
# Query_time: 0.000145 Lock_time: 0.000098 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221279;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001238 Lock_time: 0.001060 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221279;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000574 Lock_time: 0.000373 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221279;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:58.666169' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000219 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221279;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:58.666113' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:48:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000285 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221280;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001715 Lock_time: 0.001574 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221280;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:47:59.665847' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001614 Lock_time: 0.001136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221280;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:48:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000503 Lock_time: 0.000331 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221281;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:00.666163' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001370 Lock_time: 0.001183 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221281;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000741 Lock_time: 0.000472 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221281;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:00.666173' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:48:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000487 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221282;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000637 Lock_time: 0.000533 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221282;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001449 Lock_time: 0.001281 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221282;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:01.665507' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001471 Lock_time: 0.001281 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221282;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:01.665599' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:48:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000295 Lock_time: 0.000130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221283;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000546 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221283;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001383 Lock_time: 0.001231 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221283;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:02.666234' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:48:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000253 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221284;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000513 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221284;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000269 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221284;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:03.665701' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:48:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000296 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221285;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000727 Lock_time: 0.000162 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221285;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000207 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221285;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:04.666222' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:48:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000475 Lock_time: 0.000285 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221286;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000254 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221286;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:05.666407' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000253 Lock_time: 0.000069 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221286;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:05.666387' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:48:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000689 Lock_time: 0.000180 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221287;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000318 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221287;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:06.66612' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000324 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221287;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:06.665806' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:48:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12899 Schema: QC_hit: No
# Query_time: 0.000222 Lock_time: 0.000126 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221288;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12899 Schema: QC_hit: No
# Query_time: 0.000381 Lock_time: 0.000227 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221288;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000255 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221288;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000454 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221288;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000718 Lock_time: 0.000556 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221288;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:07.666237' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:48:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12900 Schema: QC_hit: No
# Query_time: 0.000272 Lock_time: 0.000140 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221289;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12900 Schema: QC_hit: No
# Query_time: 0.000198 Lock_time: 0.000135 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221289;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000749 Lock_time: 0.000528 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221289;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:08.665743' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000636 Lock_time: 0.000411 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221289;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:08.665594' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001400 Lock_time: 0.001184 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221289;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:48:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001652 Lock_time: 0.001484 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221290;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001049 Lock_time: 0.000867 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221290;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:09.666156' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001079 Lock_time: 0.000830 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221290;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:09.666129' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002027 Lock_time: 0.001548 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221290;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:48:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000247 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221291;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000193 Lock_time: 0.000072 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221291;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:10.665555' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000178 Lock_time: 0.000073 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221291;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:10.665582' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:48:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000396 Lock_time: 0.000147 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221292;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:11.667636' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001311 Lock_time: 0.000913 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221292;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000228 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221292;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:11.66776' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:48:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000345 Lock_time: 0.000146 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221293;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001231 Lock_time: 0.001112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221293;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:12.666968' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001249 Lock_time: 0.001133 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221293;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:12.66713' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:48:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000285 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221294;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000211 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221294;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:13.666683' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000303 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221294;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:13.666401' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:48:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000241 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221295;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000602 Lock_time: 0.000145 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221295;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000179 Lock_time: 0.000069 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221295;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:14.666027' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:48:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000586 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221296;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000382 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221296;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:15.665668' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000400 Lock_time: 0.000134 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221296;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:15.665667' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12902 Schema: QC_hit: No
# Query_time: 0.000238 Lock_time: 0.000119 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221296;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12902 Schema: QC_hit: No
# Query_time: 0.000165 Lock_time: 0.000117 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221296;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:48:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000563 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221297;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000320 Lock_time: 0.000181 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221297;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:16.666163' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000372 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221297;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:16.666239' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:48:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12904 Schema: QC_hit: No
# Query_time: 0.000194 Lock_time: 0.000115 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221298;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12904 Schema: QC_hit: No
# Query_time: 0.000155 Lock_time: 0.000101 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221298;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000657 Lock_time: 0.000471 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221298;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:17.665794' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001160 Lock_time: 0.000965 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221298;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001571 Lock_time: 0.001188 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221298;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:48:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12905 Schema: QC_hit: No
# Query_time: 0.000218 Lock_time: 0.000137 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221299;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12905 Schema: QC_hit: No
# Query_time: 0.000162 Lock_time: 0.000116 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221299;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001952 Lock_time: 0.001734 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221299;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001200 Lock_time: 0.000981 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221299;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:18.666414' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001260 Lock_time: 0.001023 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221299;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:18.666416' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:48:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000381 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221300;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000575 Lock_time: 0.000130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221300;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002205 Lock_time: 0.001950 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221300;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:19.665782' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002063 Lock_time: 0.001815 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221300;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:19.66597' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:48:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000234 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221301;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001156 Lock_time: 0.001043 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221301;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:20.666315' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001111 Lock_time: 0.000942 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221301;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:20.666311' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:48:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000276 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221302;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000455 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221302;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000235 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221302;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:21.66564' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:48:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000290 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221303;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000234 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221303;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:22.666129' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000360 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221303;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:22.666146' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:48:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000742 Lock_time: 0.000344 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221304;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000273 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221304;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:23.665786' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000244 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221304;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:23.665497' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:48:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000270 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221305;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000452 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221305;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000228 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221305;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:24.666026' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:48:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001467 Lock_time: 0.001285 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221306;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000621 Lock_time: 0.000311 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221306;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:25.66567' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001724 Lock_time: 0.001333 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221306;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:48:27
# User@Host: so_user[so_user] @ [10.233.71.99]
# Thread_id: 12651 Schema: camundabpmn QC_hit: No
# Query_time: 0.000841 Lock_time: 0.000369 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 356
use camundabpmn;
SET timestamp=1623221307;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 06:48:27.534'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 06:48:27.534')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'c95c66ac-c8af-11eb-9d3f-0a01556420c8'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 06:48:27.534') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000391 Lock_time: 0.000235 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
use vid_openecomp_epsdk;
SET timestamp=1623221307;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:26.666151' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000428 Lock_time: 0.000266 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221307;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:26.666215' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001331 Lock_time: 0.000913 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221307;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:48:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12908 Schema: QC_hit: No
# Query_time: 0.000224 Lock_time: 0.000141 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221308;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12908 Schema: QC_hit: No
# Query_time: 0.000246 Lock_time: 0.000177 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221308;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000290 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221308;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000427 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221308;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001501 Lock_time: 0.001339 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221308;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:27.665563' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:48:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12909 Schema: QC_hit: No
# Query_time: 0.000232 Lock_time: 0.000133 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221309;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12909 Schema: QC_hit: No
# Query_time: 0.000147 Lock_time: 0.000098 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221309;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000275 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221309;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000720 Lock_time: 0.000144 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221309;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001371 Lock_time: 0.001254 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221309;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:28.666021' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:48:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000532 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221310;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000283 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221310;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:29.665548' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000357 Lock_time: 0.000249 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221310;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:29.665494' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:48:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000680 Lock_time: 0.000149 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221311;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000275 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221311;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:30.666057' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000278 Lock_time: 0.000066 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221311;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:30.666057' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:48:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000306 Lock_time: 0.000145 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221312;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:31.665512' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000334 Lock_time: 0.000156 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221312;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:31.665542' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001063 Lock_time: 0.000183 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221312;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:48:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000297 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221313;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000784 Lock_time: 0.000140 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221313;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000268 Lock_time: 0.000153 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221313;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:32.666051' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000423 Lock_time: 0.000159 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221313;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:32.666034' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:48:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000288 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221314;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000520 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221314;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000200 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221314;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:33.665618' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000320 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221314;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:33.665569' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:48:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000326 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221315;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000554 Lock_time: 0.000152 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221315;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000227 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221315;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:34.665911' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000351 Lock_time: 0.000176 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221315;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:34.665928' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:48:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000301 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221316;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000185 Lock_time: 0.000067 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221316;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:35.666518' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000243 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221316;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:35.666552' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:48:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000879 Lock_time: 0.000700 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221317;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:36.666055' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000911 Lock_time: 0.000730 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221317;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:36.66603' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001629 Lock_time: 0.001378 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221317;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001783 Lock_time: 0.001376 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221317;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:48:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12912 Schema: QC_hit: No
# Query_time: 0.000390 Lock_time: 0.000252 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221318;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12912 Schema: QC_hit: No
# Query_time: 0.000197 Lock_time: 0.000132 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221318;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000287 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221318;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000637 Lock_time: 0.000180 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221318;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001649 Lock_time: 0.001441 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221318;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:37.665977' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:48:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12913 Schema: QC_hit: No
# Query_time: 0.000210 Lock_time: 0.000128 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221319;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12913 Schema: QC_hit: No
# Query_time: 0.000147 Lock_time: 0.000086 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221319;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000311 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221319;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000524 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221319;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001045 Lock_time: 0.000887 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221319;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:38.66677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000233 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221319;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:38.66918' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:48:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000443 Lock_time: 0.000153 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221320;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000798 Lock_time: 0.000165 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221320;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000332 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221320;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:39.666036' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:48:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000309 Lock_time: 0.000153 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221321;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000544 Lock_time: 0.000134 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221321;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000207 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221321;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:40.666662' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:48:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000286 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221322;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:41.665861' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000265 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221322;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:41.666055' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001016 Lock_time: 0.000172 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221322;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:48:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000283 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221323;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000517 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221323;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000199 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221323;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:42.66636' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:48:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001307 Lock_time: 0.001121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221324;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000671 Lock_time: 0.000463 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221324;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:43.665972' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001518 Lock_time: 0.001135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221324;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:48:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001467 Lock_time: 0.001284 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221325;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000879 Lock_time: 0.000712 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221325;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:44.666348' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001700 Lock_time: 0.001333 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221325;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:48:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000804 Lock_time: 0.000182 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221326;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001198 Lock_time: 0.001078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221326;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:45.665743' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001210 Lock_time: 0.001078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221326;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:45.665745' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12915 Schema: QC_hit: No
# Query_time: 0.000228 Lock_time: 0.000131 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221326;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12915 Schema: QC_hit: No
# Query_time: 0.000146 Lock_time: 0.000096 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221326;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:48:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000630 Lock_time: 0.000237 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221327;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000287 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221327;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001077 Lock_time: 0.000964 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221327;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:46.666265' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:48:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12917 Schema: QC_hit: No
# Query_time: 0.000246 Lock_time: 0.000143 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221328;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12917 Schema: QC_hit: No
# Query_time: 0.000215 Lock_time: 0.000150 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221328;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000805 Lock_time: 0.000208 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221328;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001240 Lock_time: 0.001086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221328;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:47.665699' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001249 Lock_time: 0.001081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221328;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:47.665658' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:48:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12918 Schema: QC_hit: No
# Query_time: 0.000227 Lock_time: 0.000147 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221329;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12918 Schema: QC_hit: No
# Query_time: 0.000147 Lock_time: 0.000102 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221329;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000274 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221329;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000467 Lock_time: 0.000131 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221329;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000201 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221329;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:48.666098' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:48:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000507 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221330;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000323 Lock_time: 0.000194 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221330;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:49.665707' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000401 Lock_time: 0.000225 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221330;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:49.665692' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:48:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000511 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221331;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000231 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221331;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:50.66978' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000192 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221331;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:48:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000286 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221332;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:51.669588' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000199 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221332;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000188 Lock_time: 0.000074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221332;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:51.66965' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:48:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000471 Lock_time: 0.000323 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221333;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000190 Lock_time: 0.000072 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221333;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:52.666011' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000285 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221333;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:52.66604' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:48:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000309 Lock_time: 0.000134 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221334;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000572 Lock_time: 0.000169 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221334;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000189 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221334;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:53.665488' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:48:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000239 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221335;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000197 Lock_time: 0.000070 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221335;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:54.666021' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000198 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221335;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:54.665976' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:48:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001290 Lock_time: 0.001144 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221336;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000582 Lock_time: 0.000430 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221336;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:55.665553' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001523 Lock_time: 0.001152 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221336;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:48:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000407 Lock_time: 0.000252 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221337;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:56.66606' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001061 Lock_time: 0.000908 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221337;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001364 Lock_time: 0.000941 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221337;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:48:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12922 Schema: QC_hit: No
# Query_time: 0.000207 Lock_time: 0.000125 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221338;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12922 Schema: QC_hit: No
# Query_time: 0.000126 Lock_time: 0.000083 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221338;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000362 Lock_time: 0.000194 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221338;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000587 Lock_time: 0.000144 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221338;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001366 Lock_time: 0.001207 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221338;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:57.665538' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:48:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12923 Schema: QC_hit: No
# Query_time: 0.000218 Lock_time: 0.000133 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221339;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12923 Schema: QC_hit: No
# Query_time: 0.000142 Lock_time: 0.000096 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221339;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000264 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221339;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:58.66611' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.004583 Lock_time: 0.004445 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221339;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:58.666052' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000461 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221339;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:49:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000493 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221340;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000235 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221340;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:59.665564' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000272 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221340;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:48:59.665539' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:49:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000326 Lock_time: 0.000142 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221341;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000551 Lock_time: 0.000152 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221341;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000239 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221341;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:00.66608' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:49:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221342;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000489 Lock_time: 0.000361 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221342;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:01.665887' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000504 Lock_time: 0.000337 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221342;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:01.665684' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:49:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000551 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221343;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221343;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:02.666281' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000269 Lock_time: 0.000073 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221343;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:02.666147' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:49:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000280 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221344;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000235 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221344;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:03.665457' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000237 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221344;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:03.665599' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:49:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000497 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221345;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000231 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221345;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:04.665994' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000267 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221345;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:04.666004' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:49:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.004104 Lock_time: 0.003907 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221346;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000958 Lock_time: 0.000563 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221346;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001001 Lock_time: 0.000783 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221346;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:05.666493' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:49:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001419 Lock_time: 0.001276 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221347;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000745 Lock_time: 0.000613 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221347;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:06.66598' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000722 Lock_time: 0.000572 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221347;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:06.666001' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001635 Lock_time: 0.001274 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221347;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:49:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12926 Schema: QC_hit: No
# Query_time: 0.000219 Lock_time: 0.000124 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221348;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12926 Schema: QC_hit: No
# Query_time: 0.000166 Lock_time: 0.000118 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221348;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000254 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221348;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000471 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221348;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001239 Lock_time: 0.001050 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221348;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:07.665653' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:49:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12927 Schema: QC_hit: No
# Query_time: 0.000230 Lock_time: 0.000148 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221349;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12927 Schema: QC_hit: No
# Query_time: 0.000175 Lock_time: 0.000128 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221349;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000278 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221349;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000665 Lock_time: 0.000145 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221349;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001305 Lock_time: 0.001140 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221349;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:08.666075' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:49:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000372 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221350;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000584 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221350;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000197 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221350;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:09.66563' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:49:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000412 Lock_time: 0.000265 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221351;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000621 Lock_time: 0.000283 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221351;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000177 Lock_time: 0.000064 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221351;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:10.666107' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:49:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000244 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221352;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000492 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221352;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000182 Lock_time: 0.000067 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221352;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:11.665688' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:49:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000469 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221353;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000236 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221353;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:12.666457' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000239 Lock_time: 0.000065 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221353;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:12.66648' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:49:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001403 Lock_time: 0.001220 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221354;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000763 Lock_time: 0.000582 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221354;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:13.666031' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001715 Lock_time: 0.001312 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221354;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000205 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221354;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:13.665853' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:49:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000633 Lock_time: 0.000431 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221355;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:14.666478' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001282 Lock_time: 0.001072 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221355;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001487 Lock_time: 0.001072 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221355;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:49:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000289 Lock_time: 0.000131 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221356;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000224 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221356;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:15.665868' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000246 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221356;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:15.665877' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12929 Schema: QC_hit: No
# Query_time: 0.000241 Lock_time: 0.000148 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221356;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12929 Schema: QC_hit: No
# Query_time: 0.000234 Lock_time: 0.000165 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221356;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:49:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000324 Lock_time: 0.000183 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221357;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000542 Lock_time: 0.000238 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221357;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000217 Lock_time: 0.000067 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221357;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:16.666436' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:49:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12931 Schema: QC_hit: No
# Query_time: 0.000228 Lock_time: 0.000133 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221358;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12931 Schema: QC_hit: No
# Query_time: 0.000181 Lock_time: 0.000130 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221358;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000614 Lock_time: 0.000138 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221358;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000466 Lock_time: 0.000305 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221358;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:17.665969' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000843 Lock_time: 0.000675 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221358;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:17.66573' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:49:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12932 Schema: QC_hit: No
# Query_time: 0.000323 Lock_time: 0.000178 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221359;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12932 Schema: QC_hit: No
# Query_time: 0.000199 Lock_time: 0.000129 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221359;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000682 Lock_time: 0.000478 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221359;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000189 Lock_time: 0.000067 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221359;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:18.666309' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000631 Lock_time: 0.000265 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221359;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:49:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000988 Lock_time: 0.000779 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221360;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:19.665812' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000953 Lock_time: 0.000754 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221360;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:19.665667' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001610 Lock_time: 0.001400 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221360;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:49:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000402 Lock_time: 0.000150 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221361;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:20.666326' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001432 Lock_time: 0.001200 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221361;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000287 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221361;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:20.666491' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002036 Lock_time: 0.001197 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221361;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:49:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000293 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221362;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000612 Lock_time: 0.000482 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221362;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:21.665754' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000643 Lock_time: 0.000424 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221362;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:21.665859' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:49:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000253 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221363;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000589 Lock_time: 0.000144 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221363;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000222 Lock_time: 0.000074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221363;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:22.666394' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:49:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000590 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221364;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000246 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221364;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:23.665631' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000270 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221364;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:23.665677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:49:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000506 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221365;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000221 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221365;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:24.6661' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000202 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221365;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:24.666122' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:49:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000652 Lock_time: 0.000497 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221366;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:25.665575' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001324 Lock_time: 0.001106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221366;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000592 Lock_time: 0.000433 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221366;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:25.6656' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001518 Lock_time: 0.001101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221366;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:49:27
# User@Host: so_user[so_user] @ [10.233.71.99]
# Thread_id: 12651 Schema: camundabpmn QC_hit: No
# Query_time: 0.000700 Lock_time: 0.000271 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 356
use camundabpmn;
SET timestamp=1623221367;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 06:49:27.533'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 06:49:27.533')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'c95c66ac-c8af-11eb-9d3f-0a01556420c8'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 06:49:27.533') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000592 Lock_time: 0.000426 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
use vid_openecomp_epsdk;
SET timestamp=1623221367;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:26.66609' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000598 Lock_time: 0.000390 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221367;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:26.666092' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001464 Lock_time: 0.001064 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221367;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:49:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12935 Schema: QC_hit: No
# Query_time: 0.000198 Lock_time: 0.000116 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221368;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12935 Schema: QC_hit: No
# Query_time: 0.000181 Lock_time: 0.000132 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221368;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000330 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221368;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000598 Lock_time: 0.000141 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221368;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001335 Lock_time: 0.001214 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221368;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:27.665607' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001352 Lock_time: 0.001201 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221368;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:27.665583' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:49:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12936 Schema: QC_hit: No
# Query_time: 0.000198 Lock_time: 0.000117 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221369;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12936 Schema: QC_hit: No
# Query_time: 0.000175 Lock_time: 0.000120 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221369;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000683 Lock_time: 0.000170 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221369;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001422 Lock_time: 0.001261 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221369;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:28.666138' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001458 Lock_time: 0.001295 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221369;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:28.666092' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:49:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000333 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221370;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000583 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221370;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000195 Lock_time: 0.000065 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221370;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:29.665675' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:49:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000285 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221371;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000456 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221371;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000276 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221371;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:30.666237' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:49:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000501 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221372;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000199 Lock_time: 0.000066 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221372;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:31.665688' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000208 Lock_time: 0.000072 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221372;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:31.665662' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:49:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000247 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221373;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000233 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221373;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:32.66628' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000202 Lock_time: 0.000076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221373;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:32.666265' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:49:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000667 Lock_time: 0.000519 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221374;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:33.665653' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001267 Lock_time: 0.001088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221374;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000683 Lock_time: 0.000511 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221374;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:33.665653' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:49:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000454 Lock_time: 0.000282 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221375;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:34.666383' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000513 Lock_time: 0.000315 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221375;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:34.666272' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001577 Lock_time: 0.001130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221375;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:49:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000360 Lock_time: 0.000148 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221376;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000645 Lock_time: 0.000169 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221376;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001256 Lock_time: 0.001068 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221376;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:35.665552' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:49:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000201 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221377;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000493 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221377;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001454 Lock_time: 0.001334 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221377;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:36.666075' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:49:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12940 Schema: QC_hit: No
# Query_time: 0.000291 Lock_time: 0.000187 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221378;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12940 Schema: QC_hit: No
# Query_time: 0.000189 Lock_time: 0.000143 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221378;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000618 Lock_time: 0.000191 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221378;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000415 Lock_time: 0.000288 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221378;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:37.665922' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000411 Lock_time: 0.000252 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221378;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:37.665742' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:49:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12942 Schema: QC_hit: No
# Query_time: 0.000242 Lock_time: 0.000155 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221379;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12942 Schema: QC_hit: No
# Query_time: 0.000176 Lock_time: 0.000120 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221379;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000630 Lock_time: 0.000285 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221379;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000239 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221379;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:38.666383' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000245 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221379;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:38.666499' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:49:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000277 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221380;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000301 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221380;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:39.666022' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000917 Lock_time: 0.000398 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221380;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:49:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000574 Lock_time: 0.000431 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221381;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000345 Lock_time: 0.000203 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221381;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:40.666346' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000246 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221381;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:40.666611' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:49:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000738 Lock_time: 0.000578 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221382;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:41.665827' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001379 Lock_time: 0.001164 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221382;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001511 Lock_time: 0.001131 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221382;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:49:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000551 Lock_time: 0.000361 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221383;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:42.666859' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000583 Lock_time: 0.000376 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221383;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:42.666477' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001239 Lock_time: 0.000768 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221383;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:49:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000350 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221384;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000554 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221384;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001319 Lock_time: 0.001194 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221384;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:43.665955' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001069 Lock_time: 0.000806 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221384;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:43.665923' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:49:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000599 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221385;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000235 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221385;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:44.665462' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000788 Lock_time: 0.000699 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221385;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000271 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221385;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:44.665456' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:49:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000280 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221386;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000722 Lock_time: 0.000312 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221386;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001711 Lock_time: 0.001454 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221386;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:45.666128' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001831 Lock_time: 0.001572 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221386;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:45.665981' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12944 Schema: QC_hit: No
# Query_time: 0.000230 Lock_time: 0.000134 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221386;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12944 Schema: QC_hit: No
# Query_time: 0.000245 Lock_time: 0.000162 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221386;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:49:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000349 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221387;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000207 Lock_time: 0.000065 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221387;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:46.665509' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000290 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221387;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:46.665486' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:49:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12946 Schema: QC_hit: No
# Query_time: 0.000191 Lock_time: 0.000111 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221388;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12946 Schema: QC_hit: No
# Query_time: 0.000148 Lock_time: 0.000100 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221388;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000318 Lock_time: 0.000156 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221388;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000702 Lock_time: 0.000163 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221388;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000244 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221388;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:47.666051' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:49:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12947 Schema: QC_hit: No
# Query_time: 0.000235 Lock_time: 0.000135 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221389;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12947 Schema: QC_hit: No
# Query_time: 0.000158 Lock_time: 0.000113 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221389;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000250 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221389;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000257 Lock_time: 0.000067 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221389;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:48.665662' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000290 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221389;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:48.665678' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:49:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000456 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221390;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000208 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221390;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:49.666216' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000831 Lock_time: 0.000622 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221390;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:49.666216' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:49:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000308 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221391;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000280 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221391;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:50.665688' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000207 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221391;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:50.665759' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:49:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000291 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221392;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000308 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221392;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:51.666193' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000305 Lock_time: 0.000138 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221392;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:51.666196' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:49:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001078 Lock_time: 0.000894 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221393;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000244 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221393;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:52.665655' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000339 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221393;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:52.665619' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:49:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001225 Lock_time: 0.001072 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221394;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000460 Lock_time: 0.000321 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221394;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:53.666392' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000478 Lock_time: 0.000317 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221394;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:53.666325' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:49:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000714 Lock_time: 0.000170 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221395;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001133 Lock_time: 0.000995 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221395;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:54.665792' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000940 Lock_time: 0.000806 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221395;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:54.665811' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:49:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000576 Lock_time: 0.000374 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221396;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:55.666478' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001422 Lock_time: 0.001169 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221396;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001687 Lock_time: 0.001207 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221396;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:49:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000294 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221397;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000201 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221397;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:56.665966' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000702 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221397;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:49:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12950 Schema: QC_hit: No
# Query_time: 0.000209 Lock_time: 0.000128 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221398;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12950 Schema: QC_hit: No
# Query_time: 0.000207 Lock_time: 0.000159 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221398;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000349 Lock_time: 0.000188 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221398;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000672 Lock_time: 0.000211 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221398;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000234 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221398;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:57.666426' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000240 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221398;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:57.666524' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:49:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12951 Schema: QC_hit: No
# Query_time: 0.000308 Lock_time: 0.000176 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221399;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12951 Schema: QC_hit: No
# Query_time: 0.000168 Lock_time: 0.000122 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221399;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000204 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221399;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:58.66577' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000690 Lock_time: 0.000169 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221399;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000313 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221399;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:58.665925' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:50:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000308 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221400;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000268 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221400;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:59.667039' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000351 Lock_time: 0.000208 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221400;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:49:59.666926' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:50:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001039 Lock_time: 0.000872 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221401;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:00.666364' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001690 Lock_time: 0.001493 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221401;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001244 Lock_time: 0.000662 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221401;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:00.666543' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:50:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000444 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221402;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000576 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221402;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001247 Lock_time: 0.001063 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221402;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:01.665773' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:50:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000290 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221403;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000531 Lock_time: 0.000139 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221403;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000288 Lock_time: 0.000138 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221403;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:02.666211' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000306 Lock_time: 0.000138 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221403;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:02.666368' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:50:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000332 Lock_time: 0.000145 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221404;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000271 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221404;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:03.665686' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000224 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221404;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:03.665686' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:50:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000285 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221405;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000559 Lock_time: 0.000131 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221405;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000862 Lock_time: 0.000711 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221405;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:04.666384' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:50:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000867 Lock_time: 0.000684 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221406;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:05.665781' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001359 Lock_time: 0.001154 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221406;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000906 Lock_time: 0.000702 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221406;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:05.66591' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:50:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001280 Lock_time: 0.001091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221407;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000682 Lock_time: 0.000455 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221407;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:06.666056' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000709 Lock_time: 0.000473 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221407;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:06.666012' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001518 Lock_time: 0.001104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221407;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:50:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12954 Schema: QC_hit: No
# Query_time: 0.000214 Lock_time: 0.000133 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221408;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12954 Schema: QC_hit: No
# Query_time: 0.000237 Lock_time: 0.000184 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221408;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000243 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221408;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000232 Lock_time: 0.000074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221408;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:07.665569' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000238 Lock_time: 0.000063 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221408;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:07.665764' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:50:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12956 Schema: QC_hit: No
# Query_time: 0.000254 Lock_time: 0.000157 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221409;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12956 Schema: QC_hit: No
# Query_time: 0.000152 Lock_time: 0.000105 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221409;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000319 Lock_time: 0.000144 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221409;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000558 Lock_time: 0.000191 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221409;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000189 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221409;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:08.666076' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:50:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000281 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221410;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000606 Lock_time: 0.000139 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221410;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000213 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221410;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:09.665547' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:50:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000302 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221411;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:10.666079' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000610 Lock_time: 0.000419 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221411;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:10.666388' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000210 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221411;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:50:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000301 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221412;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000298 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221412;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:11.665753' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000923 Lock_time: 0.000808 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221412;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:11.669208' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:50:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000250 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221413;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000195 Lock_time: 0.000057 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221413;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:12.666224' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000239 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221413;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:12.666312' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:50:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000305 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221414;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000604 Lock_time: 0.000139 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221414;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000248 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221414;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:13.665756' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:50:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000236 Lock_time: 0.000068 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221415;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000448 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221415;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000193 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221415;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:14.666271' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:50:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000968 Lock_time: 0.000784 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221416;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:15.665896' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001016 Lock_time: 0.000818 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221416;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:15.665788' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001821 Lock_time: 0.001442 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221416;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12958 Schema: QC_hit: No
# Query_time: 0.000234 Lock_time: 0.000150 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221416;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12958 Schema: QC_hit: No
# Query_time: 0.000131 Lock_time: 0.000086 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221416;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:50:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000778 Lock_time: 0.000604 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221417;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:16.66629' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000760 Lock_time: 0.000604 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221417;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:16.66636' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001575 Lock_time: 0.001234 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221417;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:50:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12960 Schema: QC_hit: No
# Query_time: 0.000269 Lock_time: 0.000151 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221418;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12960 Schema: QC_hit: No
# Query_time: 0.000202 Lock_time: 0.000106 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221418;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000231 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221418;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:17.665742' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001481 Lock_time: 0.001311 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221418;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:17.665765' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001252 Lock_time: 0.001106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221418;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:50:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12961 Schema: QC_hit: No
# Query_time: 0.000211 Lock_time: 0.000131 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221419;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12961 Schema: QC_hit: No
# Query_time: 0.000132 Lock_time: 0.000088 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221419;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001577 Lock_time: 0.001414 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221419;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001768 Lock_time: 0.001406 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221419;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000244 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221419;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:18.666358' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:50:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000568 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221420;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000442 Lock_time: 0.000309 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221420;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:19.665767' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000814 Lock_time: 0.000686 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221420;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:19.665689' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:50:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000206 Lock_time: 0.000064 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221421;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000191 Lock_time: 0.000076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221421;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:20.666232' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000219 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221421;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:20.666398' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:50:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000517 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221422;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000181 Lock_time: 0.000063 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221422;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:21.665637' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000219 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221422;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:21.665677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:50:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000334 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221423;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000205 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221423;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:22.666229' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000217 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221423;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:22.666259' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:50:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000732 Lock_time: 0.000578 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221424;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:23.665647' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000760 Lock_time: 0.000590 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221424;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:23.665652' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002031 Lock_time: 0.001397 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221424;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:50:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001987 Lock_time: 0.001768 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221425;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001283 Lock_time: 0.001046 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221425;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:24.665508' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002274 Lock_time: 0.001777 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221425;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:50:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000662 Lock_time: 0.000452 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221426;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:25.666077' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000731 Lock_time: 0.000500 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221426;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:25.666119' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001934 Lock_time: 0.001213 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221426;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:50:27
# User@Host: so_user[so_user] @ [10.233.71.99]
# Thread_id: 12651 Schema: camundabpmn QC_hit: No
# Query_time: 0.000626 Lock_time: 0.000249 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 356
use camundabpmn;
SET timestamp=1623221427;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 06:50:27.534'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 06:50:27.534')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'c95c66ac-c8af-11eb-9d3f-0a01556420c8'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 06:50:27.534') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000304 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
use vid_openecomp_epsdk;
SET timestamp=1623221427;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000581 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221427;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000206 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221427;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:26.665626' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000263 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221427;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:26.665588' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:50:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12965 Schema: QC_hit: No
# Query_time: 0.000240 Lock_time: 0.000141 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221428;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12965 Schema: QC_hit: No
# Query_time: 0.000144 Lock_time: 0.000097 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221428;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000371 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221428;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000630 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221428;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000232 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221428;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:27.666265' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:50:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12966 Schema: QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000155 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221429;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12966 Schema: QC_hit: No
# Query_time: 0.000209 Lock_time: 0.000134 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221429;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000858 Lock_time: 0.000414 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221429;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000266 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221429;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:28.665537' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000240 Lock_time: 0.000070 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221429;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:28.665539' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:50:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000296 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221430;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000525 Lock_time: 0.000163 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221430;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000315 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221430;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:29.666135' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:50:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000884 Lock_time: 0.000661 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221431;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:30.665714' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000868 Lock_time: 0.000632 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221431;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:30.665695' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001526 Lock_time: 0.001318 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221431;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:50:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001374 Lock_time: 0.001170 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221432;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001645 Lock_time: 0.001254 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221432;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000193 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221432;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:31.669178' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:50:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000292 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221433;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000522 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221433;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001457 Lock_time: 0.001330 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221433;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:32.665905' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:50:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000632 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221434;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001303 Lock_time: 0.001192 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221434;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001471 Lock_time: 0.001291 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221434;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:33.666324' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:50:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000719 Lock_time: 0.000575 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221435;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000205 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221435;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:34.665795' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000213 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221435;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:34.665635' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:50:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000557 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221436;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000404 Lock_time: 0.000068 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221436;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:35.666185' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000364 Lock_time: 0.000061 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221436;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:35.666395' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:50:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000261 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221437;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000468 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221437;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000340 Lock_time: 0.000230 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221437;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:36.665674' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:50:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12969 Schema: QC_hit: No
# Query_time: 0.000184 Lock_time: 0.000102 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221438;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12969 Schema: QC_hit: No
# Query_time: 0.000132 Lock_time: 0.000086 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221438;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000384 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221438;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000748 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221438;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000331 Lock_time: 0.000168 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221438;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:37.666392' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:50:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12970 Schema: QC_hit: No
# Query_time: 0.000270 Lock_time: 0.000188 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221439;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12970 Schema: QC_hit: No
# Query_time: 0.000263 Lock_time: 0.000189 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221439;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001717 Lock_time: 0.001495 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221439;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001863 Lock_time: 0.001496 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221439;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001578 Lock_time: 0.001461 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221439;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:38.665711' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001575 Lock_time: 0.001457 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221439;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:38.665734' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:50:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000884 Lock_time: 0.000749 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221440;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:39.666255' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000942 Lock_time: 0.000789 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221440;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:39.666467' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001675 Lock_time: 0.001296 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221440;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:50:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000829 Lock_time: 0.000358 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221441;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000915 Lock_time: 0.000778 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221441;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000992 Lock_time: 0.000864 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221441;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:40.665762' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:50:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000865 Lock_time: 0.000489 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221442;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001497 Lock_time: 0.001393 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221442;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:41.66633' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001426 Lock_time: 0.001278 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221442;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:41.66658' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:50:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000568 Lock_time: 0.000178 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221443;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000233 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221443;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:42.665934' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000202 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221443;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:42.665757' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:50:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000295 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221444;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000826 Lock_time: 0.000465 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221444;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001179 Lock_time: 0.001017 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221444;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:43.666384' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:50:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000249 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221445;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000232 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221445;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:44.665775' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000340 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221445;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:44.665774' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:50:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000935 Lock_time: 0.000565 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221446;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000278 Lock_time: 0.000170 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221446;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:45.6664' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000748 Lock_time: 0.000556 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221446;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:45.666351' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12972 Schema: QC_hit: No
# Query_time: 0.000264 Lock_time: 0.000162 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221446;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12972 Schema: QC_hit: No
# Query_time: 0.000264 Lock_time: 0.000176 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221446;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:50:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000567 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221447;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000257 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221447;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:46.6658' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000250 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221447;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:46.665853' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:50:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12974 Schema: QC_hit: No
# Query_time: 0.000206 Lock_time: 0.000124 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221448;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12974 Schema: QC_hit: No
# Query_time: 0.000179 Lock_time: 0.000120 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221448;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000197 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221448;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000903 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221448;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000378 Lock_time: 0.000267 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221448;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:47.666305' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:50:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12975 Schema: QC_hit: No
# Query_time: 0.000193 Lock_time: 0.000112 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221449;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12975 Schema: QC_hit: No
# Query_time: 0.000239 Lock_time: 0.000169 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221449;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000274 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221449;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000815 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221449;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000259 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221449;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:48.665678' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:50:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000459 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221450;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000240 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221450;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:49.666408' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000211 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221450;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:49.666166' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:50:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001357 Lock_time: 0.001203 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221451;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000740 Lock_time: 0.000549 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221451;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:50.665645' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001372 Lock_time: 0.000676 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221451;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000687 Lock_time: 0.000540 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221451;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:50.665663' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:50:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001327 Lock_time: 0.000903 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221452;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000872 Lock_time: 0.000761 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221452;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:51.666253' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000191 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221452;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:51.666451' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:50:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000277 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221453;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000565 Lock_time: 0.000134 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221453;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001278 Lock_time: 0.001125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221453;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:52.665884' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:50:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000501 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221454;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000761 Lock_time: 0.000607 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221454;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001236 Lock_time: 0.001118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221454;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:53.666173' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:50:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000318 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221455;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000528 Lock_time: 0.000145 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221455;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000250 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221455;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:54.665553' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:50:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000374 Lock_time: 0.000169 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221456;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000627 Lock_time: 0.000156 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221456;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000208 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221456;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:55.666272' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:50:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000234 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221457;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000183 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221457;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:56.665676' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000194 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221457;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:56.665639' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:50:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12978 Schema: QC_hit: No
# Query_time: 0.000191 Lock_time: 0.000109 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221458;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12978 Schema: QC_hit: No
# Query_time: 0.000160 Lock_time: 0.000114 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221458;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000258 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221458;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000553 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221458;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000200 Lock_time: 0.000074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221458;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:57.666234' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:50:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12979 Schema: QC_hit: No
# Query_time: 0.000244 Lock_time: 0.000149 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221459;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12979 Schema: QC_hit: No
# Query_time: 0.000193 Lock_time: 0.000147 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221459;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001715 Lock_time: 0.001552 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221459;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001099 Lock_time: 0.000929 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221459;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:58.665791' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001317 Lock_time: 0.001202 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221459;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:58.665634' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:51:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000305 Lock_time: 0.000148 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221460;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000257 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221460;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:59.667539' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000316 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221460;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:50:59.667418' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:51:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000531 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221461;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001392 Lock_time: 0.001280 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221461;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001431 Lock_time: 0.001237 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221461;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:00.665938' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001294 Lock_time: 0.001086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221461;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:00.665812' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:51:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000276 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221462;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001873 Lock_time: 0.001746 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221462;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:01.666446' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001998 Lock_time: 0.001800 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221462;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:01.666616' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:51:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000392 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221463;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000591 Lock_time: 0.000145 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221463;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000313 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221463;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:02.665899' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:51:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000266 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221464;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000213 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221464;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:03.666411' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000250 Lock_time: 0.000065 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221464;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:03.666484' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:51:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000331 Lock_time: 0.000144 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221465;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000540 Lock_time: 0.000161 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221465;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000223 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221465;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:04.665898' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:51:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000297 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221466;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221466;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:05.666247' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000619 Lock_time: 0.000202 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221466;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:05.666335' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:51:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001108 Lock_time: 0.000966 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221467;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:06.665818' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001481 Lock_time: 0.001318 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221467;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001832 Lock_time: 0.001354 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221467;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:51:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12982 Schema: QC_hit: No
# Query_time: 0.000243 Lock_time: 0.000140 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221468;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12982 Schema: QC_hit: No
# Query_time: 0.000167 Lock_time: 0.000116 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221468;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000639 Lock_time: 0.000390 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221468;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:07.666223' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000641 Lock_time: 0.000392 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221468;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:07.666181' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001573 Lock_time: 0.000998 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221468;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:51:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12983 Schema: QC_hit: No
# Query_time: 0.000241 Lock_time: 0.000156 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221469;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12983 Schema: QC_hit: No
# Query_time: 0.000197 Lock_time: 0.000137 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221469;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000278 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221469;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000565 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221469;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000181 Lock_time: 0.000063 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221469;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:08.66558' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000234 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221469;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:08.665633' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:51:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000296 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221470;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000617 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221470;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000194 Lock_time: 0.000069 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221470;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:09.666005' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000213 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221470;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:09.665979' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:51:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000326 Lock_time: 0.000164 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221471;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:10.665745' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000410 Lock_time: 0.000247 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221471;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:10.665607' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001522 Lock_time: 0.001075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221471;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:51:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001451 Lock_time: 0.001303 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221472;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000792 Lock_time: 0.000616 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221472;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:11.666136' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000884 Lock_time: 0.000681 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221472;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:11.666167' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:51:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001202 Lock_time: 0.000997 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221473;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001012 Lock_time: 0.000862 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221473;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:12.66592' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001762 Lock_time: 0.001404 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221473;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:51:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000765 Lock_time: 0.000578 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221474;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:13.666162' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001352 Lock_time: 0.001134 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221474;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001816 Lock_time: 0.001135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221474;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:51:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000585 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221475;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000277 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221475;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:14.665641' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000240 Lock_time: 0.000074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221475;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:14.665651' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:51:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000350 Lock_time: 0.000159 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221476;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000535 Lock_time: 0.000150 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221476;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000227 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221476;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:15.666257' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12987 Schema: QC_hit: No
# Query_time: 0.000227 Lock_time: 0.000146 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221476;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12987 Schema: QC_hit: No
# Query_time: 0.000147 Lock_time: 0.000101 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221476;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:51:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000552 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221477;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000208 Lock_time: 0.000063 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221477;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:16.6657' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000236 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221477;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:16.665885' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:51:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12989 Schema: QC_hit: No
# Query_time: 0.000234 Lock_time: 0.000138 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221478;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12989 Schema: QC_hit: No
# Query_time: 0.000159 Lock_time: 0.000112 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221478;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000532 Lock_time: 0.000318 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221478;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000707 Lock_time: 0.000320 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221478;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000255 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221478;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:17.666263' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:51:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12990 Schema: QC_hit: No
# Query_time: 0.000210 Lock_time: 0.000119 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221479;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12990 Schema: QC_hit: No
# Query_time: 0.000164 Lock_time: 0.000109 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221479;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000435 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221479;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000197 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221479;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:18.66623' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000217 Lock_time: 0.000066 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221479;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:18.666683' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:51:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001366 Lock_time: 0.001182 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221480;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000689 Lock_time: 0.000485 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221480;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:19.665626' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001752 Lock_time: 0.001237 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221480;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:51:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000653 Lock_time: 0.000479 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221481;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:20.666222' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000640 Lock_time: 0.000457 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221481;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:20.66619' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001595 Lock_time: 0.001193 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221481;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:51:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221482;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000514 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221482;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001641 Lock_time: 0.001492 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221482;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:21.665565' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001697 Lock_time: 0.001510 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221482;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:21.665534' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:51:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000471 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221483;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001165 Lock_time: 0.001017 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221483;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:22.666161' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001203 Lock_time: 0.001042 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221483;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:22.666138' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:51:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000362 Lock_time: 0.000133 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221484;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000577 Lock_time: 0.000145 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221484;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000239 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221484;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:23.66551' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:51:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000258 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221485;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:24.66612' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000266 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221485;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:24.665966' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001029 Lock_time: 0.000610 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221485;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:51:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000334 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221486;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:25.665452' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000408 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221486;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:25.665446' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001494 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221486;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:51:27
# User@Host: so_user[so_user] @ [10.233.71.99]
# Thread_id: 12651 Schema: camundabpmn QC_hit: No
# Query_time: 0.000761 Lock_time: 0.000314 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 356
use camundabpmn;
SET timestamp=1623221487;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 06:51:27.534'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 06:51:27.534')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'c95c66ac-c8af-11eb-9d3f-0a01556420c8'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 06:51:27.534') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000303 Lock_time: 0.000076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
use vid_openecomp_epsdk;
SET timestamp=1623221487;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000421 Lock_time: 0.000069 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221487;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000163 Lock_time: 0.000061 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221487;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:26.666004' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:51:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12993 Schema: QC_hit: No
# Query_time: 0.000227 Lock_time: 0.000119 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221488;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12993 Schema: QC_hit: No
# Query_time: 0.000161 Lock_time: 0.000112 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221488;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000263 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221488;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000190 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221488;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:27.666545' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000172 Lock_time: 0.000052 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221488;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:27.66649' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001078 Lock_time: 0.000302 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221488;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:51:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12994 Schema: QC_hit: No
# Query_time: 0.000232 Lock_time: 0.000130 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221489;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12994 Schema: QC_hit: No
# Query_time: 0.000209 Lock_time: 0.000143 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221489;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000853 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221489;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:28.665845' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001546 Lock_time: 0.001344 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221489;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:28.665913' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000531 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221489;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:51:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000250 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221490;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000608 Lock_time: 0.000142 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221490;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000227 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221490;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:29.666409' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000197 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221490;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:29.666766' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:51:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000834 Lock_time: 0.000663 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221491;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:30.666239' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001399 Lock_time: 0.001226 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221491;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002100 Lock_time: 0.001473 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221491;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:51:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000771 Lock_time: 0.000620 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221492;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:31.666451' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001392 Lock_time: 0.001244 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221492;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001659 Lock_time: 0.001261 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221492;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:51:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000482 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221493;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001385 Lock_time: 0.001235 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221493;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:32.666201' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001378 Lock_time: 0.001239 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221493;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:32.666225' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:51:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000361 Lock_time: 0.000134 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221494;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000738 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221494;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000328 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221494;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:33.665518' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:51:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000661 Lock_time: 0.000217 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221495;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000558 Lock_time: 0.000403 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221495;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:34.665963' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000578 Lock_time: 0.000388 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221495;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:34.666092' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:51:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000664 Lock_time: 0.000177 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221496;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000452 Lock_time: 0.000228 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221496;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:35.665473' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000717 Lock_time: 0.000579 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221496;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:35.665447' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:51:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000589 Lock_time: 0.000138 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221497;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000181 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221497;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000370 Lock_time: 0.000246 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221497;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:36.666184' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:51:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12999 Schema: QC_hit: No
# Query_time: 0.000392 Lock_time: 0.000249 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221498;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 12999 Schema: QC_hit: No
# Query_time: 0.000208 Lock_time: 0.000153 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221498;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000356 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221498;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000207 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221498;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:37.665574' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000214 Lock_time: 0.000063 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221498;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:37.665607' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:51:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13000 Schema: QC_hit: No
# Query_time: 0.000229 Lock_time: 0.000133 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221499;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13000 Schema: QC_hit: No
# Query_time: 0.000148 Lock_time: 0.000101 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221499;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000290 Lock_time: 0.000138 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221499;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000185 Lock_time: 0.000070 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221499;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:38.666253' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000200 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221499;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:38.66611' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:51:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001403 Lock_time: 0.001237 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221500;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000744 Lock_time: 0.000579 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221500;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:39.665796' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002082 Lock_time: 0.001244 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221500;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:51:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001455 Lock_time: 0.001230 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221501;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000677 Lock_time: 0.000223 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221501;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:40.666196' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002185 Lock_time: 0.001189 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221501;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:51:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000311 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221502;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000573 Lock_time: 0.000130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221502;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000380 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221502;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:41.665736' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:51:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001126 Lock_time: 0.000688 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221503;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001145 Lock_time: 0.001031 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221503;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:42.66619' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001257 Lock_time: 0.001024 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221503;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:42.666251' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:51:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000340 Lock_time: 0.000133 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221504;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000456 Lock_time: 0.000265 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221504;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:43.66557' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000575 Lock_time: 0.000397 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221504;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:43.665747' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:51:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000497 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221505;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000228 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221505;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:44.666218' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000345 Lock_time: 0.000144 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221505;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:44.666243' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:51:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000339 Lock_time: 0.000137 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221506;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000250 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221506;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:45.665629' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000236 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221506;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:45.665573' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13002 Schema: QC_hit: No
# Query_time: 0.000248 Lock_time: 0.000150 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221506;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13002 Schema: QC_hit: No
# Query_time: 0.000165 Lock_time: 0.000117 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221506;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:51:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000164 Lock_time: 0.000044 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221507;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000249 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221507;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:46.666126' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000328 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221507;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:46.6661' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:51:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13004 Schema: QC_hit: No
# Query_time: 0.000218 Lock_time: 0.000124 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221508;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13004 Schema: QC_hit: No
# Query_time: 0.000110 Lock_time: 0.000068 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221508;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000715 Lock_time: 0.000545 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221508;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:47.665604' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001543 Lock_time: 0.001290 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221508;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001700 Lock_time: 0.001302 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221508;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:51:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13005 Schema: QC_hit: No
# Query_time: 0.000222 Lock_time: 0.000130 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221509;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13005 Schema: QC_hit: No
# Query_time: 0.000219 Lock_time: 0.000167 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221509;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001235 Lock_time: 0.001023 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221509;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000675 Lock_time: 0.000483 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221509;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:48.66617' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001505 Lock_time: 0.001091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221509;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:51:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000497 Lock_time: 0.000207 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221510;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001485 Lock_time: 0.001335 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221510;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:49.665696' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001594 Lock_time: 0.001446 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221510;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:49.665652' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:51:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000569 Lock_time: 0.000155 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221511;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001292 Lock_time: 0.001179 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221511;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:50.666513' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002188 Lock_time: 0.002056 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221511;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:51:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000839 Lock_time: 0.000447 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221512;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000204 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221512;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:51.665975' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000273 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221512;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:51.665746' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:51:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000567 Lock_time: 0.000156 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221513;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000255 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221513;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:52.666328' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000301 Lock_time: 0.000155 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221513;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:52.666643' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:51:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000288 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221514;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000230 Lock_time: 0.000062 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221514;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:53.665751' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000272 Lock_time: 0.000149 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221514;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:53.665923' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:51:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000357 Lock_time: 0.000131 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221515;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000701 Lock_time: 0.000274 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221515;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000462 Lock_time: 0.000345 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221515;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:54.666346' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000737 Lock_time: 0.000508 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221515;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:54.666508' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:51:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000762 Lock_time: 0.000555 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221516;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:55.665914' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000757 Lock_time: 0.000523 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221516;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:55.666051' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001626 Lock_time: 0.001217 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221516;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:51:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001176 Lock_time: 0.000996 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221517;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000407 Lock_time: 0.000218 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221517;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:56.666291' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000395 Lock_time: 0.000216 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221517;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:56.666368' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001571 Lock_time: 0.001050 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221517;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:51:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13008 Schema: QC_hit: No
# Query_time: 0.000185 Lock_time: 0.000105 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221518;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13008 Schema: QC_hit: No
# Query_time: 0.000204 Lock_time: 0.000155 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221518;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000293 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221518;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001304 Lock_time: 0.001188 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221518;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:57.66599' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001003 Lock_time: 0.000844 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221518;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:57.666314' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:51:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13009 Schema: QC_hit: No
# Query_time: 0.000303 Lock_time: 0.000182 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221519;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13009 Schema: QC_hit: No
# Query_time: 0.000213 Lock_time: 0.000161 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221519;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000592 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221519;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000242 Lock_time: 0.000069 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221519;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:58.665568' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:52:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000327 Lock_time: 0.000136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221520;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000290 Lock_time: 0.000136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221520;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:59.666294' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001279 Lock_time: 0.001166 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221520;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:51:59.666429' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:52:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000428 Lock_time: 0.000250 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221521;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000309 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221521;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:00.665715' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000421 Lock_time: 0.000288 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221521;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:00.665734' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:52:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000358 Lock_time: 0.000176 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221522;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000298 Lock_time: 0.000133 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221522;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:01.666426' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000344 Lock_time: 0.000140 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221522;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:01.666261' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:52:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000666 Lock_time: 0.000244 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221523;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000259 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221523;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:02.665864' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000245 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221523;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:02.66583' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:52:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000343 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221524;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000558 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221524;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000191 Lock_time: 0.000064 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221524;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:03.666514' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:52:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000691 Lock_time: 0.000502 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221525;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:04.665975' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000761 Lock_time: 0.000570 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221525;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:04.665738' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001736 Lock_time: 0.001319 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221525;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:52:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000726 Lock_time: 0.000523 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221526;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:05.666338' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000310 Lock_time: 0.000074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221526;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:05.666334' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001891 Lock_time: 0.001151 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221526;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:52:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000257 Lock_time: 0.000065 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221527;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001566 Lock_time: 0.001430 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221527;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:06.666011' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001658 Lock_time: 0.001431 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221527;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:06.665841' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:52:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13012 Schema: QC_hit: No
# Query_time: 0.000262 Lock_time: 0.000151 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221528;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13012 Schema: QC_hit: No
# Query_time: 0.000183 Lock_time: 0.000132 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221528;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000239 Lock_time: 0.000074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221528;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001641 Lock_time: 0.001470 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221528;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:07.666121' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001642 Lock_time: 0.001505 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221528;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:07.666159' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:52:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13013 Schema: QC_hit: No
# Query_time: 0.000215 Lock_time: 0.000128 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221529;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13013 Schema: QC_hit: No
# Query_time: 0.000164 Lock_time: 0.000116 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221529;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000272 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221529;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000588 Lock_time: 0.000144 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221529;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000218 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221529;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:08.665668' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:52:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000369 Lock_time: 0.000177 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221530;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000690 Lock_time: 0.000220 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221530;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001497 Lock_time: 0.001349 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221530;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:09.666144' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:52:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000620 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221531;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000201 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221531;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:10.665771' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000225 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221531;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:10.667639' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:52:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000413 Lock_time: 0.000245 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221532;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000313 Lock_time: 0.000142 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221532;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:11.666599' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000316 Lock_time: 0.000138 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221532;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:11.666378' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:52:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000360 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221533;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000312 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221533;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:12.666174' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000277 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221533;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:12.665841' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:52:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000542 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221534;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000184 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221534;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000254 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221534;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:13.666395' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:52:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001660 Lock_time: 0.001459 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221535;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001164 Lock_time: 0.000911 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221535;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:14.66584' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001093 Lock_time: 0.000909 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221535;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:14.66588' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001873 Lock_time: 0.001504 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221535;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:52:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001550 Lock_time: 0.001401 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221536;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000993 Lock_time: 0.000787 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221536;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:15.666194' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001020 Lock_time: 0.000816 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221536;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:15.666183' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13015 Schema: QC_hit: No
# Query_time: 0.000298 Lock_time: 0.000190 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221536;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13015 Schema: QC_hit: No
# Query_time: 0.000155 Lock_time: 0.000106 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221536;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:52:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000234 Lock_time: 0.000068 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221537;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000787 Lock_time: 0.000289 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221537;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000303 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221537;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:16.665663' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000264 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221537;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:16.66563' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:52:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13017 Schema: QC_hit: No
# Query_time: 0.000191 Lock_time: 0.000111 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221538;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13017 Schema: QC_hit: No
# Query_time: 0.000114 Lock_time: 0.000071 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221538;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000231 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221538;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000695 Lock_time: 0.000299 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221538;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000274 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221538;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:17.666188' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:52:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13018 Schema: QC_hit: No
# Query_time: 0.000236 Lock_time: 0.000134 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221539;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13018 Schema: QC_hit: No
# Query_time: 0.000135 Lock_time: 0.000089 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221539;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000610 Lock_time: 0.000438 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221539;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000806 Lock_time: 0.000412 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221539;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000197 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221539;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:18.6677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:52:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000420 Lock_time: 0.000266 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221540;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:19.666985' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000458 Lock_time: 0.000185 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221540;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:19.667183' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002410 Lock_time: 0.000567 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221540;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:52:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000233 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221541;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:20.667563' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000556 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221541;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000288 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221541;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:20.667417' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:52:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000656 Lock_time: 0.000148 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221542;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000857 Lock_time: 0.000750 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221542;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001916 Lock_time: 0.001707 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221542;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:21.665913' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001985 Lock_time: 0.001796 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221542;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:21.665869' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:52:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000297 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221543;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001241 Lock_time: 0.001062 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221543;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:22.666447' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000958 Lock_time: 0.000796 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221543;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:22.666448' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:52:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000353 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221544;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000245 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221544;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:23.665875' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000291 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221544;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:23.665864' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:52:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000326 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221545;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000609 Lock_time: 0.000181 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221545;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001285 Lock_time: 0.001070 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221545;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:24.666639' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:52:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000298 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221546;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000589 Lock_time: 0.000181 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221546;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000218 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221546;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:25.665891' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:52:27
# User@Host: so_user[so_user] @ [10.233.71.99]
# Thread_id: 12651 Schema: camundabpmn QC_hit: No
# Query_time: 0.000668 Lock_time: 0.000208 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 356
use camundabpmn;
SET timestamp=1623221547;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 06:52:27.534'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 06:52:27.534')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'c95c66ac-c8af-11eb-9d3f-0a01556420c8'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 06:52:27.534') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000304 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
use vid_openecomp_epsdk;
SET timestamp=1623221547;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000548 Lock_time: 0.000148 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221547;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000202 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221547;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:26.666548' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:52:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13021 Schema: QC_hit: No
# Query_time: 0.000238 Lock_time: 0.000142 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221548;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13021 Schema: QC_hit: No
# Query_time: 0.000222 Lock_time: 0.000150 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221548;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000332 Lock_time: 0.000138 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221548;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000252 Lock_time: 0.000139 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221548;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:27.665925' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000246 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221548;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:27.665907' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:52:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13022 Schema: QC_hit: No
# Query_time: 0.000238 Lock_time: 0.000125 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221549;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13022 Schema: QC_hit: No
# Query_time: 0.000147 Lock_time: 0.000098 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221549;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000299 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221549;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000554 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221549;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000221 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221549;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:28.666483' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:52:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000550 Lock_time: 0.000366 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221550;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:29.665866' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000565 Lock_time: 0.000347 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221550;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:29.665834' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001288 Lock_time: 0.001066 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221550;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:52:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001169 Lock_time: 0.000969 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221551;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000739 Lock_time: 0.000549 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221551;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:30.666363' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001605 Lock_time: 0.001202 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221551;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:52:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000288 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221552;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001620 Lock_time: 0.001473 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221552;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:31.665813' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001496 Lock_time: 0.001292 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221552;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:31.665897' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:52:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000431 Lock_time: 0.000261 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221553;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:32.666661' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000915 Lock_time: 0.000733 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221553;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000448 Lock_time: 0.000308 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221553;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:32.666668' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001626 Lock_time: 0.000986 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221553;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:52:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000262 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221554;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000861 Lock_time: 0.000691 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221554;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:33.666069' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000823 Lock_time: 0.000671 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221554;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:33.666069' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:52:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000293 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221555;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000602 Lock_time: 0.000136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221555;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000337 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221555;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:34.665874' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:52:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000277 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221556;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000532 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221556;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000185 Lock_time: 0.000072 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221556;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:35.666312' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:52:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000363 Lock_time: 0.000134 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221557;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000586 Lock_time: 0.000166 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221557;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000204 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221557;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:36.665789' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:52:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13025 Schema: QC_hit: No
# Query_time: 0.000247 Lock_time: 0.000135 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221558;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13025 Schema: QC_hit: No
# Query_time: 0.000175 Lock_time: 0.000129 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221558;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000660 Lock_time: 0.000145 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221558;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000274 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221558;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:37.666348' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000270 Lock_time: 0.000067 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221558;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:37.666336' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:52:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13026 Schema: QC_hit: No
# Query_time: 0.000214 Lock_time: 0.000126 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221559;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13026 Schema: QC_hit: No
# Query_time: 0.000176 Lock_time: 0.000127 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221559;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001294 Lock_time: 0.001099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221559;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000648 Lock_time: 0.000454 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221559;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:38.665713' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000750 Lock_time: 0.000482 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221559;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:38.665977' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001556 Lock_time: 0.001124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221559;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:52:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000439 Lock_time: 0.000173 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221560;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001368 Lock_time: 0.001204 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221560;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:39.665636' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001571 Lock_time: 0.001398 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221560;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:39.666011' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:52:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001642 Lock_time: 0.001452 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221561;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000678 Lock_time: 0.000478 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221561;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:40.666758' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001960 Lock_time: 0.001484 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221561;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:52:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000341 Lock_time: 0.000167 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221562;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001037 Lock_time: 0.000887 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221562;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:41.666042' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001045 Lock_time: 0.000909 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221562;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:41.666254' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:52:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000337 Lock_time: 0.000130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221563;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000694 Lock_time: 0.000151 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221563;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001298 Lock_time: 0.001144 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221563;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:42.666455' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:52:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000718 Lock_time: 0.000140 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221564;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001287 Lock_time: 0.001146 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221564;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:43.666159' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001312 Lock_time: 0.001180 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221564;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:43.66619' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:52:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000314 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221565;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000587 Lock_time: 0.000136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221565;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000244 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221565;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:44.665696' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:52:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000275 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221566;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000566 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221566;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000261 Lock_time: 0.000141 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221566;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:45.666417' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13028 Schema: QC_hit: No
# Query_time: 0.000212 Lock_time: 0.000130 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221566;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13028 Schema: QC_hit: No
# Query_time: 0.000198 Lock_time: 0.000140 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221566;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:52:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000324 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221567;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000535 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221567;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000229 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221567;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:46.665785' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:52:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13030 Schema: QC_hit: No
# Query_time: 0.000277 Lock_time: 0.000192 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221568;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13030 Schema: QC_hit: No
# Query_time: 0.000286 Lock_time: 0.000186 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221568;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000532 Lock_time: 0.000167 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221568;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000729 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221568;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000283 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221568;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:47.665722' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:52:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13031 Schema: QC_hit: No
# Query_time: 0.000223 Lock_time: 0.000134 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221569;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13031 Schema: QC_hit: No
# Query_time: 0.000164 Lock_time: 0.000117 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221569;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000575 Lock_time: 0.000134 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221569;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000191 Lock_time: 0.000064 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221569;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:48.666228' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000358 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221569;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:48.666231' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:52:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001068 Lock_time: 0.000938 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221570;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000350 Lock_time: 0.000198 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221570;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:49.665863' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000385 Lock_time: 0.000203 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221570;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:49.665888' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002251 Lock_time: 0.001058 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221570;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:52:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001115 Lock_time: 0.000955 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221571;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:50.666463' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001862 Lock_time: 0.001671 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221571;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002050 Lock_time: 0.001652 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221571;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:52:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000472 Lock_time: 0.000320 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221572;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001108 Lock_time: 0.000980 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221572;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:51.666062' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001132 Lock_time: 0.000957 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221572;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:51.666074' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:52:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000561 Lock_time: 0.000136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221573;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000549 Lock_time: 0.000133 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221573;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:52.665765' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000539 Lock_time: 0.000399 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221573;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:52.665625' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:52:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000327 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221574;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000463 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221574;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000238 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221574;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:53.666553' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:52:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000333 Lock_time: 0.000137 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221575;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000217 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221575;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:54.665868' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000221 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221575;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:54.665643' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:52:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000352 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221576;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000465 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221576;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000328 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221576;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:55.666388' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:52:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000423 Lock_time: 0.000302 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221577;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:56.666072' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001222 Lock_time: 0.001080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221577;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000437 Lock_time: 0.000286 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221577;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:56.665783' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:52:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13034 Schema: QC_hit: No
# Query_time: 0.000220 Lock_time: 0.000138 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221578;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13034 Schema: QC_hit: No
# Query_time: 0.000128 Lock_time: 0.000084 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221578;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000252 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221578;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001114 Lock_time: 0.001001 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221578;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:57.665766' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001251 Lock_time: 0.001080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221578;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:57.665766' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:52:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13035 Schema: QC_hit: No
# Query_time: 0.000214 Lock_time: 0.000130 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221579;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13035 Schema: QC_hit: No
# Query_time: 0.000159 Lock_time: 0.000111 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221579;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000690 Lock_time: 0.000268 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221579;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001350 Lock_time: 0.001236 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221579;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000813 Lock_time: 0.000692 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221579;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:58.666627' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:53:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000210 Lock_time: 0.000063 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221580;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000665 Lock_time: 0.000530 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221580;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:59.666314' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000246 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221580;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:52:59.66769' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:53:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001333 Lock_time: 0.001126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221581;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001678 Lock_time: 0.001193 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221581;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000249 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221581;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:00.667445' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:53:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000347 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221582;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000529 Lock_time: 0.000133 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221582;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001531 Lock_time: 0.001325 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221582;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:01.665695' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001544 Lock_time: 0.001361 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221582;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:01.665754' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:53:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000400 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221583;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000582 Lock_time: 0.000151 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221583;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001553 Lock_time: 0.001403 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221583;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:02.666395' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:53:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000356 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221584;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000190 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221584;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:03.665681' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000299 Lock_time: 0.000158 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221584;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:03.665666' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:53:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000272 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221585;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000588 Lock_time: 0.000145 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221585;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000249 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221585;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:04.666568' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:53:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000912 Lock_time: 0.000703 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221586;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000279 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221586;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:05.66566' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000269 Lock_time: 0.000142 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221586;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:05.665881' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:53:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000335 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221587;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000498 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221587;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000269 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221587;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:06.666315' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:53:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13038 Schema: QC_hit: No
# Query_time: 0.000219 Lock_time: 0.000123 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221588;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13038 Schema: QC_hit: No
# Query_time: 0.000142 Lock_time: 0.000099 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221588;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001691 Lock_time: 0.001493 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221588;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000891 Lock_time: 0.000663 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221588;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:07.665694' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001831 Lock_time: 0.001405 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221588;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:53:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13039 Schema: QC_hit: No
# Query_time: 0.000228 Lock_time: 0.000132 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221589;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13039 Schema: QC_hit: No
# Query_time: 0.000155 Lock_time: 0.000106 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221589;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000942 Lock_time: 0.000742 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221589;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:08.666278' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000855 Lock_time: 0.000658 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221589;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:08.666426' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001581 Lock_time: 0.001356 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221589;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:53:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000650 Lock_time: 0.000160 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221590;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001336 Lock_time: 0.001146 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221590;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:09.666042' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001380 Lock_time: 0.001166 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221590;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:09.666074' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:53:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000407 Lock_time: 0.000157 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221591;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000657 Lock_time: 0.000187 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221591;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000272 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221591;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:10.665608' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:53:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000294 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221592;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000480 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221592;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000229 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221592;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:11.666059' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:53:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000318 Lock_time: 0.000131 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221593;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000555 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221593;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001581 Lock_time: 0.001428 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221593;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:12.666169' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:53:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000319 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221594;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000491 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221594;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000348 Lock_time: 0.000145 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221594;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:13.666196' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:53:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000576 Lock_time: 0.000200 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221595;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000202 Lock_time: 0.000064 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221595;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:14.665598' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000322 Lock_time: 0.000073 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221595;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:14.665799' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:53:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000317 Lock_time: 0.000130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221596;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000636 Lock_time: 0.000171 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221596;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000422 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221596;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:15.666052' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13041 Schema: QC_hit: No
# Query_time: 0.000285 Lock_time: 0.000150 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221596;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13041 Schema: QC_hit: No
# Query_time: 0.000176 Lock_time: 0.000112 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221596;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:53:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000254 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221597;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000634 Lock_time: 0.000139 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221597;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001178 Lock_time: 0.001066 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221597;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:16.66585' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:53:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13043 Schema: QC_hit: No
# Query_time: 0.000227 Lock_time: 0.000132 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221598;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13043 Schema: QC_hit: No
# Query_time: 0.000162 Lock_time: 0.000115 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221598;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000262 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221598;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000463 Lock_time: 0.000131 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221598;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001978 Lock_time: 0.000958 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221598;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:17.666218' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:53:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13044 Schema: QC_hit: No
# Query_time: 0.000238 Lock_time: 0.000139 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221599;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13044 Schema: QC_hit: No
# Query_time: 0.000188 Lock_time: 0.000134 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221599;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000298 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221599;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000851 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221599;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000186 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221599;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:18.668519' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:53:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000615 Lock_time: 0.000147 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221600;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000943 Lock_time: 0.000802 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221600;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:19.669261' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001004 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221600;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:19.669249' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:53:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000304 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221601;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000267 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221601;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:20.665949' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001542 Lock_time: 0.001354 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221601;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:20.666085' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:53:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000394 Lock_time: 0.000176 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221602;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000629 Lock_time: 0.000222 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221602;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000206 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221602;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:21.666528' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:53:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000255 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221603;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000449 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221603;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000272 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221603;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:22.665995' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:53:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000629 Lock_time: 0.000425 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221604;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:23.66558' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001592 Lock_time: 0.001358 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221604;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001837 Lock_time: 0.001326 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221604;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:53:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000611 Lock_time: 0.000445 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221605;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:24.666137' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000612 Lock_time: 0.000439 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221605;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:24.666232' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001199 Lock_time: 0.000969 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221605;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:53:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000271 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221606;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001964 Lock_time: 0.000155 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221606;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002244 Lock_time: 0.002090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221606;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:25.66547' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002307 Lock_time: 0.002111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221606;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:25.665452' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:53:27
# User@Host: so_user[so_user] @ [10.233.71.99]
# Thread_id: 12651 Schema: camundabpmn QC_hit: No
# Query_time: 0.000679 Lock_time: 0.000272 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 356
use camundabpmn;
SET timestamp=1623221607;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 06:53:27.534'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 06:53:27.534')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'c95c66ac-c8af-11eb-9d3f-0a01556420c8'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 06:53:27.534') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000306 Lock_time: 0.000143 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
use vid_openecomp_epsdk;
SET timestamp=1623221607;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000179 Lock_time: 0.000064 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221607;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:26.666171' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000237 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221607;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:26.665967' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:53:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13047 Schema: QC_hit: No
# Query_time: 0.000232 Lock_time: 0.000137 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221608;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13047 Schema: QC_hit: No
# Query_time: 0.000204 Lock_time: 0.000142 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221608;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000255 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221608;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000227 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221608;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:27.665852' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000212 Lock_time: 0.000064 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221608;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:27.665713' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:53:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13048 Schema: QC_hit: No
# Query_time: 0.000185 Lock_time: 0.000106 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221609;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13048 Schema: QC_hit: No
# Query_time: 0.000178 Lock_time: 0.000130 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221609;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000643 Lock_time: 0.000209 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221609;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000701 Lock_time: 0.000188 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221609;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000493 Lock_time: 0.000378 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221609;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:28.666545' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:53:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000386 Lock_time: 0.000231 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221610;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000201 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221610;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:29.666012' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000242 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221610;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:29.666123' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:53:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000469 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221611;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000237 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221611;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:30.666465' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000186 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221611;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:30.666179' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:53:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000321 Lock_time: 0.000168 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221612;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000249 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221612;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:31.665848' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000587 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221612;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000182 Lock_time: 0.000076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221612;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:31.666044' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:53:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000196 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221613;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:32.666746' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000810 Lock_time: 0.000161 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221613;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000171 Lock_time: 0.000064 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221613;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:53:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000321 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221614;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000200 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221614;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:33.666521' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221614;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:33.666681' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:53:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001435 Lock_time: 0.001052 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221615;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000214 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221615;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:34.666188' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001491 Lock_time: 0.001395 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221615;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:53:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000909 Lock_time: 0.000696 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221616;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:35.665674' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000644 Lock_time: 0.000387 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221616;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:35.665516' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001589 Lock_time: 0.001258 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221616;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:53:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000378 Lock_time: 0.000199 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221617;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:36.666067' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001358 Lock_time: 0.001178 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221617;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000341 Lock_time: 0.000157 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221617;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:36.66603' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001854 Lock_time: 0.001173 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221617;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:53:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13051 Schema: QC_hit: No
# Query_time: 0.000224 Lock_time: 0.000129 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221618;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13051 Schema: QC_hit: No
# Query_time: 0.000127 Lock_time: 0.000082 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221618;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000297 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221618;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001245 Lock_time: 0.001064 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221618;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:37.665666' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001674 Lock_time: 0.001505 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221618;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:37.665644' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:53:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13052 Schema: QC_hit: No
# Query_time: 0.000218 Lock_time: 0.000132 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221619;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13052 Schema: QC_hit: No
# Query_time: 0.000182 Lock_time: 0.000131 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221619;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000290 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221619;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000507 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221619;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001212 Lock_time: 0.001079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221619;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:38.666382' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:53:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000282 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221620;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000579 Lock_time: 0.000143 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221620;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000250 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221620;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:39.669194' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:53:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000786 Lock_time: 0.000612 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221621;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000250 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221621;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:40.666621' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001263 Lock_time: 0.000801 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221621;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:53:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000510 Lock_time: 0.000326 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221622;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000299 Lock_time: 0.000066 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221622;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:41.666299' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000227 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221622;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:41.666107' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:53:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000583 Lock_time: 0.000432 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221623;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000185 Lock_time: 0.000061 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221623;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:42.666314' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000974 Lock_time: 0.000436 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221623;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000310 Lock_time: 0.000139 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221623;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:42.666776' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:53:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001429 Lock_time: 0.001238 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221624;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000402 Lock_time: 0.000224 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221624;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:43.666158' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000379 Lock_time: 0.000174 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221624;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:43.666172' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:53:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000268 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221625;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000671 Lock_time: 0.000543 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221625;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:44.665541' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000683 Lock_time: 0.000529 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221625;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:44.66555' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001822 Lock_time: 0.001117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221625;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:53:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000254 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221626;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:45.666145' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001477 Lock_time: 0.000901 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221626;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001402 Lock_time: 0.001294 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221626;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13054 Schema: QC_hit: No
# Query_time: 0.000245 Lock_time: 0.000143 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221626;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13054 Schema: QC_hit: No
# Query_time: 0.000151 Lock_time: 0.000104 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221626;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:53:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000314 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221627;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000511 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221627;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000965 Lock_time: 0.000840 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221627;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:46.665706' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:53:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13056 Schema: QC_hit: No
# Query_time: 0.000220 Lock_time: 0.000127 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221628;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13056 Schema: QC_hit: No
# Query_time: 0.000132 Lock_time: 0.000088 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221628;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000722 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221628;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000353 Lock_time: 0.000200 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221628;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:47.665878' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000467 Lock_time: 0.000364 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221628;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:47.665878' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:53:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13057 Schema: QC_hit: No
# Query_time: 0.000281 Lock_time: 0.000183 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221629;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13057 Schema: QC_hit: No
# Query_time: 0.000185 Lock_time: 0.000134 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221629;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000700 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221629;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000233 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221629;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:48.66633' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001091 Lock_time: 0.000721 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221629;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:53:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000797 Lock_time: 0.000336 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221630;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000280 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221630;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:49.665863' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000195 Lock_time: 0.000072 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221630;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:49.665924' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:53:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000592 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221631;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000343 Lock_time: 0.000220 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221631;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:50.66641' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000357 Lock_time: 0.000218 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221631;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:50.666424' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:53:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001290 Lock_time: 0.001110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221632;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000737 Lock_time: 0.000555 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221632;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:51.666365' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001429 Lock_time: 0.001006 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221632;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:53:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001418 Lock_time: 0.001205 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221633;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:52.66632' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001369 Lock_time: 0.001101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221633;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:52.666336' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002220 Lock_time: 0.001773 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221633;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:53:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000338 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221634;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000599 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221634;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000268 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221634;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:53.665667' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001338 Lock_time: 0.001214 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221634;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:53.665835' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:53:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000251 Lock_time: 0.000051 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221635;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000490 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221635;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001728 Lock_time: 0.001554 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221635;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:54.666137' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:53:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000348 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221636;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000838 Lock_time: 0.000673 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221636;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:55.665835' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000803 Lock_time: 0.000657 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221636;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:55.665609' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:53:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000301 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221637;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000514 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221637;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000193 Lock_time: 0.000074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221637;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:56.666209' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:53:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13060 Schema: QC_hit: No
# Query_time: 0.000206 Lock_time: 0.000112 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221638;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13060 Schema: QC_hit: No
# Query_time: 0.000198 Lock_time: 0.000126 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221638;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000337 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221638;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000320 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221638;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:57.665659' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000287 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221638;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:57.665897' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:53:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13061 Schema: QC_hit: No
# Query_time: 0.000267 Lock_time: 0.000179 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221639;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13061 Schema: QC_hit: No
# Query_time: 0.000219 Lock_time: 0.000159 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221639;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000291 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221639;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000548 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221639;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000317 Lock_time: 0.000137 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221639;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:58.666024' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:54:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000649 Lock_time: 0.000463 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221640;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:59.665746' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000641 Lock_time: 0.000415 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221640;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:53:59.665617' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001831 Lock_time: 0.001103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221640;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:54:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001262 Lock_time: 0.001072 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221641;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000727 Lock_time: 0.000503 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221641;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:00.666027' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001551 Lock_time: 0.001123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221641;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:54:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000466 Lock_time: 0.000303 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221642;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000954 Lock_time: 0.000827 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221642;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:01.665575' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000922 Lock_time: 0.000797 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221642;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:01.66556' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:54:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000543 Lock_time: 0.000366 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221643;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:02.66636' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001225 Lock_time: 0.000999 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221643;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001351 Lock_time: 0.000958 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221643;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:54:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000240 Lock_time: 0.000068 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221644;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000587 Lock_time: 0.000469 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221644;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:03.665634' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000588 Lock_time: 0.000434 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221644;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:03.665466' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:54:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000607 Lock_time: 0.000161 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221645;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000624 Lock_time: 0.000502 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221645;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000198 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221645;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:04.666205' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:54:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000346 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221646;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000333 Lock_time: 0.000155 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221646;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:05.665727' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000689 Lock_time: 0.000148 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221646;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:54:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000438 Lock_time: 0.000282 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221647;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000823 Lock_time: 0.000300 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221647;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000258 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221647;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:06.666061' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:54:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13064 Schema: QC_hit: No
# Query_time: 0.000309 Lock_time: 0.000226 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221648;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13064 Schema: QC_hit: No
# Query_time: 0.000158 Lock_time: 0.000111 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221648;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000513 Lock_time: 0.000256 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221648;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000538 Lock_time: 0.000403 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221648;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:07.665525' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000497 Lock_time: 0.000337 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221648;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:07.665676' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:54:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13065 Schema: QC_hit: No
# Query_time: 0.000224 Lock_time: 0.000143 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221649;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13065 Schema: QC_hit: No
# Query_time: 0.000139 Lock_time: 0.000094 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221649;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000506 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221649;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000189 Lock_time: 0.000066 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221649;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:08.66634' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000391 Lock_time: 0.000202 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221649;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:08.666163' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:54:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001315 Lock_time: 0.001139 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221650;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000597 Lock_time: 0.000413 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221650;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:09.665782' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000728 Lock_time: 0.000472 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221650;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:09.665667' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001540 Lock_time: 0.001142 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221650;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:54:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001035 Lock_time: 0.000855 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221651;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:10.666182' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002060 Lock_time: 0.001559 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221651;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000241 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221651;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:10.666845' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:54:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000642 Lock_time: 0.000147 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221652;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000233 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221652;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:11.665624' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000296 Lock_time: 0.000183 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221652;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:11.665717' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:54:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000277 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221653;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000536 Lock_time: 0.000139 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221653;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000309 Lock_time: 0.000174 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221653;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:12.666357' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000476 Lock_time: 0.000154 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221653;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:12.666202' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:54:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000412 Lock_time: 0.000224 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221654;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001068 Lock_time: 0.000912 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221654;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:13.665534' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001121 Lock_time: 0.000943 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221654;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:13.665527' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:54:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000214 Lock_time: 0.000073 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221655;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:14.666241' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000221 Lock_time: 0.000059 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221655;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:14.666138' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000864 Lock_time: 0.000448 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221655;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:54:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002702 Lock_time: 0.002486 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221656;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:15.665477' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.003183 Lock_time: 0.003060 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221656;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:15.665477' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.004930 Lock_time: 0.004718 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221656;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13067 Schema: QC_hit: No
# Query_time: 0.000222 Lock_time: 0.000126 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221656;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13067 Schema: QC_hit: No
# Query_time: 0.000261 Lock_time: 0.000206 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221656;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:54:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000687 Lock_time: 0.000470 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221657;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:16.665933' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001500 Lock_time: 0.001282 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221657;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000776 Lock_time: 0.000558 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221657;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:16.666122' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001712 Lock_time: 0.001282 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221657;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:54:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13069 Schema: QC_hit: No
# Query_time: 0.000205 Lock_time: 0.000122 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221658;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13069 Schema: QC_hit: No
# Query_time: 0.000183 Lock_time: 0.000133 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221658;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000913 Lock_time: 0.000630 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221658;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:17.666883' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001610 Lock_time: 0.001275 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221658;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001671 Lock_time: 0.001233 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221658;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:54:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13070 Schema: QC_hit: No
# Query_time: 0.000230 Lock_time: 0.000134 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221659;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13070 Schema: QC_hit: No
# Query_time: 0.000141 Lock_time: 0.000098 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221659;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000252 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221659;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000200 Lock_time: 0.000068 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221659;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:18.666014' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001066 Lock_time: 0.000209 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221659;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:54:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000280 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221660;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000636 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221660;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000179 Lock_time: 0.000067 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221660;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:19.666447' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:54:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000366 Lock_time: 0.000147 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221661;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:20.66584' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000979 Lock_time: 0.000754 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221661;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000367 Lock_time: 0.000251 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221661;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:20.66618' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:54:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000279 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221662;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000512 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221662;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000835 Lock_time: 0.000653 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221662;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:21.666415' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:54:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000948 Lock_time: 0.000769 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221663;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:22.665897' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000943 Lock_time: 0.000689 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221663;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:22.666046' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002143 Lock_time: 0.001527 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221663;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:54:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000993 Lock_time: 0.000809 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221664;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:23.666338' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001010 Lock_time: 0.000831 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221664;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:23.666351' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002042 Lock_time: 0.001379 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221664;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:54:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000319 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221665;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000252 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221665;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:24.665694' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000359 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221665;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:24.665691' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:54:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000796 Lock_time: 0.000172 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221666;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000218 Lock_time: 0.000072 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221666;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:25.666443' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001604 Lock_time: 0.001475 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221666;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:25.666589' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:54:27
# User@Host: so_user[so_user] @ [10.233.71.99]
# Thread_id: 12651 Schema: camundabpmn QC_hit: No
# Query_time: 0.000710 Lock_time: 0.000287 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 356
use camundabpmn;
SET timestamp=1623221667;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 06:54:27.534'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 06:54:27.534')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'c95c66ac-c8af-11eb-9d3f-0a01556420c8'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 06:54:27.534') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000243 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
use vid_openecomp_epsdk;
SET timestamp=1623221667;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000273 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221667;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:26.665606' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000201 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221667;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:26.665672' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:54:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13073 Schema: QC_hit: No
# Query_time: 0.000212 Lock_time: 0.000127 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221668;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13073 Schema: QC_hit: No
# Query_time: 0.000193 Lock_time: 0.000146 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221668;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000275 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221668;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000637 Lock_time: 0.000133 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221668;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000275 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221668;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:27.666257' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:54:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13074 Schema: QC_hit: No
# Query_time: 0.000198 Lock_time: 0.000117 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221669;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13074 Schema: QC_hit: No
# Query_time: 0.000140 Lock_time: 0.000090 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221669;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000297 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221669;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000567 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221669;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000188 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221669;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:28.665651' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:54:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000597 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221670;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000190 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221670;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:29.666201' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000192 Lock_time: 0.000062 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221670;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:29.666371' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:54:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000816 Lock_time: 0.000641 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221671;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:30.665933' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000843 Lock_time: 0.000637 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221671;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:30.665711' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001430 Lock_time: 0.001242 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221671;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:54:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000803 Lock_time: 0.000636 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221672;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:31.666125' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000427 Lock_time: 0.000208 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221672;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:31.666092' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001598 Lock_time: 0.001178 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221672;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:54:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000566 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221673;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001486 Lock_time: 0.001322 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221673;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:32.665534' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001298 Lock_time: 0.001124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221673;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001501 Lock_time: 0.001336 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221673;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:32.665522' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:54:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000342 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221674;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000213 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221674;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:33.665914' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000476 Lock_time: 0.000359 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221674;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:33.665941' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:54:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000294 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221675;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000518 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221675;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000238 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221675;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:34.666442' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000237 Lock_time: 0.000070 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221675;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:34.66651' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:54:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000289 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221676;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000489 Lock_time: 0.000131 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221676;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000224 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221676;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:35.665835' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:54:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000298 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221677;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000261 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221677;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:36.666278' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000211 Lock_time: 0.000052 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221677;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:36.66658' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:54:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13077 Schema: QC_hit: No
# Query_time: 0.000259 Lock_time: 0.000158 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221678;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13077 Schema: QC_hit: No
# Query_time: 0.000205 Lock_time: 0.000141 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221678;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001452 Lock_time: 0.001286 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221678;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000903 Lock_time: 0.000723 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221678;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:37.665717' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000801 Lock_time: 0.000581 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221678;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:37.665685' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:54:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13078 Schema: QC_hit: No
# Query_time: 0.000215 Lock_time: 0.000121 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221679;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13078 Schema: QC_hit: No
# Query_time: 0.000180 Lock_time: 0.000116 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221679;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001303 Lock_time: 0.001129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221679;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000619 Lock_time: 0.000365 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221679;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:38.666328' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000746 Lock_time: 0.000450 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221679;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:38.666097' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:54:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000262 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221680;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000223 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221680;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:39.665707' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001282 Lock_time: 0.001170 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221680;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:39.665671' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:54:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000290 Lock_time: 0.000144 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221681;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000749 Lock_time: 0.000586 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221681;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:40.666369' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000723 Lock_time: 0.000569 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221681;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:40.666349' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001569 Lock_time: 0.001059 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221681;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:54:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000546 Lock_time: 0.000134 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221682;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000285 Lock_time: 0.000130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221682;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:41.665564' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000297 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221682;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:41.665605' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:54:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000331 Lock_time: 0.000136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221683;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000519 Lock_time: 0.000163 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221683;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000231 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221683;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:42.666216' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:54:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000530 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221684;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000262 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221684;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:43.665586' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000207 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221684;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:43.665618' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:54:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000288 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221685;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000483 Lock_time: 0.000141 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221685;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000184 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221685;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:44.666097' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:54:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000329 Lock_time: 0.000131 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221686;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000665 Lock_time: 0.000136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221686;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000206 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221686;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:45.665753' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13080 Schema: QC_hit: No
# Query_time: 0.000310 Lock_time: 0.000215 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221686;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13080 Schema: QC_hit: No
# Query_time: 0.000323 Lock_time: 0.000254 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221686;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:54:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000652 Lock_time: 0.000309 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221687;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000280 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221687;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:46.666295' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000308 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221687;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:46.666317' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:54:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13082 Schema: QC_hit: No
# Query_time: 0.000210 Lock_time: 0.000130 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221688;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13082 Schema: QC_hit: No
# Query_time: 0.000143 Lock_time: 0.000094 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221688;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000500 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221688;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000474 Lock_time: 0.000357 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221688;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:47.6657' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000496 Lock_time: 0.000351 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221688;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:47.665698' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:54:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13083 Schema: QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000154 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221689;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13083 Schema: QC_hit: No
# Query_time: 0.000201 Lock_time: 0.000118 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221689;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000326 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221689;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000506 Lock_time: 0.000141 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221689;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000563 Lock_time: 0.000414 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221689;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:48.666304' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:54:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000803 Lock_time: 0.000575 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221690;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:49.665749' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000823 Lock_time: 0.000586 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221690;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:49.665726' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001708 Lock_time: 0.001315 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221690;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:54:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000701 Lock_time: 0.000573 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221691;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:50.66623' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000746 Lock_time: 0.000570 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221691;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:50.666254' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001449 Lock_time: 0.001051 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221691;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:54:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000319 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221692;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001173 Lock_time: 0.000984 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221692;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:51.665699' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001148 Lock_time: 0.000959 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221692;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:51.665711' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002356 Lock_time: 0.001909 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221692;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:54:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001155 Lock_time: 0.001047 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221693;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000218 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221693;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:52.666295' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001449 Lock_time: 0.001095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221693;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:54:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000313 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221694;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001605 Lock_time: 0.001470 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221694;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:53.665701' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001642 Lock_time: 0.001476 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221694;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:53.66568' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:54:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001249 Lock_time: 0.001085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221695;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000462 Lock_time: 0.000273 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221695;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:54.666362' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002098 Lock_time: 0.001130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221695;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:54:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000363 Lock_time: 0.000194 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221696;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000265 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221696;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:55.665769' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000261 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221696;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:55.665784' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:54:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000229 Lock_time: 0.000068 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221697;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000490 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221697;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000197 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221697;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:56.666389' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:54:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13086 Schema: QC_hit: No
# Query_time: 0.000218 Lock_time: 0.000138 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221698;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13086 Schema: QC_hit: No
# Query_time: 0.000155 Lock_time: 0.000108 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221698;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000254 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221698;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000538 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221698;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000222 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221698;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:57.665786' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:54:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13087 Schema: QC_hit: No
# Query_time: 0.000249 Lock_time: 0.000127 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221699;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13087 Schema: QC_hit: No
# Query_time: 0.000157 Lock_time: 0.000103 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221699;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000328 Lock_time: 0.000145 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221699;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000519 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221699;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000293 Lock_time: 0.000179 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221699;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:58.66621' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:55:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000630 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221700;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000178 Lock_time: 0.000060 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221700;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:59.665562' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000201 Lock_time: 0.000068 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221700;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:54:59.665731' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:55:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000286 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221701;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000250 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221701;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:00.666155' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000252 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221701;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:00.666221' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:55:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001382 Lock_time: 0.001193 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221702;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001854 Lock_time: 0.001206 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221702;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000768 Lock_time: 0.000577 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221702;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:01.665665' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:55:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000915 Lock_time: 0.000729 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221703;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:02.666131' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001851 Lock_time: 0.001411 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221703;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001972 Lock_time: 0.001361 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221703;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:55:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000433 Lock_time: 0.000291 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221704;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000288 Lock_time: 0.000185 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221704;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:03.66557' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000251 Lock_time: 0.000073 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221704;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:03.665665' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:55:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000285 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221705;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000215 Lock_time: 0.000073 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221705;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:04.66616' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000962 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221705;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:55:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221706;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000201 Lock_time: 0.000076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221706;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:05.665481' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000467 Lock_time: 0.000367 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221706;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:05.665447' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:55:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000172 Lock_time: 0.000066 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221707;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000494 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221707;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000205 Lock_time: 0.000074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221707;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:06.666059' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:55:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13090 Schema: QC_hit: No
# Query_time: 0.000183 Lock_time: 0.000105 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221708;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13090 Schema: QC_hit: No
# Query_time: 0.000130 Lock_time: 0.000086 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221708;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000705 Lock_time: 0.000514 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221708;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:07.665644' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001291 Lock_time: 0.001108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221708;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001704 Lock_time: 0.001235 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221708;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:55:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13091 Schema: QC_hit: No
# Query_time: 0.000221 Lock_time: 0.000128 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221709;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13091 Schema: QC_hit: No
# Query_time: 0.000185 Lock_time: 0.000132 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221709;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000216 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221709;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000968 Lock_time: 0.000864 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221709;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:08.666211' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001733 Lock_time: 0.001439 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221709;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:55:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000699 Lock_time: 0.000185 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221710;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000870 Lock_time: 0.000749 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221710;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001473 Lock_time: 0.001363 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221710;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:09.66561' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:55:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000524 Lock_time: 0.000382 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221711;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001152 Lock_time: 0.001035 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221711;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:10.666209' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001104 Lock_time: 0.000999 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221711;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:10.666159' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:55:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000616 Lock_time: 0.000220 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221712;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221712;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:11.665813' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000697 Lock_time: 0.000581 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221712;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:11.665634' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:55:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000566 Lock_time: 0.000136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221713;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000275 Lock_time: 0.000142 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221713;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:12.666199' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000563 Lock_time: 0.000422 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221713;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:12.667467' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:55:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000300 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221714;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000218 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221714;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:13.665635' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000194 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221714;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:13.66581' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:55:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000281 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221715;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000463 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221715;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000423 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221715;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:14.666108' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:55:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001828 Lock_time: 0.001615 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221716;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000879 Lock_time: 0.000741 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221716;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:15.665641' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001839 Lock_time: 0.001355 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221716;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13093 Schema: QC_hit: No
# Query_time: 0.000192 Lock_time: 0.000114 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221716;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13093 Schema: QC_hit: No
# Query_time: 0.000163 Lock_time: 0.000107 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221716;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:55:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000657 Lock_time: 0.000499 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221717;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000765 Lock_time: 0.000420 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221717;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221717;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:16.666188' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:55:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13095 Schema: QC_hit: No
# Query_time: 0.000261 Lock_time: 0.000150 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221718;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13095 Schema: QC_hit: No
# Query_time: 0.000156 Lock_time: 0.000106 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221718;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001894 Lock_time: 0.001557 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221718;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001209 Lock_time: 0.001045 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221718;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:17.665653' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002155 Lock_time: 0.001564 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221718;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:55:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13096 Schema: QC_hit: No
# Query_time: 0.000227 Lock_time: 0.000135 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221719;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13096 Schema: QC_hit: No
# Query_time: 0.000147 Lock_time: 0.000095 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221719;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000508 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221719;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001332 Lock_time: 0.001181 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221719;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:18.666036' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001334 Lock_time: 0.001154 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221719;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:18.665993' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:55:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000646 Lock_time: 0.000467 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221720;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000195 Lock_time: 0.000076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221720;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:19.665681' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000874 Lock_time: 0.000408 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221720;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:55:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000703 Lock_time: 0.000302 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221721;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000253 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221721;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:20.666168' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000252 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221721;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:20.666117' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:55:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000626 Lock_time: 0.000239 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221722;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000283 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221722;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:21.665792' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000324 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221722;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:21.665856' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:55:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000254 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221723;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000503 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221723;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000536 Lock_time: 0.000422 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221723;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:22.666194' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:55:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000666 Lock_time: 0.000508 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221724;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:23.66567' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001291 Lock_time: 0.001132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221724;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000677 Lock_time: 0.000508 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221724;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:23.665689' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:55:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001353 Lock_time: 0.001171 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221725;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000747 Lock_time: 0.000574 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221725;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:24.666163' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001521 Lock_time: 0.001193 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221725;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:55:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000584 Lock_time: 0.000151 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221726;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001117 Lock_time: 0.000941 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221726;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:25.665971' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001161 Lock_time: 0.000999 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221726;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:25.665738' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:55:27
# User@Host: so_user[so_user] @ [10.233.71.99]
# Thread_id: 12651 Schema: camundabpmn QC_hit: No
# Query_time: 0.000911 Lock_time: 0.000354 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 356
use camundabpmn;
SET timestamp=1623221727;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 06:55:27.534'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 06:55:27.534')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'c95c66ac-c8af-11eb-9d3f-0a01556420c8'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 06:55:27.534') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000660 Lock_time: 0.000154 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
use vid_openecomp_epsdk;
SET timestamp=1623221727;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001434 Lock_time: 0.001274 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221727;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:26.666214' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001455 Lock_time: 0.001293 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221727;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:26.6661' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:55:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13099 Schema: QC_hit: No
# Query_time: 0.000191 Lock_time: 0.000108 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221728;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13099 Schema: QC_hit: No
# Query_time: 0.000202 Lock_time: 0.000152 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221728;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000282 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221728;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000560 Lock_time: 0.000143 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221728;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000289 Lock_time: 0.000130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221728;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:27.665887' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:55:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13100 Schema: QC_hit: No
# Query_time: 0.000212 Lock_time: 0.000118 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221729;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13100 Schema: QC_hit: No
# Query_time: 0.000155 Lock_time: 0.000107 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221729;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000272 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221729;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000211 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221729;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:28.666081' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000221 Lock_time: 0.000054 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221729;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:28.666105' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:55:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000548 Lock_time: 0.000147 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221730;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000271 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221730;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:29.665632' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000281 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221730;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:29.665652' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:55:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000492 Lock_time: 0.000311 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221731;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000711 Lock_time: 0.000328 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221731;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000304 Lock_time: 0.000142 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221731;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:30.666421' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:55:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000386 Lock_time: 0.000202 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221732;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000213 Lock_time: 0.000068 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221732;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:31.66587' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000201 Lock_time: 0.000074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221732;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:31.665776' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:55:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000261 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221733;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000536 Lock_time: 0.000142 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221733;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000173 Lock_time: 0.000064 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221733;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:32.666602' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:55:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000226 Lock_time: 0.000070 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221734;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000510 Lock_time: 0.000131 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221734;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000261 Lock_time: 0.000148 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221734;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:33.665815' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:55:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000259 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221735;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000645 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221735;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000249 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221735;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:34.666406' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:55:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000490 Lock_time: 0.000281 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221736;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:35.665786' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001470 Lock_time: 0.001030 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221736;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001184 Lock_time: 0.000322 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221736;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:35.665853' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:55:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000507 Lock_time: 0.000303 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221737;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:36.666571' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001134 Lock_time: 0.000897 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221737;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001489 Lock_time: 0.001001 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221737;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:55:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13103 Schema: QC_hit: No
# Query_time: 0.000208 Lock_time: 0.000115 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221738;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13103 Schema: QC_hit: No
# Query_time: 0.000158 Lock_time: 0.000109 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221738;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000322 Lock_time: 0.000130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221738;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001012 Lock_time: 0.000873 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221738;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:37.665886' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001007 Lock_time: 0.000835 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221738;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:37.665831' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:55:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13104 Schema: QC_hit: No
# Query_time: 0.000185 Lock_time: 0.000105 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221739;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13104 Schema: QC_hit: No
# Query_time: 0.000155 Lock_time: 0.000109 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221739;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000606 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221739;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001466 Lock_time: 0.001288 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221739;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:38.66677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001452 Lock_time: 0.001294 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221739;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:38.666335' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:55:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000237 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221740;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000207 Lock_time: 0.000073 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221740;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:39.665891' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000241 Lock_time: 0.000076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221740;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:39.665707' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:55:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000396 Lock_time: 0.000161 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221741;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000697 Lock_time: 0.000227 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221741;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000414 Lock_time: 0.000301 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221741;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:40.666289' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:55:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000447 Lock_time: 0.000270 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221742;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000191 Lock_time: 0.000072 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221742;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:41.665834' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000239 Lock_time: 0.000064 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221742;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:41.665806' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:55:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000262 Lock_time: 0.000056 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221743;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000506 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221743;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000211 Lock_time: 0.000074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221743;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:42.666548' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:55:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000677 Lock_time: 0.000484 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221744;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:43.665817' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001394 Lock_time: 0.001199 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221744;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001724 Lock_time: 0.001251 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221744;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:55:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001812 Lock_time: 0.001304 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221745;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000181 Lock_time: 0.000055 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221745;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:44.666473' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000239 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221745;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:55:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000698 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221746;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001221 Lock_time: 0.001044 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221746;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:45.665792' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000647 Lock_time: 0.000483 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221746;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:45.665699' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13106 Schema: QC_hit: No
# Query_time: 0.000224 Lock_time: 0.000130 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221746;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13106 Schema: QC_hit: No
# Query_time: 0.000235 Lock_time: 0.000159 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221746;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:55:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000425 Lock_time: 0.000263 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221747;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001289 Lock_time: 0.001162 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221747;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:46.666352' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001245 Lock_time: 0.001110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221747;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:46.66638' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:55:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13108 Schema: QC_hit: No
# Query_time: 0.000197 Lock_time: 0.000117 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221748;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13108 Schema: QC_hit: No
# Query_time: 0.000199 Lock_time: 0.000146 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221748;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000779 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221748;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000605 Lock_time: 0.000425 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221748;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:47.665704' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000620 Lock_time: 0.000413 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221748;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:47.665729' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:55:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13109 Schema: QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000172 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221749;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13109 Schema: QC_hit: No
# Query_time: 0.000140 Lock_time: 0.000096 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221749;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000222 Lock_time: 0.000068 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221749;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000232 Lock_time: 0.000055 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221749;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:48.666214' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000208 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221749;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:48.666242' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:55:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000373 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221750;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000287 Lock_time: 0.000134 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221750;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:49.665698' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000289 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221750;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:49.66568' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:55:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000340 Lock_time: 0.000133 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221751;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000248 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221751;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:50.666305' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000292 Lock_time: 0.000144 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221751;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:50.666305' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000556 Lock_time: 0.000142 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221751;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:55:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000717 Lock_time: 0.000520 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221752;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:51.665804' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000712 Lock_time: 0.000518 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221752;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001694 Lock_time: 0.001257 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221752;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:55:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001333 Lock_time: 0.001174 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221753;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000655 Lock_time: 0.000488 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221753;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:52.666457' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001518 Lock_time: 0.001166 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221753;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:55:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000329 Lock_time: 0.000149 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221754;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000558 Lock_time: 0.000162 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221754;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001433 Lock_time: 0.001277 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221754;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:53.665698' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:55:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000605 Lock_time: 0.000232 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221755;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001341 Lock_time: 0.001227 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221755;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:54.666246' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001342 Lock_time: 0.001224 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221755;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:54.666402' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:55:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000212 Lock_time: 0.000064 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221756;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:55.665593' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000972 Lock_time: 0.000564 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221756;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000269 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221756;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:55.665663' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:55:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000513 Lock_time: 0.000355 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221757;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000352 Lock_time: 0.000183 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221757;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:56.666133' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000334 Lock_time: 0.000181 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221757;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:56.666141' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:55:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13112 Schema: QC_hit: No
# Query_time: 0.000244 Lock_time: 0.000164 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221758;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13112 Schema: QC_hit: No
# Query_time: 0.000116 Lock_time: 0.000073 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221758;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000427 Lock_time: 0.000247 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221758;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000375 Lock_time: 0.000252 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221758;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:57.665591' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000897 Lock_time: 0.000694 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221758;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:57.665772' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:55:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13113 Schema: QC_hit: No
# Query_time: 0.000205 Lock_time: 0.000126 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221759;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13113 Schema: QC_hit: No
# Query_time: 0.000135 Lock_time: 0.000090 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221759;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000268 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221759;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000477 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221759;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000528 Lock_time: 0.000392 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221759;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:58.666018' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:56:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001289 Lock_time: 0.001076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221760;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001502 Lock_time: 0.001040 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221760;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001092 Lock_time: 0.000879 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221760;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:55:59.665527' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:56:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000761 Lock_time: 0.000601 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221761;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:00.666113' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001300 Lock_time: 0.001134 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221761;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001547 Lock_time: 0.001153 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221761;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:56:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000214 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221762;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001543 Lock_time: 0.001400 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221762;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:01.665515' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001524 Lock_time: 0.001328 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221762;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:01.665515' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:56:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001475 Lock_time: 0.001317 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221763;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000932 Lock_time: 0.000731 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221763;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:02.666048' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001883 Lock_time: 0.001333 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221763;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:56:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000342 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221764;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000229 Lock_time: 0.000076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221764;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:03.665669' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001759 Lock_time: 0.001625 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221764;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:03.665583' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:56:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000265 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221765;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000506 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221765;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002048 Lock_time: 0.001938 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221765;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:04.66612' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:56:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000302 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221766;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000545 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221766;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000181 Lock_time: 0.000068 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221766;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:05.665583' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:56:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000357 Lock_time: 0.000198 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221767;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000585 Lock_time: 0.000245 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221767;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000169 Lock_time: 0.000057 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221767;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:06.666067' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:56:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13116 Schema: QC_hit: No
# Query_time: 0.000230 Lock_time: 0.000124 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221768;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13116 Schema: QC_hit: No
# Query_time: 0.000201 Lock_time: 0.000140 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221768;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000808 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221768;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000773 Lock_time: 0.000656 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221768;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:07.665562' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001196 Lock_time: 0.000706 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221768;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:07.665542' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:56:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13117 Schema: QC_hit: No
# Query_time: 0.000209 Lock_time: 0.000130 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221769;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13117 Schema: QC_hit: No
# Query_time: 0.000113 Lock_time: 0.000071 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221769;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000297 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221769;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000274 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221769;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:08.666013' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000259 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221769;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:08.666047' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:56:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000418 Lock_time: 0.000155 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221770;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000235 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221770;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:09.665581' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000950 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221770;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:56:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000321 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221771;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:10.666006' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000195 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221771;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000164 Lock_time: 0.000057 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221771;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:10.666172' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:56:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000475 Lock_time: 0.000324 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221772;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:11.665685' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001313 Lock_time: 0.001164 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221772;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000511 Lock_time: 0.000370 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221772;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:11.665899' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001478 Lock_time: 0.000728 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221772;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:56:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000324 Lock_time: 0.000174 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221773;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:12.666263' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001063 Lock_time: 0.000913 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221773;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000184 Lock_time: 0.000076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221773;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:12.669183' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:56:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000271 Lock_time: 0.000068 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221774;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001075 Lock_time: 0.000950 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221774;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:13.66571' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001325 Lock_time: 0.001205 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221774;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:13.665869' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:56:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000293 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221775;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000475 Lock_time: 0.000073 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221775;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001224 Lock_time: 0.001093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221775;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:14.666354' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001362 Lock_time: 0.001215 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221775;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:14.666375' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:56:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000276 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221776;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001530 Lock_time: 0.001343 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221776;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:15.665737' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001512 Lock_time: 0.001316 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221776;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:15.665927' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13119 Schema: QC_hit: No
# Query_time: 0.000200 Lock_time: 0.000117 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221776;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13119 Schema: QC_hit: No
# Query_time: 0.000187 Lock_time: 0.000135 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221776;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:56:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000508 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221777;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000706 Lock_time: 0.000595 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221777;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000182 Lock_time: 0.000060 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221777;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:16.666159' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:56:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13121 Schema: QC_hit: No
# Query_time: 0.000281 Lock_time: 0.000185 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221778;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13121 Schema: QC_hit: No
# Query_time: 0.000162 Lock_time: 0.000115 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221778;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000642 Lock_time: 0.000172 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221778;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000981 Lock_time: 0.000759 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221778;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:17.665649' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000989 Lock_time: 0.000751 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221778;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:17.665631' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:56:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13122 Schema: QC_hit: No
# Query_time: 0.000213 Lock_time: 0.000131 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221779;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13122 Schema: QC_hit: No
# Query_time: 0.000175 Lock_time: 0.000128 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221779;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000227 Lock_time: 0.000066 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221779;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000735 Lock_time: 0.000145 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221779;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000186 Lock_time: 0.000069 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221779;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:18.666146' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:56:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000507 Lock_time: 0.000325 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221780;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:19.665757' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001446 Lock_time: 0.001264 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221780;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001937 Lock_time: 0.001298 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221780;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:56:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000430 Lock_time: 0.000189 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221781;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:20.66639' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001040 Lock_time: 0.000604 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221781;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000248 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221781;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:20.666416' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:56:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000304 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221782;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001523 Lock_time: 0.001353 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221782;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:21.665739' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001453 Lock_time: 0.001283 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221782;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:21.665874' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:56:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000496 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221783;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001415 Lock_time: 0.001232 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221783;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:22.666417' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001383 Lock_time: 0.001217 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221783;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:22.666271' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:56:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000551 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221784;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000318 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221784;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:23.665734' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000283 Lock_time: 0.000167 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221784;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:23.665692' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:56:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000354 Lock_time: 0.000196 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221785;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000661 Lock_time: 0.000213 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221785;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000301 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221785;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:24.666288' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:56:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000712 Lock_time: 0.000134 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221786;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000210 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221786;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:25.665522' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.003273 Lock_time: 0.003146 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221786;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:56:27
# User@Host: so_user[so_user] @ [10.233.71.99]
# Thread_id: 12651 Schema: camundabpmn QC_hit: No
# Query_time: 0.000735 Lock_time: 0.000325 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 356
use camundabpmn;
SET timestamp=1623221787;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 06:56:27.534'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 06:56:27.534')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'c95c66ac-c8af-11eb-9d3f-0a01556420c8'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 06:56:27.534') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000528 Lock_time: 0.000137 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
use vid_openecomp_epsdk;
SET timestamp=1623221787;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000228 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221787;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:26.666015' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000374 Lock_time: 0.000158 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221787;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:26.666045' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:56:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13125 Schema: QC_hit: No
# Query_time: 0.000197 Lock_time: 0.000119 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221788;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13125 Schema: QC_hit: No
# Query_time: 0.000187 Lock_time: 0.000130 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221788;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001821 Lock_time: 0.001672 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221788;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001146 Lock_time: 0.000967 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221788;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:27.665656' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001132 Lock_time: 0.000930 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221788;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:27.665656' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002138 Lock_time: 0.001691 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221788;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:56:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13126 Schema: QC_hit: No
# Query_time: 0.000193 Lock_time: 0.000111 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221789;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13126 Schema: QC_hit: No
# Query_time: 0.000174 Lock_time: 0.000130 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221789;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001316 Lock_time: 0.001155 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221789;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000895 Lock_time: 0.000713 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221789;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:28.666099' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000614 Lock_time: 0.000367 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221789;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:28.666099' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:56:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001009 Lock_time: 0.000566 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221790;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001189 Lock_time: 0.001053 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221790;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:29.665556' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000703 Lock_time: 0.000324 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221790;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:29.665511' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:56:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000369 Lock_time: 0.000191 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221791;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000529 Lock_time: 0.000159 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221791;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001240 Lock_time: 0.001088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221791;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:30.666079' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:56:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000566 Lock_time: 0.000137 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221792;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000260 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221792;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:31.665647' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001375 Lock_time: 0.001221 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221792;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:31.665647' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:56:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001067 Lock_time: 0.000879 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221793;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001407 Lock_time: 0.000946 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221793;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000465 Lock_time: 0.000326 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221793;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:32.667345' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:56:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000322 Lock_time: 0.000140 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221794;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000509 Lock_time: 0.000150 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221794;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000240 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221794;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:33.665633' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:56:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000302 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221795;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:34.666404' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000359 Lock_time: 0.000189 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221795;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:34.66621' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000785 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221795;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:56:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000641 Lock_time: 0.000130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221796;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000282 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221796;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:35.665582' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000288 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221796;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:35.665607' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:56:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000738 Lock_time: 0.000621 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221797;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000283 Lock_time: 0.000130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221797;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:36.666287' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000327 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221797;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:36.666407' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:56:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13129 Schema: QC_hit: No
# Query_time: 0.000191 Lock_time: 0.000110 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221798;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13129 Schema: QC_hit: No
# Query_time: 0.000142 Lock_time: 0.000095 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221798;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001535 Lock_time: 0.001361 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221798;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000747 Lock_time: 0.000527 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221798;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:37.665744' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000777 Lock_time: 0.000593 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221798;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:37.665867' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:56:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13130 Schema: QC_hit: No
# Query_time: 0.000232 Lock_time: 0.000145 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221799;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13130 Schema: QC_hit: No
# Query_time: 0.000163 Lock_time: 0.000113 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221799;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000639 Lock_time: 0.000450 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221799;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:38.666589' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000877 Lock_time: 0.000644 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221799;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:38.666316' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002060 Lock_time: 0.001319 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221799;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:56:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000525 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221800;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000402 Lock_time: 0.000286 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221800;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:39.665967' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001404 Lock_time: 0.001294 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221800;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:39.6661' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:56:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000385 Lock_time: 0.000173 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221801;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:40.666437' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001163 Lock_time: 0.000943 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221801;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000548 Lock_time: 0.000206 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221801;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000313 Lock_time: 0.000160 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221801;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:40.666661' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:56:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000368 Lock_time: 0.000151 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221802;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001330 Lock_time: 0.001170 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221802;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:41.665974' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001027 Lock_time: 0.000891 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221802;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:41.6659' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:56:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001120 Lock_time: 0.000942 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221803;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:42.666509' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001042 Lock_time: 0.000817 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221803;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:42.666684' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002003 Lock_time: 0.001323 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221803;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:56:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000315 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221804;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000588 Lock_time: 0.000134 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221804;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000316 Lock_time: 0.000146 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221804;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:43.665738' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:56:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000292 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221805;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000517 Lock_time: 0.000141 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221805;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000253 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221805;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:44.666274' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:56:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000530 Lock_time: 0.000136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221806;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000260 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221806;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:45.66565' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000272 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221806;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:45.6657' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13133 Schema: QC_hit: No
# Query_time: 0.000291 Lock_time: 0.000175 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221806;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13133 Schema: QC_hit: No
# Query_time: 0.000302 Lock_time: 0.000219 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221806;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:56:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000321 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221807;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000491 Lock_time: 0.000137 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221807;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000205 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221807;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:46.666229' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:56:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13135 Schema: QC_hit: No
# Query_time: 0.000217 Lock_time: 0.000123 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221808;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13135 Schema: QC_hit: No
# Query_time: 0.000149 Lock_time: 0.000105 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221808;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001356 Lock_time: 0.001202 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221808;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000775 Lock_time: 0.000620 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221808;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:47.665726' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000688 Lock_time: 0.000494 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221808;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:47.665708' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:56:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13136 Schema: QC_hit: No
# Query_time: 0.000162 Lock_time: 0.000107 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221809;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13136 Schema: QC_hit: No
# Query_time: 0.000158 Lock_time: 0.000112 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221809;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001431 Lock_time: 0.001238 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221809;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000781 Lock_time: 0.000595 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221809;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:48.666557' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001670 Lock_time: 0.001249 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221809;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:56:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000329 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221810;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001401 Lock_time: 0.001224 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221810;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:49.665793' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001409 Lock_time: 0.001258 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221810;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:49.665773' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:56:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000216 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221811;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000509 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221811;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001023 Lock_time: 0.000906 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221811;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:50.666227' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:56:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000402 Lock_time: 0.000155 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221812;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000220 Lock_time: 0.000055 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221812;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:51.66567' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000277 Lock_time: 0.000076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221812;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:51.665812' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:56:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000262 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221813;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000654 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221813;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000186 Lock_time: 0.000068 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221813;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:52.666332' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000185 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221813;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:52.666474' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:56:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000222 Lock_time: 0.000069 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221814;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000475 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221814;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000212 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221814;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:53.665663' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:56:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000473 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221815;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000221 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221815;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:54.666184' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001165 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221815;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:54.666238' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:56:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000806 Lock_time: 0.000679 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221816;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:55.665839' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001406 Lock_time: 0.001255 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221816;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000860 Lock_time: 0.000676 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221816;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:55.665672' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001576 Lock_time: 0.001199 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221816;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:56:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001403 Lock_time: 0.001260 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221817;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000821 Lock_time: 0.000708 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221817;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:56.666123' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001603 Lock_time: 0.001278 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221817;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:56:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13139 Schema: QC_hit: No
# Query_time: 0.000200 Lock_time: 0.000117 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221818;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13139 Schema: QC_hit: No
# Query_time: 0.000149 Lock_time: 0.000101 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221818;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001221 Lock_time: 0.001037 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221818;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:57.665565' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000622 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221818;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000194 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221818;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:56:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13140 Schema: QC_hit: No
# Query_time: 0.000239 Lock_time: 0.000144 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221819;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13140 Schema: QC_hit: No
# Query_time: 0.000196 Lock_time: 0.000124 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221819;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000350 Lock_time: 0.000171 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221819;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000543 Lock_time: 0.000170 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221819;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001160 Lock_time: 0.001039 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221819;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:58.665733' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:57:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000259 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221820;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001314 Lock_time: 0.001193 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221820;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:59.666137' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000810 Lock_time: 0.000656 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221820;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:56:59.666318' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:57:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000588 Lock_time: 0.000433 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221821;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000786 Lock_time: 0.000436 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221821;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000242 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221821;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:00.665572' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:57:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000290 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221822;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000603 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221822;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001953 Lock_time: 0.001841 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221822;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:01.666048' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:57:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000366 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221823;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000678 Lock_time: 0.000312 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221823;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000217 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221823;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:02.66579' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:57:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000291 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221824;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000462 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221824;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000208 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221824;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:03.666141' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:57:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000636 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221825;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000331 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221825;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:04.665614' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000320 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221825;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:04.665892' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:57:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000281 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221826;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000455 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221826;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000174 Lock_time: 0.000060 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221826;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:05.665992' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:57:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000804 Lock_time: 0.000632 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221827;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:06.665847' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000893 Lock_time: 0.000717 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221827;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:06.665813' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001774 Lock_time: 0.001371 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221827;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:57:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13143 Schema: QC_hit: No
# Query_time: 0.000215 Lock_time: 0.000133 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221828;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13143 Schema: QC_hit: No
# Query_time: 0.000147 Lock_time: 0.000099 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221828;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000870 Lock_time: 0.000712 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221828;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:07.666199' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000987 Lock_time: 0.000826 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221828;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:07.666027' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001810 Lock_time: 0.001456 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221828;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:57:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13144 Schema: QC_hit: No
# Query_time: 0.000193 Lock_time: 0.000110 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221829;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13144 Schema: QC_hit: No
# Query_time: 0.000160 Lock_time: 0.000111 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221829;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000340 Lock_time: 0.000150 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221829;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001511 Lock_time: 0.001393 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221829;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:08.66565' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001525 Lock_time: 0.001396 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221829;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:08.665633' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:57:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000741 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221830;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001094 Lock_time: 0.000932 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221830;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:09.666239' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000913 Lock_time: 0.000770 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221830;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:09.666142' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001104 Lock_time: 0.000924 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221830;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:57:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000584 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221831;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000432 Lock_time: 0.000281 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221831;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:10.665701' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000412 Lock_time: 0.000230 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221831;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:10.665719' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:57:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000238 Lock_time: 0.000074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221832;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000424 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221832;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000239 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221832;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:11.666345' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:57:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000287 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221833;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000745 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221833;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000205 Lock_time: 0.000066 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221833;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:12.665855' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:57:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000565 Lock_time: 0.000138 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221834;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000202 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221834;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:13.66667' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000202 Lock_time: 0.000072 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221834;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:13.666468' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:57:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000514 Lock_time: 0.000318 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221835;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000205 Lock_time: 0.000062 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221835;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:14.666393' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001080 Lock_time: 0.000593 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221835;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000240 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221835;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:14.666556' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:57:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000338 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221836;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:15.666038' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000195 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221836;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:15.666028' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000914 Lock_time: 0.000478 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221836;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13146 Schema: QC_hit: No
# Query_time: 0.000294 Lock_time: 0.000170 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221836;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13146 Schema: QC_hit: No
# Query_time: 0.000175 Lock_time: 0.000125 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221836;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:57:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000845 Lock_time: 0.000654 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221837;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:16.665448' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001463 Lock_time: 0.001273 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221837;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000844 Lock_time: 0.000632 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221837;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:16.665475' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:57:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13148 Schema: QC_hit: No
# Query_time: 0.000237 Lock_time: 0.000126 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221838;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13148 Schema: QC_hit: No
# Query_time: 0.000129 Lock_time: 0.000082 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221838;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001107 Lock_time: 0.000966 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221838;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001638 Lock_time: 0.001128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221838;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000746 Lock_time: 0.000631 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221838;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:17.666013' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:57:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13149 Schema: QC_hit: No
# Query_time: 0.000242 Lock_time: 0.000185 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221839;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13149 Schema: QC_hit: No
# Query_time: 0.000149 Lock_time: 0.000103 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221839;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000273 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221839;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000226 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221839;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:18.665679' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001886 Lock_time: 0.001463 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221839;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:57:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.005020 Lock_time: 0.004820 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221840;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.004568 Lock_time: 0.004322 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221840;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:19.666054' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.005701 Lock_time: 0.005211 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221840;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:57:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000257 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221841;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000624 Lock_time: 0.000181 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221841;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001564 Lock_time: 0.001451 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221841;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:20.665531' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:57:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001270 Lock_time: 0.000620 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221842;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001241 Lock_time: 0.000926 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221842;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:21.665999' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001673 Lock_time: 0.000926 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221842;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:21.666049' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:57:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000505 Lock_time: 0.000304 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221843;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000566 Lock_time: 0.000142 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221843;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000255 Lock_time: 0.000131 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221843;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:22.66578' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:57:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000726 Lock_time: 0.000318 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221844;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000248 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221844;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:23.666361' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000208 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221844;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:23.666366' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:57:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000270 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221845;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000616 Lock_time: 0.000231 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221845;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000181 Lock_time: 0.000063 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221845;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:24.665774' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:57:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000734 Lock_time: 0.000161 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221846;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000593 Lock_time: 0.000429 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221846;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:25.666203' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000452 Lock_time: 0.000280 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221846;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:25.666362' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:57:27
# User@Host: so_user[so_user] @ [10.233.71.99]
# Thread_id: 12651 Schema: camundabpmn QC_hit: No
# Query_time: 0.000875 Lock_time: 0.000473 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 356
use camundabpmn;
SET timestamp=1623221847;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 06:57:27.534'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 06:57:27.534')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'c95c66ac-c8af-11eb-9d3f-0a01556420c8'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 06:57:27.534') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001683 Lock_time: 0.001475 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
use vid_openecomp_epsdk;
SET timestamp=1623221847;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001030 Lock_time: 0.000805 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221847;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:26.665891' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001031 Lock_time: 0.000767 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221847;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:26.665703' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002086 Lock_time: 0.001259 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221847;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:57:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13152 Schema: QC_hit: No
# Query_time: 0.000178 Lock_time: 0.000097 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221848;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13152 Schema: QC_hit: No
# Query_time: 0.000134 Lock_time: 0.000089 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221848;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001080 Lock_time: 0.000919 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221848;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:27.666225' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001003 Lock_time: 0.000831 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221848;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:27.66634' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002014 Lock_time: 0.001491 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221848;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:57:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13153 Schema: QC_hit: No
# Query_time: 0.000234 Lock_time: 0.000132 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221849;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13153 Schema: QC_hit: No
# Query_time: 0.000179 Lock_time: 0.000130 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221849;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000619 Lock_time: 0.000153 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221849;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000762 Lock_time: 0.000658 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221849;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001337 Lock_time: 0.001218 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221849;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:28.665757' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001377 Lock_time: 0.001233 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221849;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:28.665602' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:57:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000510 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221850;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001377 Lock_time: 0.001209 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221850;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:29.666005' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001590 Lock_time: 0.001464 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221850;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:29.666005' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:57:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000389 Lock_time: 0.000168 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221851;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000601 Lock_time: 0.000188 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221851;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000596 Lock_time: 0.000485 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221851;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:30.66723' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:57:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000253 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221852;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000235 Lock_time: 0.000068 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221852;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:31.666227' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000243 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221852;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:31.666074' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:57:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000515 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221853;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000350 Lock_time: 0.000153 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221853;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:32.6655' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000297 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221853;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:32.665686' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:57:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000312 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221854;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000503 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221854;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000223 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221854;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:33.666124' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:57:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000247 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221855;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:34.665598' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000235 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221855;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:34.665464' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000887 Lock_time: 0.000328 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221855;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:57:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000544 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221856;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000223 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221856;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:35.666014' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000249 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221856;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:35.666006' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:57:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000749 Lock_time: 0.000580 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221857;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:36.665541' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000697 Lock_time: 0.000541 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221857;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:36.665541' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001569 Lock_time: 0.001181 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221857;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:57:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13156 Schema: QC_hit: No
# Query_time: 0.000214 Lock_time: 0.000123 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221858;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13156 Schema: QC_hit: No
# Query_time: 0.000139 Lock_time: 0.000080 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221858;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000704 Lock_time: 0.000541 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221858;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:37.666132' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001284 Lock_time: 0.001099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221858;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001752 Lock_time: 0.001254 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221858;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:57:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13157 Schema: QC_hit: No
# Query_time: 0.000244 Lock_time: 0.000151 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221859;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13157 Schema: QC_hit: No
# Query_time: 0.000130 Lock_time: 0.000083 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221859;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000539 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221859;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001442 Lock_time: 0.001288 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221859;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:38.665611' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001292 Lock_time: 0.001124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221859;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:38.665883' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:57:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001173 Lock_time: 0.000693 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221860;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001274 Lock_time: 0.001111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221860;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:39.666045' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000227 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221860;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:39.666016' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:57:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000583 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221861;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000267 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221861;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:40.665944' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001067 Lock_time: 0.000968 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221861;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:57:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000289 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221862;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000237 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221862;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:41.666145' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000235 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221862;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:41.666163' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:57:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000347 Lock_time: 0.000147 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221863;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000284 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221863;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:42.665853' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000308 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221863;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:42.665603' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:57:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000254 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221864;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000556 Lock_time: 0.000165 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221864;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000288 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221864;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:43.666128' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000374 Lock_time: 0.000150 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221864;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:43.666116' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:57:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001465 Lock_time: 0.001299 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221865;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000972 Lock_time: 0.000731 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221865;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:44.665572' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001719 Lock_time: 0.001302 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221865;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:57:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001476 Lock_time: 0.001273 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221866;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000772 Lock_time: 0.000572 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221866;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:45.666048' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000912 Lock_time: 0.000645 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221866;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:45.666042' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13159 Schema: QC_hit: No
# Query_time: 0.000235 Lock_time: 0.000136 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221866;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13159 Schema: QC_hit: No
# Query_time: 0.000286 Lock_time: 0.000200 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221866;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:57:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000299 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221867;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000517 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221867;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001323 Lock_time: 0.001203 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221867;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:46.665679' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:57:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13161 Schema: QC_hit: No
# Query_time: 0.000254 Lock_time: 0.000149 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221868;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13161 Schema: QC_hit: No
# Query_time: 0.000169 Lock_time: 0.000112 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221868;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000368 Lock_time: 0.000154 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221868;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000610 Lock_time: 0.000177 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221868;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001424 Lock_time: 0.001228 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221868;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:47.666104' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:57:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13162 Schema: QC_hit: No
# Query_time: 0.000187 Lock_time: 0.000127 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221869;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13162 Schema: QC_hit: No
# Query_time: 0.000198 Lock_time: 0.000142 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221869;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000300 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221869;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000297 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221869;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:48.665589' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000308 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221869;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:48.665606' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:57:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000565 Lock_time: 0.000146 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221870;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221870;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:49.66605' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000241 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221870;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:49.666085' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:57:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000225 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221871;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000212 Lock_time: 0.000074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221871;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:50.665766' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000220 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221871;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:50.665754' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:57:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000283 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221872;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000252 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221872;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:51.66641' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000217 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221872;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:51.669185' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:57:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000308 Lock_time: 0.000143 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221873;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000577 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221873;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000200 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221873;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:52.665511' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:57:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000336 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221874;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000536 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221874;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000274 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221874;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:53.666081' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:57:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000650 Lock_time: 0.000455 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221875;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:54.665675' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001279 Lock_time: 0.001064 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221875;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001545 Lock_time: 0.001118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221875;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:57:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000312 Lock_time: 0.000149 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221876;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:55.666411' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000435 Lock_time: 0.000268 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221876;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:55.666215' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001155 Lock_time: 0.000916 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221876;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:57:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000250 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221877;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000194 Lock_time: 0.000070 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221877;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:56.665652' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000220 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221877;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:56.665677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:57:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13165 Schema: QC_hit: No
# Query_time: 0.000214 Lock_time: 0.000133 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221878;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13165 Schema: QC_hit: No
# Query_time: 0.000303 Lock_time: 0.000204 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221878;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000297 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221878;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000270 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221878;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:57.666062' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000550 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221878;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:57:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13166 Schema: QC_hit: No
# Query_time: 0.000308 Lock_time: 0.000171 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221879;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13166 Schema: QC_hit: No
# Query_time: 0.000191 Lock_time: 0.000140 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221879;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000367 Lock_time: 0.000212 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221879;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000211 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221879;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:58.665822' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001218 Lock_time: 0.000892 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221879;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:58:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000224 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221880;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000447 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221880;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000172 Lock_time: 0.000068 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221880;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:57:59.66664' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:58:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000250 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221881;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000211 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221881;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:00.665867' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000226 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221881;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:00.665839' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:58:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000285 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221882;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000556 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221882;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000206 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221882;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:01.666616' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:58:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000631 Lock_time: 0.000454 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221883;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:02.665998' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000543 Lock_time: 0.000368 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221883;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:02.665854' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001596 Lock_time: 0.001089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221883;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:58:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001146 Lock_time: 0.000926 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221884;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:03.666337' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001151 Lock_time: 0.000915 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221884;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:03.666523' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002034 Lock_time: 0.001635 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221884;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:58:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000271 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221885;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000531 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221885;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000202 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221885;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:04.665699' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:58:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000529 Lock_time: 0.000259 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221886;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001336 Lock_time: 0.001112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221886;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:05.666236' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001309 Lock_time: 0.001085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221886;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:05.666375' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:58:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000551 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221887;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000220 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221887;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:06.6657' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000228 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221887;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:06.665663' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:58:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13169 Schema: QC_hit: No
# Query_time: 0.000226 Lock_time: 0.000125 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221888;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13169 Schema: QC_hit: No
# Query_time: 0.000131 Lock_time: 0.000086 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221888;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000382 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221888;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000213 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221888;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:07.665721' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000997 Lock_time: 0.000152 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221888;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:58:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13170 Schema: QC_hit: No
# Query_time: 0.000217 Lock_time: 0.000128 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221889;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13170 Schema: QC_hit: No
# Query_time: 0.000186 Lock_time: 0.000134 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221889;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000266 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221889;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000636 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221889;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000212 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221889;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:08.665929' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:58:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000251 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221890;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000605 Lock_time: 0.000181 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221890;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000229 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221890;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:09.666406' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:58:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000297 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221891;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000232 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221891;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:10.665836' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000246 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221891;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:10.665868' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:58:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000378 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221892;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000549 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221892;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000162 Lock_time: 0.000054 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221892;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:11.66667' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:58:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000916 Lock_time: 0.000723 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221893;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:12.666076' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001579 Lock_time: 0.001355 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221893;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000889 Lock_time: 0.000677 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221893;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:12.666108' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:58:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000326 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221894;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000581 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221894;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002094 Lock_time: 0.001937 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221894;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:13.666179' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:58:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000862 Lock_time: 0.000681 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221895;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:14.666417' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002008 Lock_time: 0.001392 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221895;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002078 Lock_time: 0.001936 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221895;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:58:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000673 Lock_time: 0.000173 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221896;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000243 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221896;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:15.665972' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000269 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221896;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:15.665998' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13172 Schema: QC_hit: No
# Query_time: 0.000210 Lock_time: 0.000127 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221896;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13172 Schema: QC_hit: No
# Query_time: 0.000148 Lock_time: 0.000094 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221896;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:58:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000331 Lock_time: 0.000153 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221897;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000585 Lock_time: 0.000149 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221897;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000187 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221897;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:16.666615' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:58:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13174 Schema: QC_hit: No
# Query_time: 0.000258 Lock_time: 0.000163 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221898;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13174 Schema: QC_hit: No
# Query_time: 0.000170 Lock_time: 0.000119 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221898;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000327 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221898;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000233 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221898;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:17.666139' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000460 Lock_time: 0.000155 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221898;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:17.666233' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:58:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13175 Schema: QC_hit: No
# Query_time: 0.000247 Lock_time: 0.000150 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221899;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13175 Schema: QC_hit: No
# Query_time: 0.000202 Lock_time: 0.000152 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221899;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000304 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221899;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000542 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221899;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000369 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221899;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:18.665602' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:58:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000352 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221900;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000143 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221900;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:19.666291' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000260 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221900;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:19.666278' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:58:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001380 Lock_time: 0.001180 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221901;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:20.665799' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002077 Lock_time: 0.001877 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221901;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001471 Lock_time: 0.001181 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221901;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:20.665763' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002446 Lock_time: 0.001903 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221901;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:58:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001016 Lock_time: 0.000804 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221902;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:21.666535' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001748 Lock_time: 0.001514 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221902;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001015 Lock_time: 0.000813 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221902;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:21.666396' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:58:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000611 Lock_time: 0.000216 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221903;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000202 Lock_time: 0.000076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221903;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:22.665757' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000334 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221903;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:22.665729' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:58:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000280 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221904;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000263 Lock_time: 0.000150 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221904;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:23.666375' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001030 Lock_time: 0.000928 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221904;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:23.666373' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:58:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000398 Lock_time: 0.000150 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221905;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000544 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221905;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000239 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221905;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:24.665674' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:58:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000329 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221906;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221906;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:25.666401' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000289 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221906;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:25.666447' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:58:27
# User@Host: so_user[so_user] @ [10.233.71.99]
# Thread_id: 12651 Schema: camundabpmn QC_hit: No
# Query_time: 0.002231 Lock_time: 0.001769 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 356
use camundabpmn;
SET timestamp=1623221907;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 06:58:27.535'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 06:58:27.535')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'c95c66ac-c8af-11eb-9d3f-0a01556420c8'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 06:58:27.535') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000473 Lock_time: 0.000281 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
use vid_openecomp_epsdk;
SET timestamp=1623221907;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000689 Lock_time: 0.000287 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221907;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000306 Lock_time: 0.000189 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221907;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:26.66582' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:58:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13178 Schema: QC_hit: No
# Query_time: 0.000195 Lock_time: 0.000115 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221908;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13178 Schema: QC_hit: No
# Query_time: 0.000170 Lock_time: 0.000106 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221908;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000265 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221908;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000385 Lock_time: 0.000166 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221908;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:27.666507' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000421 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221908;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:27.666661' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:58:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13179 Schema: QC_hit: No
# Query_time: 0.000205 Lock_time: 0.000121 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221909;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13179 Schema: QC_hit: No
# Query_time: 0.000154 Lock_time: 0.000093 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221909;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000707 Lock_time: 0.000554 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221909;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:28.665945' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001267 Lock_time: 0.001061 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221909;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000728 Lock_time: 0.000551 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221909;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:28.665928' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:58:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001450 Lock_time: 0.001290 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221910;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000786 Lock_time: 0.000519 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221910;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:29.666443' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001752 Lock_time: 0.001308 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221910;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:58:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000521 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221911;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001308 Lock_time: 0.001169 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221911;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:30.66598' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001312 Lock_time: 0.001178 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221911;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:30.666183' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:58:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000333 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221912;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000541 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221912;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000710 Lock_time: 0.000502 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221912;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:31.666467' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:58:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000761 Lock_time: 0.000275 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221913;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000240 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221913;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:32.666087' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001141 Lock_time: 0.001016 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221913;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:32.666293' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:58:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000382 Lock_time: 0.000208 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221914;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000963 Lock_time: 0.000159 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221914;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.003713 Lock_time: 0.003582 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221914;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:33.665861' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:58:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000320 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221915;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000524 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221915;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001207 Lock_time: 0.001031 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221915;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:34.666304' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:58:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000409 Lock_time: 0.000153 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221916;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000260 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221916;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:35.665781' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000332 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221916;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:35.665897' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:58:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000265 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221917;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000567 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221917;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000241 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221917;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:36.666375' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:58:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13182 Schema: QC_hit: No
# Query_time: 0.000211 Lock_time: 0.000129 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221918;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13182 Schema: QC_hit: No
# Query_time: 0.000166 Lock_time: 0.000117 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221918;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001389 Lock_time: 0.001208 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221918;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000998 Lock_time: 0.000843 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221918;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:37.66594' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001056 Lock_time: 0.000885 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221918;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:37.665974' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:58:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13183 Schema: QC_hit: No
# Query_time: 0.000288 Lock_time: 0.000183 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221919;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13183 Schema: QC_hit: No
# Query_time: 0.000180 Lock_time: 0.000129 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221919;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000964 Lock_time: 0.000743 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221919;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:38.666277' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001005 Lock_time: 0.000662 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221919;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:38.666263' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001942 Lock_time: 0.001453 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221919;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:58:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000850 Lock_time: 0.000181 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221920;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001505 Lock_time: 0.001342 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221920;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:39.665699' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001423 Lock_time: 0.001276 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221920;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:39.665833' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:58:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000518 Lock_time: 0.000130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221921;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001096 Lock_time: 0.000939 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221921;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:40.666521' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001211 Lock_time: 0.001061 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221921;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:40.666298' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:58:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000302 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221922;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000700 Lock_time: 0.000433 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221922;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:41.666092' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000863 Lock_time: 0.000535 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221922;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:41.666068' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:58:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000528 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221923;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000658 Lock_time: 0.000166 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221923;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000995 Lock_time: 0.000870 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221923;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:42.666459' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001154 Lock_time: 0.001012 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221923;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:42.666747' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:58:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000777 Lock_time: 0.000189 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221924;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000251 Lock_time: 0.000062 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221924;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:43.66589' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000681 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221924;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:43.665881' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:58:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000285 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221925;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000574 Lock_time: 0.000147 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221925;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000203 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221925;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:44.666418' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:58:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000283 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221926;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000493 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221926;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000358 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221926;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:45.665808' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13185 Schema: QC_hit: No
# Query_time: 0.000241 Lock_time: 0.000141 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221926;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13185 Schema: QC_hit: No
# Query_time: 0.000246 Lock_time: 0.000165 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221926;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:58:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000302 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221927;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000366 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221927;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:46.66637' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000185 Lock_time: 0.000065 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221927;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:46.666519' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:58:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13187 Schema: QC_hit: No
# Query_time: 0.000218 Lock_time: 0.000124 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221928;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13187 Schema: QC_hit: No
# Query_time: 0.000129 Lock_time: 0.000086 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221928;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000825 Lock_time: 0.000631 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221928;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:47.665772' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000534 Lock_time: 0.000257 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221928;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:47.665746' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001473 Lock_time: 0.001303 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221928;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:58:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13188 Schema: QC_hit: No
# Query_time: 0.000281 Lock_time: 0.000176 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221929;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13188 Schema: QC_hit: No
# Query_time: 0.000219 Lock_time: 0.000166 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221929;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000530 Lock_time: 0.000315 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221929;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:48.666341' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000410 Lock_time: 0.000161 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221929;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:48.666156' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002163 Lock_time: 0.000941 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221929;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:58:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000347 Lock_time: 0.000179 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221930;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000550 Lock_time: 0.000174 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221930;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001317 Lock_time: 0.001128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221930;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:49.665675' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:58:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000226 Lock_time: 0.000074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221931;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:50.666228' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001273 Lock_time: 0.000988 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221931;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001946 Lock_time: 0.000970 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221931;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:58:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000314 Lock_time: 0.000130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221932;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001405 Lock_time: 0.001291 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221932;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:51.6657' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001609 Lock_time: 0.001305 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221932;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:51.665701' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:58:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000619 Lock_time: 0.000156 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221933;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000952 Lock_time: 0.000793 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221933;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:52.66628' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000892 Lock_time: 0.000732 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221933;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:52.666334' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:58:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000635 Lock_time: 0.000216 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221934;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000195 Lock_time: 0.000073 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221934;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:53.665771' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000186 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221934;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:53.665786' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:58:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000585 Lock_time: 0.000149 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221935;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000206 Lock_time: 0.000076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221935;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:54.666357' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000374 Lock_time: 0.000143 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221935;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:54.666531' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:58:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000671 Lock_time: 0.000162 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221936;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000194 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221936;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:55.665933' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000219 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221936;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:55.665913' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:58:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000652 Lock_time: 0.000478 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221937;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:56.665559' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001357 Lock_time: 0.001171 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221937;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000688 Lock_time: 0.000515 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221937;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:56.665582' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001594 Lock_time: 0.001181 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221937;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:58:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13191 Schema: QC_hit: No
# Query_time: 0.000237 Lock_time: 0.000126 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221938;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13191 Schema: QC_hit: No
# Query_time: 0.000272 Lock_time: 0.000213 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221938;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001253 Lock_time: 0.001118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221938;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000516 Lock_time: 0.000353 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221938;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:57.66651' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002046 Lock_time: 0.001248 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221938;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:58:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13192 Schema: QC_hit: No
# Query_time: 0.000231 Lock_time: 0.000148 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221939;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13192 Schema: QC_hit: No
# Query_time: 0.000188 Lock_time: 0.000137 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221939;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000303 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221939;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:58.665595' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000317 Lock_time: 0.000154 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221939;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:58.665613' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001383 Lock_time: 0.001014 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221939;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:59:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000251 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221940;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000590 Lock_time: 0.000150 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221940;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000251 Lock_time: 0.000143 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221940;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:58:59.66621' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:59:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000319 Lock_time: 0.000134 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221941;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000509 Lock_time: 0.000133 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221941;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000273 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221941;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:00.665745' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:59:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000407 Lock_time: 0.000164 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221942;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000278 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221942;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:01.666855' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000419 Lock_time: 0.000236 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221942;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:01.666703' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:59:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000263 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221943;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000267 Lock_time: 0.000073 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221943;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:02.66595' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000242 Lock_time: 0.000057 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221943;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:02.665947' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:59:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000996 Lock_time: 0.000799 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221944;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:03.665684' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001024 Lock_time: 0.000817 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221944;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:03.665656' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001956 Lock_time: 0.001533 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221944;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:59:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000344 Lock_time: 0.000181 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221945;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:04.666253' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001066 Lock_time: 0.000881 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221945;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001392 Lock_time: 0.000897 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221945;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:59:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000361 Lock_time: 0.000161 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221946;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000216 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221946;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:05.665678' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001089 Lock_time: 0.000896 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221946;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:05.665611' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:59:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000270 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221947;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000518 Lock_time: 0.000138 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221947;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000359 Lock_time: 0.000137 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221947;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:06.666422' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:59:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13195 Schema: QC_hit: No
# Query_time: 0.000242 Lock_time: 0.000136 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221948;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13195 Schema: QC_hit: No
# Query_time: 0.000208 Lock_time: 0.000159 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221948;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000705 Lock_time: 0.000145 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221948;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000224 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221948;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:07.665835' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000219 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221948;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:07.66577' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:59:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13196 Schema: QC_hit: No
# Query_time: 0.000252 Lock_time: 0.000146 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221949;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13196 Schema: QC_hit: No
# Query_time: 0.000179 Lock_time: 0.000127 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221949;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000511 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221949;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000481 Lock_time: 0.000351 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221949;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:08.666433' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000485 Lock_time: 0.000368 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221949;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:08.666444' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:59:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000420 Lock_time: 0.000214 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221950;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:09.665808' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000507 Lock_time: 0.000286 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221950;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:09.665771' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001550 Lock_time: 0.001024 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221950;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:59:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000731 Lock_time: 0.000535 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221951;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:10.666636' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001481 Lock_time: 0.001288 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221951;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000721 Lock_time: 0.000535 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221951;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:10.666516' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001676 Lock_time: 0.001193 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221951;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:59:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000295 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221952;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001259 Lock_time: 0.001104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221952;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:11.666008' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001379 Lock_time: 0.001211 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221952;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:11.666013' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:59:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000637 Lock_time: 0.000466 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221953;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000909 Lock_time: 0.000399 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221953;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001366 Lock_time: 0.001250 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221953;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:12.665926' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:59:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000260 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221954;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:13.666259' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000729 Lock_time: 0.000528 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221954;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001152 Lock_time: 0.000716 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221954;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:59:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000260 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221955;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000584 Lock_time: 0.000155 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221955;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000202 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221955;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:14.665683' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:59:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000318 Lock_time: 0.000152 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221956;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000238 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221956;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:15.66612' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000290 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221956;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:15.666122' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13198 Schema: QC_hit: No
# Query_time: 0.000221 Lock_time: 0.000143 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221956;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13198 Schema: QC_hit: No
# Query_time: 0.000150 Lock_time: 0.000103 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221956;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:59:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001454 Lock_time: 0.001264 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221957;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000348 Lock_time: 0.000159 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221957;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:16.665694' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000356 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221957;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:16.665545' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:59:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13200 Schema: QC_hit: No
# Query_time: 0.000217 Lock_time: 0.000123 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221958;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13200 Schema: QC_hit: No
# Query_time: 0.000160 Lock_time: 0.000112 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221958;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000453 Lock_time: 0.000277 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221958;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:17.666212' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001170 Lock_time: 0.000979 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221958;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000252 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221958;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:17.666051' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:59:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13201 Schema: QC_hit: No
# Query_time: 0.000205 Lock_time: 0.000125 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221959;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13201 Schema: QC_hit: No
# Query_time: 0.000132 Lock_time: 0.000090 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221959;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000329 Lock_time: 0.000140 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221959;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001467 Lock_time: 0.001311 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221959;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:18.665645' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001402 Lock_time: 0.001278 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221959;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:18.665645' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:59:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000623 Lock_time: 0.000133 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221960;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001022 Lock_time: 0.000861 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221960;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:19.666302' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001073 Lock_time: 0.000955 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221960;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:19.666503' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:59:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000298 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221961;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001391 Lock_time: 0.001254 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221961;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:20.665812' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001456 Lock_time: 0.001295 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221961;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:20.665884' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:59:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000513 Lock_time: 0.000331 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221962;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000865 Lock_time: 0.000687 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221962;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:21.666447' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001656 Lock_time: 0.001281 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221962;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:59:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000263 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221963;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000244 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221963;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:22.666136' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001506 Lock_time: 0.001394 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221963;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:22.66606' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:59:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000277 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221964;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000497 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221964;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000428 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221964;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:23.665753' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:59:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000363 Lock_time: 0.000134 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221965;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001301 Lock_time: 0.001134 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221965;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:24.66642' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001219 Lock_time: 0.001023 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221965;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:24.666457' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:59:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000381 Lock_time: 0.000155 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221966;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000632 Lock_time: 0.000182 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221966;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000268 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221966;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:25.665907' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:59:27
# User@Host: so_user[so_user] @ [10.233.71.99]
# Thread_id: 12651 Schema: camundabpmn QC_hit: No
# Query_time: 0.000789 Lock_time: 0.000331 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 356
use camundabpmn;
SET timestamp=1623221967;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 06:59:27.535'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 06:59:27.535')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'c95c66ac-c8af-11eb-9d3f-0a01556420c8'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 06:59:27.535') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000431 Lock_time: 0.000261 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
use vid_openecomp_epsdk;
SET timestamp=1623221967;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000689 Lock_time: 0.000299 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221967;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000189 Lock_time: 0.000076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221967;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:26.666412' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000243 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221967;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:26.666457' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:59:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13204 Schema: QC_hit: No
# Query_time: 0.000247 Lock_time: 0.000163 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221968;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13204 Schema: QC_hit: No
# Query_time: 0.000191 Lock_time: 0.000125 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221968;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000387 Lock_time: 0.000161 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221968;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000338 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221968;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:27.665841' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000394 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221968;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:27.665931' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:59:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13205 Schema: QC_hit: No
# Query_time: 0.000216 Lock_time: 0.000136 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221969;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13205 Schema: QC_hit: No
# Query_time: 0.000166 Lock_time: 0.000119 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221969;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000438 Lock_time: 0.000320 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221969;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000764 Lock_time: 0.000172 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221969;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000259 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221969;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:28.665637' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:59:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000390 Lock_time: 0.000164 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221970;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000293 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221970;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:29.666063' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000327 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221970;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:29.666063' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:59:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000616 Lock_time: 0.000441 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221971;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:30.665649' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000559 Lock_time: 0.000392 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221971;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:30.665717' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001506 Lock_time: 0.001088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221971;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:59:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000259 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221972;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:31.666219' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000307 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221972;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:31.666343' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001364 Lock_time: 0.000907 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221972;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:59:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000262 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221973;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001115 Lock_time: 0.000991 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221973;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:32.665952' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001341 Lock_time: 0.001187 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221973;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:32.665974' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:59:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000405 Lock_time: 0.000158 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221974;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000226 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221974;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:33.665635' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001337 Lock_time: 0.001160 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221974;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:33.665796' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:59:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000264 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221975;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001256 Lock_time: 0.001140 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221975;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:34.666183' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001374 Lock_time: 0.001220 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221975;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:34.666178' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:59:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000390 Lock_time: 0.000155 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221976;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000616 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221976;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001467 Lock_time: 0.001172 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221976;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:35.665833' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:59:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000332 Lock_time: 0.000172 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221977;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000201 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221977;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:36.666515' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000634 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221977;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:59:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13208 Schema: QC_hit: No
# Query_time: 0.000202 Lock_time: 0.000121 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221978;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13208 Schema: QC_hit: No
# Query_time: 0.000314 Lock_time: 0.000266 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221978;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000340 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221978;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000181 Lock_time: 0.000066 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221978;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:37.66587' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000233 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221978;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:37.665875' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:59:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13209 Schema: QC_hit: No
# Query_time: 0.000212 Lock_time: 0.000115 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221979;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13209 Schema: QC_hit: No
# Query_time: 0.000135 Lock_time: 0.000086 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221979;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000280 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221979;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000467 Lock_time: 0.000136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221979;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000230 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221979;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:38.666419' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:59:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001369 Lock_time: 0.001216 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221980;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000661 Lock_time: 0.000442 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221980;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:39.665991' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000838 Lock_time: 0.000575 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221980;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:39.665825' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:59:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000687 Lock_time: 0.000505 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221981;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000676 Lock_time: 0.000502 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221981;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:40.666885' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001304 Lock_time: 0.000951 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221981;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:59:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000218 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221982;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001250 Lock_time: 0.001122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221982;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:41.665804' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001312 Lock_time: 0.001126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221982;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:41.665793' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:59:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000487 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221983;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001571 Lock_time: 0.001418 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221983;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:42.666489' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001550 Lock_time: 0.001404 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221983;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:42.666713' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:59:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002110 Lock_time: 0.001810 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221984;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002284 Lock_time: 0.002097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221984;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:43.666104' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.003180 Lock_time: 0.002177 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221984;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:59:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000255 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221985;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000681 Lock_time: 0.000309 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221985;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000276 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221985;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:44.666407' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000198 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221985;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:44.666447' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:59:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000552 Lock_time: 0.000144 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221986;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000358 Lock_time: 0.000204 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221986;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:45.665927' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001115 Lock_time: 0.000302 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221986;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:45.665928' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13211 Schema: QC_hit: No
# Query_time: 0.000229 Lock_time: 0.000137 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221986;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13211 Schema: QC_hit: No
# Query_time: 0.000272 Lock_time: 0.000190 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221986;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 6:59:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001280 Lock_time: 0.001119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221987;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000276 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221987;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:46.665627' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001943 Lock_time: 0.001244 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221987;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:59:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13213 Schema: QC_hit: No
# Query_time: 0.000236 Lock_time: 0.000154 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221988;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13213 Schema: QC_hit: No
# Query_time: 0.000167 Lock_time: 0.000112 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221988;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000699 Lock_time: 0.000548 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221988;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:47.666336' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001568 Lock_time: 0.001257 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221988;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000767 Lock_time: 0.000670 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221988;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:47.666321' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:59:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13214 Schema: QC_hit: No
# Query_time: 0.000262 Lock_time: 0.000148 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221989;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13214 Schema: QC_hit: No
# Query_time: 0.000200 Lock_time: 0.000146 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221989;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000370 Lock_time: 0.000170 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221989;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000754 Lock_time: 0.000359 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221989;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001321 Lock_time: 0.001210 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221989;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:48.665685' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001429 Lock_time: 0.001265 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221989;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:48.665683' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:59:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000847 Lock_time: 0.000614 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221990;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:49.666185' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001658 Lock_time: 0.001409 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221990;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002132 Lock_time: 0.001580 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221990;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001162 Lock_time: 0.000744 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221990;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:49.666166' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:59:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000336 Lock_time: 0.000143 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221991;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000659 Lock_time: 0.000179 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221991;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001664 Lock_time: 0.001528 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221991;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:50.665648' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:59:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000674 Lock_time: 0.000402 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221992;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000306 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221992;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:51.667778' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000271 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221992;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:51.667778' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:59:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000463 Lock_time: 0.000288 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221993;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:52.666343' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000690 Lock_time: 0.000472 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221993;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:52.66628' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001606 Lock_time: 0.001203 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221993;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 6:59:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000301 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221994;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000482 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221994;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000240 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221994;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:53.665746' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000305 Lock_time: 0.000188 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221994;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:53.665733' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:59:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001273 Lock_time: 0.000198 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221995;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000850 Lock_time: 0.000679 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221995;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:54.666349' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001639 Lock_time: 0.000232 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221995;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001781 Lock_time: 0.001639 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221995;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:54.666348' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:59:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000363 Lock_time: 0.000147 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221996;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000667 Lock_time: 0.000165 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221996;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000275 Lock_time: 0.000142 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221996;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:55.665714' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:59:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000345 Lock_time: 0.000133 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221997;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000651 Lock_time: 0.000453 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221997;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:56.666241' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000725 Lock_time: 0.000480 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221997;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:56.666267' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:59:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13217 Schema: QC_hit: No
# Query_time: 0.000216 Lock_time: 0.000136 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221998;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13217 Schema: QC_hit: No
# Query_time: 0.000160 Lock_time: 0.000115 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221998;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000643 Lock_time: 0.000148 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221998;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000257 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221998;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:57.665694' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000276 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221998;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:57.66566' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 6:59:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13218 Schema: QC_hit: No
# Query_time: 0.000223 Lock_time: 0.000115 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623221999;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13218 Schema: QC_hit: No
# Query_time: 0.000209 Lock_time: 0.000144 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623221999;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000298 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221999;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000606 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221999;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000225 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623221999;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:58.665572' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:00:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000295 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222000;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000239 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222000;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:59.668146' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000245 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222000;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 06:59:59.668315' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:00:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000324 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222001;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000579 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222001;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000240 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222001;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:00.665718' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000308 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222001;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:00.665688' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:00:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000304 Lock_time: 0.000131 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222002;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000676 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222002;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000192 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222002;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:01.66626' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:00:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001631 Lock_time: 0.001464 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222003;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000921 Lock_time: 0.000752 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222003;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:02.665763' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001060 Lock_time: 0.000825 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222003;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:02.665991' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:00:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001557 Lock_time: 0.001368 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222004;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000980 Lock_time: 0.000772 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222004;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:03.666476' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001046 Lock_time: 0.000798 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222004;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:03.666324' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:00:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000331 Lock_time: 0.000173 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222005;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000515 Lock_time: 0.000167 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222005;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000362 Lock_time: 0.000141 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222005;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:04.665812' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:00:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000829 Lock_time: 0.000632 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222006;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000236 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222006;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:05.666613' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000898 Lock_time: 0.000559 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222006;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:00:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000266 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222007;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000551 Lock_time: 0.000414 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222007;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:06.665933' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000608 Lock_time: 0.000477 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222007;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:06.66592' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:00:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13221 Schema: QC_hit: No
# Query_time: 0.000228 Lock_time: 0.000127 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222008;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13221 Schema: QC_hit: No
# Query_time: 0.000217 Lock_time: 0.000163 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222008;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001525 Lock_time: 0.001369 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222008;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001138 Lock_time: 0.000941 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222008;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:07.665661' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001387 Lock_time: 0.000973 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222008;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:07.665657' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:00:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13222 Schema: QC_hit: No
# Query_time: 0.000206 Lock_time: 0.000111 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222009;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13222 Schema: QC_hit: No
# Query_time: 0.000159 Lock_time: 0.000110 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222009;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000597 Lock_time: 0.000387 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222009;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:08.66609' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001256 Lock_time: 0.001131 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222009;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000623 Lock_time: 0.000419 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222009;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:08.666102' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001573 Lock_time: 0.001158 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222009;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:00:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000643 Lock_time: 0.000494 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222010;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000203 Lock_time: 0.000074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222010;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:09.665454' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000486 Lock_time: 0.000072 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222010;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:09.665513' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:00:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000275 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222011;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000208 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222011;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:10.666161' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000306 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222011;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:10.666161' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:00:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000290 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222012;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000255 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222012;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:11.665703' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000266 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222012;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:11.665703' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:00:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000587 Lock_time: 0.000153 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222013;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000217 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222013;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:12.666279' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000682 Lock_time: 0.000568 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222013;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:12.66626' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:00:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000896 Lock_time: 0.000681 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222014;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:13.665681' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001542 Lock_time: 0.001154 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222014;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001726 Lock_time: 0.001311 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222014;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000847 Lock_time: 0.000666 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222014;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:13.665681' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:00:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000845 Lock_time: 0.000660 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222015;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:14.666291' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000836 Lock_time: 0.000627 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222015;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:14.666188' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001654 Lock_time: 0.001277 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222015;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:00:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000252 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222016;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001254 Lock_time: 0.001120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222016;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:15.665759' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001114 Lock_time: 0.000978 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222016;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:15.66576' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13224 Schema: QC_hit: No
# Query_time: 0.000229 Lock_time: 0.000133 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222016;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13224 Schema: QC_hit: No
# Query_time: 0.000163 Lock_time: 0.000116 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222016;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 7:00:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000503 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222017;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000394 Lock_time: 0.000209 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222017;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:16.666749' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000418 Lock_time: 0.000229 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222017;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:16.666568' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:00:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13226 Schema: QC_hit: No
# Query_time: 0.000237 Lock_time: 0.000141 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222018;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13226 Schema: QC_hit: No
# Query_time: 0.000188 Lock_time: 0.000138 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222018;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000327 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222018;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001644 Lock_time: 0.001485 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222018;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:17.666241' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001757 Lock_time: 0.001466 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222018;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:17.666048' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:00:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13227 Schema: QC_hit: No
# Query_time: 0.000268 Lock_time: 0.000154 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222019;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13227 Schema: QC_hit: No
# Query_time: 0.000176 Lock_time: 0.000116 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222019;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000287 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222019;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000455 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222019;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001375 Lock_time: 0.001246 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222019;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:18.665959' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:00:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000392 Lock_time: 0.000204 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222020;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000784 Lock_time: 0.000197 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222020;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000219 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222020;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:19.665528' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:00:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000257 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222021;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000246 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222021;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:20.666706' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000242 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222021;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:20.666718' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:00:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000289 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222022;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000203 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222022;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:21.666127' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000419 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222022;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:21.665906' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:00:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001226 Lock_time: 0.001088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222023;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:22.666334' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002005 Lock_time: 0.001746 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222023;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001309 Lock_time: 0.001055 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222023;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:22.666335' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:00:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000281 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222024;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000569 Lock_time: 0.000205 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222024;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:23.66576' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001454 Lock_time: 0.001326 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222024;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:23.665743' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:00:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000544 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222025;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001751 Lock_time: 0.001627 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222025;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:24.666424' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001778 Lock_time: 0.001633 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222025;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:24.666384' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:00:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000513 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222026;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000382 Lock_time: 0.000165 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222026;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:25.665877' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000424 Lock_time: 0.000162 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222026;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:25.665788' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:00:27
# User@Host: so_user[so_user] @ [10.233.71.99]
# Thread_id: 12651 Schema: camundabpmn QC_hit: No
# Query_time: 0.000607 Lock_time: 0.000239 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 356
use camundabpmn;
SET timestamp=1623222027;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 07:00:27.536'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 07:00:27.536')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'c95c66ac-c8af-11eb-9d3f-0a01556420c8'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 07:00:27.536') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000345 Lock_time: 0.000197 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
use vid_openecomp_epsdk;
SET timestamp=1623222027;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000546 Lock_time: 0.000210 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222027;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000239 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222027;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:26.6663' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:00:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13230 Schema: QC_hit: No
# Query_time: 0.000209 Lock_time: 0.000126 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222028;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13230 Schema: QC_hit: No
# Query_time: 0.000184 Lock_time: 0.000131 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222028;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000313 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222028;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000777 Lock_time: 0.000149 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222028;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000243 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222028;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:27.665822' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:00:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13231 Schema: QC_hit: No
# Query_time: 0.000238 Lock_time: 0.000147 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222029;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13231 Schema: QC_hit: No
# Query_time: 0.000200 Lock_time: 0.000132 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222029;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000312 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222029;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000534 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222029;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000276 Lock_time: 0.000146 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222029;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:28.666378' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000346 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222029;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:28.666422' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:00:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001779 Lock_time: 0.001613 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222030;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001173 Lock_time: 0.000987 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222030;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:29.665695' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001234 Lock_time: 0.000961 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222030;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:29.665692' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002207 Lock_time: 0.001642 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222030;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:00:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001122 Lock_time: 0.000962 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222031;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:30.66615' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001120 Lock_time: 0.000946 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222031;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:30.666215' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000162 Lock_time: 0.000061 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222031;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:00:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000616 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222032;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001632 Lock_time: 0.001280 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222032;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:31.665622' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000182 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222032;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:00:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000296 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222033;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001075 Lock_time: 0.000937 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222033;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:32.666157' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001119 Lock_time: 0.000973 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222033;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:32.666178' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:00:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000195 Lock_time: 0.000051 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222034;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000549 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222034;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000225 Lock_time: 0.000064 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222034;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:33.665553' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:00:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000268 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222035;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000564 Lock_time: 0.000140 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222035;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000183 Lock_time: 0.000061 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222035;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:34.665992' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:00:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000345 Lock_time: 0.000131 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222036;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000662 Lock_time: 0.000149 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222036;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000299 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222036;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:35.665486' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:00:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000539 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222037;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000301 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222037;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:36.666018' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000252 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222037;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:36.666002' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:00:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13234 Schema: QC_hit: No
# Query_time: 0.000233 Lock_time: 0.000140 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222038;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13234 Schema: QC_hit: No
# Query_time: 0.000189 Lock_time: 0.000137 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222038;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000588 Lock_time: 0.000379 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222038;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000791 Lock_time: 0.000401 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222038;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000240 Lock_time: 0.000130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222038;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:37.666453' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:00:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13235 Schema: QC_hit: No
# Query_time: 0.000211 Lock_time: 0.000127 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222039;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13235 Schema: QC_hit: No
# Query_time: 0.000192 Lock_time: 0.000137 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222039;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000619 Lock_time: 0.000138 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222039;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000424 Lock_time: 0.000270 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222039;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:38.665962' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000444 Lock_time: 0.000314 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222039;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:38.665956' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:00:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000321 Lock_time: 0.000138 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222040;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000969 Lock_time: 0.000134 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222040;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000585 Lock_time: 0.000457 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222040;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:39.665782' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:00:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000290 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222041;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000575 Lock_time: 0.000148 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222041;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000217 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222041;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:40.666446' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:00:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000637 Lock_time: 0.000410 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222042;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:41.665508' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001620 Lock_time: 0.001220 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222042;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000908 Lock_time: 0.000761 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222042;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:41.66567' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:00:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001081 Lock_time: 0.000935 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222043;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000687 Lock_time: 0.000588 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222043;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:42.666098' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001350 Lock_time: 0.001003 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222043;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:00:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000721 Lock_time: 0.000136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222044;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001244 Lock_time: 0.001102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222044;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:43.665669' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001249 Lock_time: 0.001097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222044;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:43.665825' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:00:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001382 Lock_time: 0.001181 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222045;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001340 Lock_time: 0.001024 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222045;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001218 Lock_time: 0.001114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222045;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:44.666277' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:00:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000204 Lock_time: 0.000061 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222046;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001662 Lock_time: 0.001482 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222046;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:45.665998' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001752 Lock_time: 0.001602 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222046;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:45.665817' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13237 Schema: QC_hit: No
# Query_time: 0.000203 Lock_time: 0.000114 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222046;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13237 Schema: QC_hit: No
# Query_time: 0.000166 Lock_time: 0.000118 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222046;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 7:00:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000520 Lock_time: 0.000367 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222047;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000623 Lock_time: 0.000196 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222047;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000996 Lock_time: 0.000885 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222047;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:46.666248' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:00:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13239 Schema: QC_hit: No
# Query_time: 0.000217 Lock_time: 0.000137 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222048;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13239 Schema: QC_hit: No
# Query_time: 0.000150 Lock_time: 0.000103 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222048;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000262 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222048;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000533 Lock_time: 0.000370 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222048;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:47.665646' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000570 Lock_time: 0.000395 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222048;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:47.665711' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:00:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13240 Schema: QC_hit: No
# Query_time: 0.000200 Lock_time: 0.000121 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222049;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13240 Schema: QC_hit: No
# Query_time: 0.000305 Lock_time: 0.000195 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222049;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000255 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222049;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000602 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222049;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000172 Lock_time: 0.000061 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222049;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:48.666124' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:00:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000716 Lock_time: 0.000158 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222050;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000398 Lock_time: 0.000251 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222050;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:49.665576' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000241 Lock_time: 0.000062 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222050;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:49.665547' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:00:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000280 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222051;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000462 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222051;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000362 Lock_time: 0.000152 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222051;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:50.666783' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000203 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222051;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:50.666783' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:00:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000630 Lock_time: 0.000433 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222052;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:51.666132' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001448 Lock_time: 0.001266 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222052;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000668 Lock_time: 0.000458 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222052;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:51.666283' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:00:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000255 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222053;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000638 Lock_time: 0.000134 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222053;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001440 Lock_time: 0.001323 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222053;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:52.665535' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:00:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000264 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222054;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000513 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222054;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001552 Lock_time: 0.001373 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222054;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:53.666333' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:00:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000317 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222055;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000302 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222055;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:54.665644' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000243 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222055;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:54.665746' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:00:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000284 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222056;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000572 Lock_time: 0.000136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222056;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000192 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222056;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:55.666187' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:00:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000300 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222057;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000219 Lock_time: 0.000069 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222057;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:56.665544' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000248 Lock_time: 0.000130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222057;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:56.665579' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:00:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13243 Schema: QC_hit: No
# Query_time: 0.000174 Lock_time: 0.000094 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222058;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13243 Schema: QC_hit: No
# Query_time: 0.000158 Lock_time: 0.000090 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222058;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000511 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222058;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000176 Lock_time: 0.000070 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222058;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:57.666126' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000229 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222058;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:57.666128' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:00:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13244 Schema: QC_hit: No
# Query_time: 0.000228 Lock_time: 0.000143 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222059;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13244 Schema: QC_hit: No
# Query_time: 0.000154 Lock_time: 0.000105 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222059;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000682 Lock_time: 0.000474 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222059;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:58.665768' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001424 Lock_time: 0.001225 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222059;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001422 Lock_time: 0.000999 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222059;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:01:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000542 Lock_time: 0.000409 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222060;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:59.666843' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001397 Lock_time: 0.001233 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222060;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000920 Lock_time: 0.000744 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222060;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:00:59.66647' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001625 Lock_time: 0.001211 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222060;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:01:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001783 Lock_time: 0.001609 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222061;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001189 Lock_time: 0.001033 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222061;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:00.666715' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002094 Lock_time: 0.001585 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222061;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:01:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000625 Lock_time: 0.000143 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222062;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001484 Lock_time: 0.001266 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222062;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:01.665961' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001442 Lock_time: 0.001252 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222062;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:01.665804' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:01:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000500 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222063;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001113 Lock_time: 0.000970 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222063;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:02.666299' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000793 Lock_time: 0.000649 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222063;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:02.666297' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:01:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000297 Lock_time: 0.000138 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222064;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000588 Lock_time: 0.000141 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222064;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000180 Lock_time: 0.000062 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222064;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:03.665779' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000255 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222064;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:03.665819' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:01:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000232 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222065;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000594 Lock_time: 0.000136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222065;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000233 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222065;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:04.666246' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000189 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222065;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:04.66634' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:01:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000594 Lock_time: 0.000144 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222066;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000201 Lock_time: 0.000069 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222066;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:05.665642' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000222 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222066;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:05.665644' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:01:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000260 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222067;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000199 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222067;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:06.666182' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000271 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222067;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:06.666385' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:01:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13247 Schema: QC_hit: No
# Query_time: 0.000204 Lock_time: 0.000108 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222068;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13247 Schema: QC_hit: No
# Query_time: 0.000190 Lock_time: 0.000115 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222068;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000694 Lock_time: 0.000552 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222068;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:07.665694' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001364 Lock_time: 0.001193 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222068;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000701 Lock_time: 0.000522 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222068;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:07.665693' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:01:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13248 Schema: QC_hit: No
# Query_time: 0.000203 Lock_time: 0.000117 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222069;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13248 Schema: QC_hit: No
# Query_time: 0.000130 Lock_time: 0.000083 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222069;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000834 Lock_time: 0.000706 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222069;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:08.666548' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001623 Lock_time: 0.001434 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222069;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001832 Lock_time: 0.001390 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222069;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:01:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000316 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222070;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000539 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222070;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001497 Lock_time: 0.001370 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222070;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:09.665729' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:01:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000600 Lock_time: 0.000443 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222071;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000827 Lock_time: 0.000439 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222071;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000227 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222071;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:10.669215' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:01:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000354 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222072;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000201 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222072;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:11.665714' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000834 Lock_time: 0.000176 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222072;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:01:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000346 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222073;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000479 Lock_time: 0.000130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222073;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000254 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222073;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:12.666165' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:01:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000245 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222074;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000217 Lock_time: 0.000066 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222074;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:13.665595' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000296 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222074;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:13.665616' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:01:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000257 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222075;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000480 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222075;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000223 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222075;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:14.666157' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:01:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001846 Lock_time: 0.001663 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222076;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001177 Lock_time: 0.001016 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222076;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:15.665498' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001236 Lock_time: 0.000988 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222076;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:15.665717' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002164 Lock_time: 0.001693 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222076;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13250 Schema: QC_hit: No
# Query_time: 0.000194 Lock_time: 0.000112 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222076;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13250 Schema: QC_hit: No
# Query_time: 0.000217 Lock_time: 0.000161 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222076;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 7:01:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000243 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222077;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001242 Lock_time: 0.001128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222077;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:16.666099' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001244 Lock_time: 0.001133 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222077;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:16.666156' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:01:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13252 Schema: QC_hit: No
# Query_time: 0.000242 Lock_time: 0.000161 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222078;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13252 Schema: QC_hit: No
# Query_time: 0.000192 Lock_time: 0.000142 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222078;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000926 Lock_time: 0.000302 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222078;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001167 Lock_time: 0.000985 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222078;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:17.665822' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001988 Lock_time: 0.000986 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222078;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:17.665822' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:01:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13253 Schema: QC_hit: No
# Query_time: 0.000247 Lock_time: 0.000127 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222079;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13253 Schema: QC_hit: No
# Query_time: 0.000135 Lock_time: 0.000089 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222079;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000598 Lock_time: 0.000444 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222079;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:18.667999' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001115 Lock_time: 0.000947 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222079;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001377 Lock_time: 0.001010 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222079;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000900 Lock_time: 0.000797 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222079;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:18.6678' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:01:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000269 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222080;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:19.666849' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000198 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222080;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:19.667021' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001284 Lock_time: 0.000141 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222080;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:01:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000386 Lock_time: 0.000152 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222081;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000260 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222081;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:20.665878' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000890 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222081;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:20.665878' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:01:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000356 Lock_time: 0.000142 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222082;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000186 Lock_time: 0.000069 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222082;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:21.66676' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000720 Lock_time: 0.000178 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222082;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:01:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000853 Lock_time: 0.000676 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222083;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:22.665919' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000706 Lock_time: 0.000469 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222083;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:22.666108' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001689 Lock_time: 0.001292 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222083;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:01:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002396 Lock_time: 0.001726 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222084;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001268 Lock_time: 0.001041 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222084;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:23.666407' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002268 Lock_time: 0.001062 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222084;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:23.666623' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:01:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000289 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222085;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000479 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222085;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001557 Lock_time: 0.001424 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222085;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:24.666107' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001564 Lock_time: 0.001429 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222085;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:24.665984' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:01:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000766 Lock_time: 0.000386 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222086;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001107 Lock_time: 0.000790 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222086;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:25.666726' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001681 Lock_time: 0.001237 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222086;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001531 Lock_time: 0.001378 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222086;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:25.666516' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:01:27
# User@Host: so_user[so_user] @ [10.233.71.99]
# Thread_id: 12651 Schema: camundabpmn QC_hit: No
# Query_time: 0.000659 Lock_time: 0.000236 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 356
use camundabpmn;
SET timestamp=1623222087;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 07:01:27.536'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 07:01:27.536')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'c95c66ac-c8af-11eb-9d3f-0a01556420c8'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 07:01:27.536') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000266 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
use vid_openecomp_epsdk;
SET timestamp=1623222087;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000464 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222087;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000238 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222087;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:26.666053' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:01:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13256 Schema: QC_hit: No
# Query_time: 0.000201 Lock_time: 0.000113 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222088;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13256 Schema: QC_hit: No
# Query_time: 0.000297 Lock_time: 0.000202 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222088;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000319 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222088;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000240 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222088;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:27.666453' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000252 Lock_time: 0.000055 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222088;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:27.666429' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:01:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13257 Schema: QC_hit: No
# Query_time: 0.000232 Lock_time: 0.000146 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222089;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13257 Schema: QC_hit: No
# Query_time: 0.000335 Lock_time: 0.000271 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222089;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000753 Lock_time: 0.000597 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222089;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000247 Lock_time: 0.000063 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222089;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:28.665866' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000278 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222089;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:28.66588' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:01:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000286 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222090;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000194 Lock_time: 0.000076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222090;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:29.66629' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000315 Lock_time: 0.000148 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222090;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:29.666346' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:01:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001350 Lock_time: 0.001202 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222091;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000639 Lock_time: 0.000470 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222091;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:30.665835' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001656 Lock_time: 0.001214 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222091;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:01:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000973 Lock_time: 0.000769 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222092;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:31.666469' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001931 Lock_time: 0.001331 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222092;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000206 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222092;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:01:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000287 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222093;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000237 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222093;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:32.665643' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000274 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222093;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:32.665628' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:01:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000317 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222094;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000440 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222094;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000335 Lock_time: 0.000204 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222094;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:33.666358' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:01:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000499 Lock_time: 0.000235 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222095;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000567 Lock_time: 0.000175 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222095;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000393 Lock_time: 0.000221 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222095;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:34.66545' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:01:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000551 Lock_time: 0.000167 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222096;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000300 Lock_time: 0.000152 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222096;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:35.666154' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000202 Lock_time: 0.000048 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222096;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:35.66597' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:01:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000625 Lock_time: 0.000468 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222097;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:36.665573' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001264 Lock_time: 0.001103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222097;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001619 Lock_time: 0.001108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222097;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:01:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13260 Schema: QC_hit: No
# Query_time: 0.000199 Lock_time: 0.000118 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222098;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13260 Schema: QC_hit: No
# Query_time: 0.000188 Lock_time: 0.000119 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222098;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000982 Lock_time: 0.000752 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222098;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:37.666113' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001036 Lock_time: 0.000790 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222098;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:37.66597' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001861 Lock_time: 0.001322 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222098;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:01:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13261 Schema: QC_hit: No
# Query_time: 0.000226 Lock_time: 0.000118 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222099;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13261 Schema: QC_hit: No
# Query_time: 0.000138 Lock_time: 0.000087 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222099;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000506 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222099;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000299 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222099;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:38.665571' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000495 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222099;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:38.665441' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001160 Lock_time: 0.001054 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222099;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:01:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000257 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222100;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000519 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222100;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000680 Lock_time: 0.000528 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222100;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:39.669191' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:01:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000367 Lock_time: 0.000133 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222101;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000236 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222101;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:40.665655' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001364 Lock_time: 0.001253 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222101;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:40.668872' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:01:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000241 Lock_time: 0.000067 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222102;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000479 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222102;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000204 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222102;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:41.666505' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:01:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000263 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222103;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000201 Lock_time: 0.000058 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222103;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:42.665676' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000287 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222103;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:42.665646' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:01:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000305 Lock_time: 0.000131 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222104;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000518 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222104;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000318 Lock_time: 0.000131 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222104;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:43.666116' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:01:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000978 Lock_time: 0.000753 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222105;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:44.665612' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001636 Lock_time: 0.001419 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222105;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001908 Lock_time: 0.001494 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222105;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:01:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000710 Lock_time: 0.000515 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222106;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:45.666387' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000753 Lock_time: 0.000551 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222106;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:45.66636' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001507 Lock_time: 0.001130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222106;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13263 Schema: QC_hit: No
# Query_time: 0.000206 Lock_time: 0.000123 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222106;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13263 Schema: QC_hit: No
# Query_time: 0.000140 Lock_time: 0.000095 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222106;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 7:01:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000235 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222107;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000530 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222107;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001479 Lock_time: 0.001349 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222107;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:46.665825' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001496 Lock_time: 0.001343 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222107;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:46.665724' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:01:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13265 Schema: QC_hit: No
# Query_time: 0.000189 Lock_time: 0.000107 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222108;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13265 Schema: QC_hit: No
# Query_time: 0.000141 Lock_time: 0.000096 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222108;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000963 Lock_time: 0.000762 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222108;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000268 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222108;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:47.666359' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001283 Lock_time: 0.000886 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222108;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:01:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13266 Schema: QC_hit: No
# Query_time: 0.000236 Lock_time: 0.000133 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222109;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13266 Schema: QC_hit: No
# Query_time: 0.000172 Lock_time: 0.000117 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222109;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000295 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222109;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222109;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:48.665794' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001375 Lock_time: 0.001265 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222109;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:48.665823' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:01:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000988 Lock_time: 0.000767 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222110;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:49.666411' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001749 Lock_time: 0.001518 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222110;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001072 Lock_time: 0.000657 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222110;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:49.66665' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:01:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000306 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222111;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001579 Lock_time: 0.001338 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222111;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:50.665923' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000553 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222111;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:01:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000501 Lock_time: 0.000306 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222112;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000735 Lock_time: 0.000297 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222112;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000267 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222112;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:51.665776' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:01:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000980 Lock_time: 0.000789 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222113;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000392 Lock_time: 0.000180 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222113;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:52.666545' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001219 Lock_time: 0.000802 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222113;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:01:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000515 Lock_time: 0.000306 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222114;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:53.665744' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000528 Lock_time: 0.000319 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222114;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:53.66572' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001595 Lock_time: 0.000945 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222114;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:01:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000322 Lock_time: 0.000137 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222115;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000604 Lock_time: 0.000184 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222115;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000789 Lock_time: 0.000652 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222115;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:54.666284' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:01:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001612 Lock_time: 0.001460 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222116;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001435 Lock_time: 0.001211 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222116;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:55.665711' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001517 Lock_time: 0.001306 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222116;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:55.665876' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:01:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000365 Lock_time: 0.000236 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222117;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000511 Lock_time: 0.000161 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222117;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001151 Lock_time: 0.001013 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222117;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:56.666375' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001200 Lock_time: 0.001044 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222117;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:56.666373' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:01:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13269 Schema: QC_hit: No
# Query_time: 0.000203 Lock_time: 0.000124 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222118;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13269 Schema: QC_hit: No
# Query_time: 0.000129 Lock_time: 0.000086 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222118;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000245 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222118;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000211 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222118;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:57.666003' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000289 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222118;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:57.666162' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:01:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13270 Schema: QC_hit: No
# Query_time: 0.000191 Lock_time: 0.000110 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222119;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13270 Schema: QC_hit: No
# Query_time: 0.000172 Lock_time: 0.000097 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222119;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000551 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222119;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000219 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222119;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:58.665629' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000299 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222119;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:58.665675' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:02:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000306 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222120;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:01:59.668859' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001140 Lock_time: 0.000932 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222120;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001370 Lock_time: 0.001023 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222120;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:02:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000305 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222121;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000518 Lock_time: 0.000144 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222121;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000254 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222121;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:00.665809' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:02:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000251 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222122;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000206 Lock_time: 0.000073 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222122;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:01.66671' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000199 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222122;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:01.666381' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:02:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000498 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222123;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000197 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222123;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:02.665768' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000158 Lock_time: 0.000065 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222123;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:02.665716' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:02:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000661 Lock_time: 0.000426 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222124;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000807 Lock_time: 0.000435 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222124;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000215 Lock_time: 0.000063 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222124;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:03.666246' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000506 Lock_time: 0.000408 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222124;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:03.666447' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:02:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001459 Lock_time: 0.001111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222125;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:04.665658' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001494 Lock_time: 0.001146 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222125;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:04.665654' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002772 Lock_time: 0.001545 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222125;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:02:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001675 Lock_time: 0.001558 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222126;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001200 Lock_time: 0.000973 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222126;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:05.666193' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002013 Lock_time: 0.001672 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222126;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:02:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000488 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222127;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001439 Lock_time: 0.001316 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222127;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:06.665877' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001469 Lock_time: 0.001344 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222127;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:06.665666' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:02:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13273 Schema: QC_hit: No
# Query_time: 0.000188 Lock_time: 0.000108 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222128;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13273 Schema: QC_hit: No
# Query_time: 0.000167 Lock_time: 0.000115 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222128;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000272 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222128;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000555 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222128;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001358 Lock_time: 0.001222 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222128;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:07.666129' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:02:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13274 Schema: QC_hit: No
# Query_time: 0.000263 Lock_time: 0.000137 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222129;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13274 Schema: QC_hit: No
# Query_time: 0.000155 Lock_time: 0.000106 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222129;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000292 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222129;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000246 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222129;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:08.665622' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000396 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222129;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:08.665572' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:02:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000310 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222130;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000552 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222130;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000238 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222130;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:09.666038' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:02:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000488 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222131;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000180 Lock_time: 0.000061 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222131;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:10.665832' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000148 Lock_time: 0.000051 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222131;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:02:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000536 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222132;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000208 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222132;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000247 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222132;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:11.666209' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:02:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000666 Lock_time: 0.000142 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222133;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000267 Lock_time: 0.000068 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222133;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:12.665581' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000206 Lock_time: 0.000064 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222133;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:12.665621' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:02:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000365 Lock_time: 0.000146 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222134;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000500 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222134;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000341 Lock_time: 0.000199 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222134;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:13.665993' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000737 Lock_time: 0.000601 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222134;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:13.666' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:02:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000682 Lock_time: 0.000546 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222135;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:14.665651' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000575 Lock_time: 0.000445 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222135;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:14.66588' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001340 Lock_time: 0.001196 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222135;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:02:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001259 Lock_time: 0.001112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222136;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000621 Lock_time: 0.000452 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222136;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:15.666228' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001457 Lock_time: 0.001125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222136;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13276 Schema: QC_hit: No
# Query_time: 0.000262 Lock_time: 0.000149 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222136;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13276 Schema: QC_hit: No
# Query_time: 0.000201 Lock_time: 0.000147 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222136;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 7:02:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000285 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222137;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000219 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222137;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:16.66566' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001644 Lock_time: 0.001420 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222137;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:16.665684' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:02:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13278 Schema: QC_hit: No
# Query_time: 0.000192 Lock_time: 0.000113 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222138;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13278 Schema: QC_hit: No
# Query_time: 0.000213 Lock_time: 0.000157 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222138;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001503 Lock_time: 0.001290 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222138;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000749 Lock_time: 0.000518 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222138;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:17.666311' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000340 Lock_time: 0.000164 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222138;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:17.666336' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:02:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13279 Schema: QC_hit: No
# Query_time: 0.000201 Lock_time: 0.000122 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222139;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13279 Schema: QC_hit: No
# Query_time: 0.000179 Lock_time: 0.000131 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222139;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000282 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222139;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000167 Lock_time: 0.000053 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222139;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:18.666004' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000239 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222139;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:18.665844' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:02:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000302 Lock_time: 0.000146 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222140;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:19.665547' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000441 Lock_time: 0.000331 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222140;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:19.665522' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000652 Lock_time: 0.000148 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222140;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:02:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000397 Lock_time: 0.000202 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222141;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000667 Lock_time: 0.000255 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222141;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000235 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222141;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:20.666267' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:02:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000254 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222142;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000451 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222142;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000261 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222142;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:21.665758' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:02:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000367 Lock_time: 0.000141 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222143;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000511 Lock_time: 0.000398 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222143;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:22.666373' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000448 Lock_time: 0.000348 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222143;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:22.666183' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:02:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000879 Lock_time: 0.000640 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222144;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:23.665613' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001683 Lock_time: 0.001258 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222144;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001772 Lock_time: 0.001221 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222144;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:02:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001619 Lock_time: 0.001439 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222145;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000984 Lock_time: 0.000813 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222145;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:24.666175' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001950 Lock_time: 0.001460 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222145;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:02:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000334 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222146;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000252 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222146;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:25.665633' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001588 Lock_time: 0.001417 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222146;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:25.665885' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:02:27
# User@Host: so_user[so_user] @ [10.233.71.99]
# Thread_id: 12651 Schema: camundabpmn QC_hit: No
# Query_time: 0.000727 Lock_time: 0.000265 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 356
use camundabpmn;
SET timestamp=1623222147;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 07:02:27.536'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 07:02:27.536')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'c95c66ac-c8af-11eb-9d3f-0a01556420c8'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 07:02:27.536') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000403 Lock_time: 0.000207 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
use vid_openecomp_epsdk;
SET timestamp=1623222147;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001109 Lock_time: 0.000992 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222147;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:26.666257' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001269 Lock_time: 0.001150 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222147;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:26.666528' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:02:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13282 Schema: QC_hit: No
# Query_time: 0.000223 Lock_time: 0.000126 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222148;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13282 Schema: QC_hit: No
# Query_time: 0.000168 Lock_time: 0.000121 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222148;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000602 Lock_time: 0.000136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222148;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000328 Lock_time: 0.000130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222148;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:27.665564' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000687 Lock_time: 0.000499 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222148;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:27.66558' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:02:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13283 Schema: QC_hit: No
# Query_time: 0.000201 Lock_time: 0.000143 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222149;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13283 Schema: QC_hit: No
# Query_time: 0.000160 Lock_time: 0.000115 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222149;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000284 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222149;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000583 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222149;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000273 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222149;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:28.666013' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:02:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000283 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222150;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000542 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222150;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000186 Lock_time: 0.000065 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222150;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:29.66566' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:02:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000266 Lock_time: 0.000068 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222151;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000483 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222151;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000257 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222151;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:30.666381' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:02:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000323 Lock_time: 0.000153 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222152;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000241 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222152;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:31.667481' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000257 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222152;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:31.66919' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:02:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000400 Lock_time: 0.000235 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222153;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:32.666004' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001119 Lock_time: 0.000940 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222153;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001387 Lock_time: 0.000996 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222153;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:02:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000519 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222154;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001339 Lock_time: 0.001176 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222154;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:33.666044' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001263 Lock_time: 0.001124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222154;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:33.666076' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:02:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000298 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222155;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000519 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222155;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000192 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222155;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:34.66558' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:02:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000261 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222156;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000605 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222156;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000205 Lock_time: 0.000073 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222156;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:35.666031' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:02:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000293 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222157;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000203 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222157;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:36.666418' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000233 Lock_time: 0.000069 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222157;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:36.6664' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:02:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13286 Schema: QC_hit: No
# Query_time: 0.000284 Lock_time: 0.000169 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222158;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13286 Schema: QC_hit: No
# Query_time: 0.000170 Lock_time: 0.000119 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222158;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000242 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222158;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000480 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222158;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000250 Lock_time: 0.000139 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222158;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:37.665818' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:02:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13287 Schema: QC_hit: No
# Query_time: 0.000225 Lock_time: 0.000137 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222159;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13287 Schema: QC_hit: No
# Query_time: 0.000177 Lock_time: 0.000128 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222159;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000278 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222159;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000354 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222159;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:38.666554' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000199 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222159;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:38.668624' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:02:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000755 Lock_time: 0.000566 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222160;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:39.66594' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001519 Lock_time: 0.001333 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222160;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000853 Lock_time: 0.000689 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222160;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:39.665776' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:02:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001579 Lock_time: 0.001340 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222161;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000723 Lock_time: 0.000474 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222161;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:40.666447' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001725 Lock_time: 0.001301 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222161;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:02:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000283 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222162;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001235 Lock_time: 0.001063 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222162;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:41.665789' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000443 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222162;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:02:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001830 Lock_time: 0.001688 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222163;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001067 Lock_time: 0.000892 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222163;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:42.666473' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001403 Lock_time: 0.001303 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222163;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:42.666921' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:02:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000152 Lock_time: 0.000046 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222164;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:43.665813' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000201 Lock_time: 0.000058 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222164;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000422 Lock_time: 0.000255 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222164;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:43.665806' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:02:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000464 Lock_time: 0.000279 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222165;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000238 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222165;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:44.666285' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000417 Lock_time: 0.000271 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222165;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:44.666277' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:02:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000303 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222166;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000248 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222166;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:45.665722' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000292 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222166;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:45.665765' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13289 Schema: QC_hit: No
# Query_time: 0.000281 Lock_time: 0.000180 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222166;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13289 Schema: QC_hit: No
# Query_time: 0.000297 Lock_time: 0.000184 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222166;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 7:02:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000250 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222167;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000533 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222167;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000239 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222167;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:46.666305' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:02:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13291 Schema: QC_hit: No
# Query_time: 0.000212 Lock_time: 0.000128 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222168;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13291 Schema: QC_hit: No
# Query_time: 0.000191 Lock_time: 0.000121 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222168;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001091 Lock_time: 0.000465 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222168;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:47.665725' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001249 Lock_time: 0.000553 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222168;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:47.665724' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001897 Lock_time: 0.001210 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222168;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:02:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13292 Schema: QC_hit: No
# Query_time: 0.000261 Lock_time: 0.000180 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222169;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13292 Schema: QC_hit: No
# Query_time: 0.000252 Lock_time: 0.000184 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222169;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000257 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222169;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000478 Lock_time: 0.000137 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222169;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001261 Lock_time: 0.001094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222169;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:48.666302' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:02:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000299 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222170;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000292 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222170;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:49.665697' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000191 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222170;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:49.665666' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:02:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000292 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222171;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000628 Lock_time: 0.000192 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222171;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000237 Lock_time: 0.000074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222171;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:50.666317' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:02:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000591 Lock_time: 0.000153 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222172;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000305 Lock_time: 0.000160 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222172;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:51.669147' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222172;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:51.669012' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:02:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000312 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222173;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000499 Lock_time: 0.000136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222173;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000217 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222173;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:52.666205' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:02:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000271 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222174;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000214 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222174;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:53.665579' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000309 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222174;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:53.665708' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:02:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000280 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222175;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000594 Lock_time: 0.000140 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222175;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000259 Lock_time: 0.000136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222175;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:54.666043' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000297 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222175;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:54.666011' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:02:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001046 Lock_time: 0.000855 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222176;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:55.665933' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001089 Lock_time: 0.000882 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222176;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:55.665821' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002071 Lock_time: 0.001492 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222176;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:02:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000394 Lock_time: 0.000251 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222177;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:56.66644' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000398 Lock_time: 0.000252 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222177;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:56.666437' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001227 Lock_time: 0.000868 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222177;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:02:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13295 Schema: QC_hit: No
# Query_time: 0.000205 Lock_time: 0.000127 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222178;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13295 Schema: QC_hit: No
# Query_time: 0.000147 Lock_time: 0.000103 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222178;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000366 Lock_time: 0.000151 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222178;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001460 Lock_time: 0.001334 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222178;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:57.665979' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001325 Lock_time: 0.001198 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222178;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:57.666185' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:02:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13296 Schema: QC_hit: No
# Query_time: 0.000202 Lock_time: 0.000106 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222179;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13296 Schema: QC_hit: No
# Query_time: 0.000107 Lock_time: 0.000065 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222179;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000313 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222179;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000292 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222179;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:58.665695' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000189 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222179;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:58.668856' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:03:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.003568 Lock_time: 0.003370 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222180;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:59.666334' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001521 Lock_time: 0.001331 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222180;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.004113 Lock_time: 0.003988 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222180;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:02:59.66628' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001901 Lock_time: 0.001350 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222180;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:03:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000260 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222181;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000712 Lock_time: 0.000381 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222181;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000225 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222181;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:00.665647' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000226 Lock_time: 0.000074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222181;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:00.665789' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:03:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000371 Lock_time: 0.000168 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222182;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000208 Lock_time: 0.000068 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222182;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:01.666362' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000218 Lock_time: 0.000065 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222182;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:01.666357' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000954 Lock_time: 0.000473 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222182;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:03:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000262 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222183;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000242 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222183;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:02.665722' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000280 Lock_time: 0.000146 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222183;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:02.665779' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:03:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000239 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222184;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000616 Lock_time: 0.000136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222184;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000192 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222184;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:03.666196' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:03:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001463 Lock_time: 0.001259 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222185;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000777 Lock_time: 0.000565 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222185;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:04.665675' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001741 Lock_time: 0.001286 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222185;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:03:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000484 Lock_time: 0.000290 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222186;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:05.666423' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001509 Lock_time: 0.001319 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222186;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001757 Lock_time: 0.001330 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222186;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:03:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000539 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222187;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001103 Lock_time: 0.000925 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222187;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:06.665545' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001169 Lock_time: 0.000964 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222187;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:06.665546' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:03:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13299 Schema: QC_hit: No
# Query_time: 0.000226 Lock_time: 0.000130 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222188;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13299 Schema: QC_hit: No
# Query_time: 0.000176 Lock_time: 0.000128 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222188;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000722 Lock_time: 0.000259 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222188;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001286 Lock_time: 0.001165 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222188;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:07.666095' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001418 Lock_time: 0.001178 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222188;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:07.666111' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:03:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13300 Schema: QC_hit: No
# Query_time: 0.000251 Lock_time: 0.000145 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222189;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13300 Schema: QC_hit: No
# Query_time: 0.000162 Lock_time: 0.000110 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222189;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000308 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222189;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001295 Lock_time: 0.000449 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222189;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001435 Lock_time: 0.001294 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222189;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:08.665662' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:03:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000329 Lock_time: 0.000136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222190;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001284 Lock_time: 0.001113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222190;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:09.666412' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002620 Lock_time: 0.002117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222190;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:03:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000218 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222191;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000490 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222191;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000234 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222191;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:10.665693' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:03:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000509 Lock_time: 0.000146 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222192;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000254 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222192;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:11.666189' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000378 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222192;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:11.666209' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:03:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000168 Lock_time: 0.000064 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222193;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:12.665653' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000198 Lock_time: 0.000074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222193;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:12.665791' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001073 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222193;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:03:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000343 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222194;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000586 Lock_time: 0.000154 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222194;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000247 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222194;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:13.666247' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000321 Lock_time: 0.000185 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222194;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:13.666217' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:03:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000532 Lock_time: 0.000351 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222195;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:14.665724' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000536 Lock_time: 0.000354 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222195;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:14.665581' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001476 Lock_time: 0.001043 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222195;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:03:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000926 Lock_time: 0.000690 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222196;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:15.666032' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000891 Lock_time: 0.000662 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222196;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:15.666127' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002144 Lock_time: 0.001363 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222196;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13302 Schema: QC_hit: No
# Query_time: 0.000182 Lock_time: 0.000105 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222196;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13302 Schema: QC_hit: No
# Query_time: 0.000298 Lock_time: 0.000193 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222196;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 7:03:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000328 Lock_time: 0.000163 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222197;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001400 Lock_time: 0.001235 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222197;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:16.665961' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001070 Lock_time: 0.000444 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222197;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:03:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13304 Schema: QC_hit: No
# Query_time: 0.000248 Lock_time: 0.000140 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222198;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13304 Schema: QC_hit: No
# Query_time: 0.000176 Lock_time: 0.000131 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222198;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000637 Lock_time: 0.000502 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222198;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:17.666597' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001432 Lock_time: 0.001288 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222198;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000678 Lock_time: 0.000494 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222198;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:17.666545' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:03:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13305 Schema: QC_hit: No
# Query_time: 0.000228 Lock_time: 0.000146 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222199;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13305 Schema: QC_hit: No
# Query_time: 0.000171 Lock_time: 0.000122 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222199;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000254 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222199;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:18.665895' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001195 Lock_time: 0.001087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222199;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000171 Lock_time: 0.000069 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222199;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:18.666159' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:03:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000564 Lock_time: 0.000167 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222200;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000895 Lock_time: 0.000777 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222200;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:19.666659' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001733 Lock_time: 0.001644 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222200;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:03:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000559 Lock_time: 0.000162 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222201;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000408 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222201;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000194 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222201;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:20.667595' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:03:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000232 Lock_time: 0.000076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222202;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000190 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222202;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:21.666472' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000845 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222202;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:03:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000342 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222203;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000182 Lock_time: 0.000066 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222203;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:22.666205' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000262 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222203;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:22.666056' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:03:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000855 Lock_time: 0.000683 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222204;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:23.665549' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001488 Lock_time: 0.001318 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222204;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001770 Lock_time: 0.001354 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222204;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000922 Lock_time: 0.000672 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222204;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:23.665724' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:03:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000751 Lock_time: 0.000555 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222205;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:24.665952' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000763 Lock_time: 0.000568 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222205;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:24.665926' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001627 Lock_time: 0.001167 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222205;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:03:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001195 Lock_time: 0.001009 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222206;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001417 Lock_time: 0.001028 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222206;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001050 Lock_time: 0.000824 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222206;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:25.666388' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:03:27
# User@Host: so_user[so_user] @ [10.233.71.99]
# Thread_id: 12651 Schema: camundabpmn QC_hit: No
# Query_time: 0.000709 Lock_time: 0.000332 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 356
use camundabpmn;
SET timestamp=1623222207;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 07:03:27.535'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 07:03:27.535')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'c95c66ac-c8af-11eb-9d3f-0a01556420c8'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 07:03:27.535') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000521 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
use vid_openecomp_epsdk;
SET timestamp=1623222207;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001327 Lock_time: 0.001189 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222207;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:26.666021' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001354 Lock_time: 0.001195 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222207;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:26.665963' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:03:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13308 Schema: QC_hit: No
# Query_time: 0.000209 Lock_time: 0.000109 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222208;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13308 Schema: QC_hit: No
# Query_time: 0.000156 Lock_time: 0.000069 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222208;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000310 Lock_time: 0.000140 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222208;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000558 Lock_time: 0.000137 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222208;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001907 Lock_time: 0.001775 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222208;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:27.666389' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:03:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13309 Schema: QC_hit: No
# Query_time: 0.000244 Lock_time: 0.000162 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222209;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13309 Schema: QC_hit: No
# Query_time: 0.000288 Lock_time: 0.000210 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222209;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000528 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222209;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000198 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222209;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:28.665787' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000200 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222209;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:28.665798' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:03:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000327 Lock_time: 0.000163 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222210;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000619 Lock_time: 0.000175 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222210;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000284 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222210;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:29.66628' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:03:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000561 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222211;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000223 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222211;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:30.6658' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000221 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222211;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:30.667773' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:03:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000313 Lock_time: 0.000148 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222212;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000659 Lock_time: 0.000331 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222212;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000334 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222212;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:31.66627' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000323 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222212;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:31.666334' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:03:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000259 Lock_time: 0.000051 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222213;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:32.66579' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000950 Lock_time: 0.000745 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222213;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001301 Lock_time: 0.000798 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222213;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:03:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000848 Lock_time: 0.000681 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222214;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:33.666298' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001699 Lock_time: 0.001359 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222214;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000864 Lock_time: 0.000699 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222214;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:33.666225' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:03:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000249 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222215;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000708 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222215;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000214 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222215;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:34.6656' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000278 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222215;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:34.665608' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:03:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000302 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222216;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000566 Lock_time: 0.000137 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222216;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001596 Lock_time: 0.001456 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222216;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:35.666048' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001662 Lock_time: 0.001442 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222216;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:35.666084' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:03:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000307 Lock_time: 0.000146 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222217;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000516 Lock_time: 0.000168 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222217;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000366 Lock_time: 0.000255 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222217;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:36.665687' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:03:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13312 Schema: QC_hit: No
# Query_time: 0.000201 Lock_time: 0.000120 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222218;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13312 Schema: QC_hit: No
# Query_time: 0.000234 Lock_time: 0.000167 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222218;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000235 Lock_time: 0.000064 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222218;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000616 Lock_time: 0.000274 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222218;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000250 Lock_time: 0.000140 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222218;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:37.666126' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:03:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13313 Schema: QC_hit: No
# Query_time: 0.000214 Lock_time: 0.000127 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222219;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13313 Schema: QC_hit: No
# Query_time: 0.000205 Lock_time: 0.000107 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222219;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000274 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222219;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:38.665444' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000629 Lock_time: 0.000165 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222219;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000412 Lock_time: 0.000323 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222219;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:03:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000306 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222220;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000227 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222220;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:39.665998' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000295 Lock_time: 0.000145 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222220;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:39.66632' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:03:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002493 Lock_time: 0.002272 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222221;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:40.665722' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.003245 Lock_time: 0.002990 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222221;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002774 Lock_time: 0.002674 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222221;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:40.66578' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.003336 Lock_time: 0.002954 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222221;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:03:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000565 Lock_time: 0.000347 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222222;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:41.666249' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000985 Lock_time: 0.000862 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222222;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:41.66621' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001678 Lock_time: 0.001203 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222222;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:03:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000241 Lock_time: 0.000072 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222223;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000579 Lock_time: 0.000148 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222223;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001778 Lock_time: 0.001639 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222223;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:42.665519' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001791 Lock_time: 0.001647 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222223;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:42.665574' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:03:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000619 Lock_time: 0.000392 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222224;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001201 Lock_time: 0.001044 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222224;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:43.66606' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001314 Lock_time: 0.001130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222224;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:43.66608' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:03:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000266 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222225;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000484 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222225;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000292 Lock_time: 0.000170 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222225;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:44.665582' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:03:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000343 Lock_time: 0.000184 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222226;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:45.665988' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001187 Lock_time: 0.000828 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222226;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000733 Lock_time: 0.000600 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222226;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:45.665995' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13315 Schema: QC_hit: No
# Query_time: 0.000239 Lock_time: 0.000161 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222226;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13315 Schema: QC_hit: No
# Query_time: 0.000198 Lock_time: 0.000143 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222226;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 7:03:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000236 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222227;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000576 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222227;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000268 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222227;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:46.665737' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:03:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13317 Schema: QC_hit: No
# Query_time: 0.000195 Lock_time: 0.000116 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222228;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13317 Schema: QC_hit: No
# Query_time: 0.000141 Lock_time: 0.000094 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222228;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000764 Lock_time: 0.000490 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222228;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000236 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222228;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:47.666181' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000392 Lock_time: 0.000239 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222228;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:47.666303' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:03:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13318 Schema: QC_hit: No
# Query_time: 0.000207 Lock_time: 0.000129 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222229;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13318 Schema: QC_hit: No
# Query_time: 0.000184 Lock_time: 0.000139 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222229;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000254 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222229;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:48.665951' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000186 Lock_time: 0.000072 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222229;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:48.665833' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000752 Lock_time: 0.000299 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222229;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:03:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000581 Lock_time: 0.000177 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222230;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000745 Lock_time: 0.000617 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222230;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000491 Lock_time: 0.000354 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222230;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:49.666164' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000292 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222230;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:49.666121' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:03:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000549 Lock_time: 0.000364 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222231;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:50.665871' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001070 Lock_time: 0.000857 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222231;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000172 Lock_time: 0.000053 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222231;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:50.666473' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:03:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001247 Lock_time: 0.001029 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222232;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000872 Lock_time: 0.000643 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222232;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:51.666231' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001834 Lock_time: 0.001267 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222232;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:03:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001637 Lock_time: 0.001442 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222233;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:52.665684' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000290 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222233;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000524 Lock_time: 0.000174 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222233;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:03:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000510 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222234;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001651 Lock_time: 0.001508 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222234;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000875 Lock_time: 0.000701 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222234;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:53.666617' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:03:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000280 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222235;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000258 Lock_time: 0.000147 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222235;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:54.665566' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000245 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222235;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:54.66569' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:03:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000177 Lock_time: 0.000067 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222236;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000410 Lock_time: 0.000064 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222236;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000221 Lock_time: 0.000067 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222236;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:55.666255' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:03:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000255 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222237;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000229 Lock_time: 0.000061 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222237;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:56.665681' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000409 Lock_time: 0.000299 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222237;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:56.665682' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:03:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13321 Schema: QC_hit: No
# Query_time: 0.000174 Lock_time: 0.000094 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222238;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13321 Schema: QC_hit: No
# Query_time: 0.000137 Lock_time: 0.000088 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222238;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000305 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222238;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000423 Lock_time: 0.000074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222238;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000227 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222238;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:57.666367' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:03:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13322 Schema: QC_hit: No
# Query_time: 0.000199 Lock_time: 0.000118 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222239;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13322 Schema: QC_hit: No
# Query_time: 0.000166 Lock_time: 0.000111 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222239;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001383 Lock_time: 0.001242 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222239;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000258 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222239;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:58.665818' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000857 Lock_time: 0.000527 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222239;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:58.665921' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:04:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000364 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222240;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000589 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222240;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001627 Lock_time: 0.001510 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222240;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:03:59.66555' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:04:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000345 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222241;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000490 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222241;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001401 Lock_time: 0.001257 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222241;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:00.666386' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:04:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000252 Lock_time: 0.000073 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222242;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000195 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222242;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:01.665688' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000674 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222242;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:04:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000251 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222243;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000391 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222243;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000195 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222243;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:02.666174' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:04:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000311 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222244;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000556 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222244;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000195 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222244;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:03.665708' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:04:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000215 Lock_time: 0.000057 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222245;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000258 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222245;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:04.666294' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000221 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222245;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:04.666209' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:04:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000770 Lock_time: 0.000567 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222246;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:05.665628' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000700 Lock_time: 0.000475 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222246;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:05.665637' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001815 Lock_time: 0.001417 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222246;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:04:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000353 Lock_time: 0.000200 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222247;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:06.666391' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001247 Lock_time: 0.001084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222247;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001539 Lock_time: 0.001168 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222247;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:04:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13325 Schema: QC_hit: No
# Query_time: 0.000192 Lock_time: 0.000112 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222248;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13325 Schema: QC_hit: No
# Query_time: 0.000156 Lock_time: 0.000112 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222248;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000263 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222248;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001367 Lock_time: 0.001223 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222248;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:07.665743' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000989 Lock_time: 0.000807 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222248;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:07.665743' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:04:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13326 Schema: QC_hit: No
# Query_time: 0.000236 Lock_time: 0.000125 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222249;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13326 Schema: QC_hit: No
# Query_time: 0.000157 Lock_time: 0.000108 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222249;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000308 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222249;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000420 Lock_time: 0.000288 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222249;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:08.666245' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000525 Lock_time: 0.000334 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222249;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:08.666323' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001736 Lock_time: 0.001207 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222249;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:04:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000266 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222250;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000844 Lock_time: 0.000145 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222250;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001295 Lock_time: 0.001142 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222250;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:09.665681' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:04:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000378 Lock_time: 0.000167 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222251;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000534 Lock_time: 0.000151 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222251;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001187 Lock_time: 0.001034 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222251;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:10.666281' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:04:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000370 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222252;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000230 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222252;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:11.666094' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000245 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222252;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:11.665813' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:04:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000251 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222253;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000443 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222253;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001045 Lock_time: 0.000916 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222253;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:12.66637' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001092 Lock_time: 0.000871 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222253;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:12.666418' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:04:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000321 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222254;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000800 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222254;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000212 Lock_time: 0.000061 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222254;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:13.6659' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:04:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000665 Lock_time: 0.000141 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222255;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000335 Lock_time: 0.000198 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222255;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:14.66652' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000280 Lock_time: 0.000147 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222255;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:14.666726' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:04:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000598 Lock_time: 0.000437 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222256;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:15.665932' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000658 Lock_time: 0.000397 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222256;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:15.665944' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001719 Lock_time: 0.001168 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222256;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13328 Schema: QC_hit: No
# Query_time: 0.000255 Lock_time: 0.000172 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222256;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13328 Schema: QC_hit: No
# Query_time: 0.000201 Lock_time: 0.000133 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222256;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 7:04:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000541 Lock_time: 0.000363 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222257;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000773 Lock_time: 0.000399 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222257;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001151 Lock_time: 0.001030 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222257;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:16.66553' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:04:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13330 Schema: QC_hit: No
# Query_time: 0.000234 Lock_time: 0.000134 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222258;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13330 Schema: QC_hit: No
# Query_time: 0.000278 Lock_time: 0.000181 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222258;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000608 Lock_time: 0.000433 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222258;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:17.666276' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000411 Lock_time: 0.000197 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222258;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:17.666226' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001741 Lock_time: 0.000967 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222258;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:04:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13331 Schema: QC_hit: No
# Query_time: 0.000260 Lock_time: 0.000162 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222259;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13331 Schema: QC_hit: No
# Query_time: 0.000217 Lock_time: 0.000136 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222259;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000703 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222259;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001354 Lock_time: 0.001216 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222259;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:18.665699' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001464 Lock_time: 0.001279 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222259;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:18.665697' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:04:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000333 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222260;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001434 Lock_time: 0.001285 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222260;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:19.666233' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001387 Lock_time: 0.001216 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222260;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:19.666426' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:04:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000522 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222261;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001253 Lock_time: 0.001106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222261;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001185 Lock_time: 0.001043 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222261;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:20.665617' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:04:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000324 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222262;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002093 Lock_time: 0.001953 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222262;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:21.666107' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002132 Lock_time: 0.001955 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222262;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:21.666308' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:04:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000483 Lock_time: 0.000308 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222263;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000771 Lock_time: 0.000314 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222263;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000309 Lock_time: 0.000154 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222263;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:22.665517' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:04:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000361 Lock_time: 0.000162 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222264;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000242 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222264;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:23.666005' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000248 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222264;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:23.666158' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:04:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000353 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222265;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000613 Lock_time: 0.000140 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222265;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000300 Lock_time: 0.000137 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222265;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:24.665539' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:04:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000544 Lock_time: 0.000380 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222266;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000327 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222266;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:25.666014' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000354 Lock_time: 0.000139 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222266;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:25.666018' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:04:27
# User@Host: so_user[so_user] @ [10.233.71.99]
# Thread_id: 12651 Schema: camundabpmn QC_hit: No
# Query_time: 0.001040 Lock_time: 0.000446 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 356
use camundabpmn;
SET timestamp=1623222267;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 07:04:27.536'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 07:04:27.536')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'c95c66ac-c8af-11eb-9d3f-0a01556420c8'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 07:04:27.536') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000885 Lock_time: 0.000683 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
use vid_openecomp_epsdk;
SET timestamp=1623222267;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000852 Lock_time: 0.000677 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222267;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:26.665662' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001796 Lock_time: 0.001353 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222267;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:04:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13334 Schema: QC_hit: No
# Query_time: 0.000191 Lock_time: 0.000110 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222268;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13334 Schema: QC_hit: No
# Query_time: 0.000367 Lock_time: 0.000237 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222268;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000630 Lock_time: 0.000452 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222268;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:27.666369' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001263 Lock_time: 0.001073 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222268;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001370 Lock_time: 0.001015 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222268;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:04:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13335 Schema: QC_hit: No
# Query_time: 0.000230 Lock_time: 0.000134 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222269;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13335 Schema: QC_hit: No
# Query_time: 0.000197 Lock_time: 0.000149 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222269;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000544 Lock_time: 0.000380 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222269;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000299 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222269;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:28.665482' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000770 Lock_time: 0.000329 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222269;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:04:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000793 Lock_time: 0.000630 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222270;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222270;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:29.665908' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000276 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222270;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:29.665935' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:04:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000354 Lock_time: 0.000134 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222271;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000529 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222271;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001130 Lock_time: 0.001008 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222271;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:30.665582' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:04:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000288 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222272;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000615 Lock_time: 0.000148 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222272;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000289 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222272;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:31.671411' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:04:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000486 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222273;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000237 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222273;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:32.665451' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000259 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222273;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:32.665638' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:04:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000303 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222274;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000223 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222274;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:33.665992' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000202 Lock_time: 0.000069 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222274;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:33.665999' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:04:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001123 Lock_time: 0.000977 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222275;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:34.665697' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001169 Lock_time: 0.001007 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222275;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:34.665579' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001814 Lock_time: 0.001552 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222275;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001964 Lock_time: 0.001537 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222275;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:04:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000936 Lock_time: 0.000786 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222276;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:35.666121' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000943 Lock_time: 0.000751 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222276;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:35.666108' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001307 Lock_time: 0.001079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222276;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:04:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000251 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222277;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000745 Lock_time: 0.000136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222277;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001520 Lock_time: 0.001392 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222277;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:36.665585' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001476 Lock_time: 0.001357 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222277;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:36.665761' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:04:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13338 Schema: QC_hit: No
# Query_time: 0.000218 Lock_time: 0.000130 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222278;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13338 Schema: QC_hit: No
# Query_time: 0.000223 Lock_time: 0.000146 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222278;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000252 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222278;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:37.666174' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000189 Lock_time: 0.000064 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222278;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000166 Lock_time: 0.000064 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222278;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:37.666124' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:04:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13339 Schema: QC_hit: No
# Query_time: 0.000209 Lock_time: 0.000130 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222279;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13339 Schema: QC_hit: No
# Query_time: 0.000158 Lock_time: 0.000108 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222279;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000254 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222279;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000491 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222279;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000240 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222279;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:38.665667' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000192 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222279;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:38.665651' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:04:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000559 Lock_time: 0.000147 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222280;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000213 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222280;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:39.666232' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000306 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222280;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:39.666388' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:04:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000794 Lock_time: 0.000645 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222281;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:40.66576' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000854 Lock_time: 0.000672 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222281;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:40.665767' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001566 Lock_time: 0.001365 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222281;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:04:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000589 Lock_time: 0.000382 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222282;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:41.666533' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001563 Lock_time: 0.001275 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222282;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001732 Lock_time: 0.001296 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222282;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:04:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000761 Lock_time: 0.000526 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222283;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001187 Lock_time: 0.000649 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222283;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001786 Lock_time: 0.001600 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222283;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:42.666' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:04:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000635 Lock_time: 0.000473 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222284;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:43.666382' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001319 Lock_time: 0.001163 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222284;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001618 Lock_time: 0.001119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222284;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:04:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000294 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222285;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000529 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222285;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000201 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222285;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:44.66576' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:04:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000442 Lock_time: 0.000279 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222286;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000190 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222286;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:45.666131' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000723 Lock_time: 0.000137 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222286;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13341 Schema: QC_hit: No
# Query_time: 0.000215 Lock_time: 0.000133 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222286;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13341 Schema: QC_hit: No
# Query_time: 0.000151 Lock_time: 0.000103 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222286;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 7:04:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000239 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222287;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000279 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222287;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:46.665567' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000298 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222287;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:46.665569' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:04:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13343 Schema: QC_hit: No
# Query_time: 0.000231 Lock_time: 0.000131 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222288;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13343 Schema: QC_hit: No
# Query_time: 0.000172 Lock_time: 0.000115 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222288;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000555 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222288;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000387 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222288;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000269 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222288;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:47.666032' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:04:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13344 Schema: QC_hit: No
# Query_time: 0.000222 Lock_time: 0.000142 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222289;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13344 Schema: QC_hit: No
# Query_time: 0.000148 Lock_time: 0.000102 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222289;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000483 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222289;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000242 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222289;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:48.66563' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000370 Lock_time: 0.000165 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222289;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:48.665579' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:04:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000610 Lock_time: 0.000445 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222290;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001272 Lock_time: 0.000814 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222290;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000608 Lock_time: 0.000493 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222290;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:49.666102' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:04:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000773 Lock_time: 0.000585 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222291;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:50.665569' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001721 Lock_time: 0.001310 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222291;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001879 Lock_time: 0.001750 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222291;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:04:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001049 Lock_time: 0.000874 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222292;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:51.66605' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001731 Lock_time: 0.001558 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222292;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001065 Lock_time: 0.000885 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222292;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:51.666028' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:04:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000350 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222293;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000576 Lock_time: 0.000176 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222293;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001389 Lock_time: 0.001251 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222293;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:52.665488' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001516 Lock_time: 0.001387 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222293;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:52.665475' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:04:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000535 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222294;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001616 Lock_time: 0.001471 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222294;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:53.666077' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001836 Lock_time: 0.001466 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222294;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:53.665963' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:04:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000344 Lock_time: 0.000149 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222295;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000571 Lock_time: 0.000161 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222295;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000359 Lock_time: 0.000241 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222295;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:54.665544' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:04:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000628 Lock_time: 0.000204 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222296;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000231 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222296;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:55.665975' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000238 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222296;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:55.665971' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:04:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000499 Lock_time: 0.000362 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222297;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000231 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222297;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:56.666601' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000181 Lock_time: 0.000065 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222297;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:56.666408' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:04:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13347 Schema: QC_hit: No
# Query_time: 0.000311 Lock_time: 0.000216 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222298;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13347 Schema: QC_hit: No
# Query_time: 0.000136 Lock_time: 0.000093 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222298;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000439 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222298;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000697 Lock_time: 0.000576 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222298;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:57.666002' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000694 Lock_time: 0.000579 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222298;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:57.666019' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:04:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13348 Schema: QC_hit: No
# Query_time: 0.000264 Lock_time: 0.000131 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222299;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13348 Schema: QC_hit: No
# Query_time: 0.000167 Lock_time: 0.000119 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222299;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000316 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222299;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000651 Lock_time: 0.000144 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222299;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000218 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222299;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:58.66672' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:05:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001451 Lock_time: 0.001277 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222300;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000802 Lock_time: 0.000539 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222300;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:04:59.666346' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001682 Lock_time: 0.001254 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222300;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:05:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000804 Lock_time: 0.000168 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222301;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001171 Lock_time: 0.000975 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222301;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:00.665877' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001088 Lock_time: 0.000894 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222301;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:00.665663' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:05:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000526 Lock_time: 0.000374 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222302;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000739 Lock_time: 0.000392 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222302;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001125 Lock_time: 0.001011 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222302;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:01.666221' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:05:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000596 Lock_time: 0.000197 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222303;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000506 Lock_time: 0.000343 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222303;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:02.665552' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000516 Lock_time: 0.000328 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222303;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:02.665743' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:05:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000553 Lock_time: 0.000159 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222304;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000367 Lock_time: 0.000232 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222304;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:03.666072' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000409 Lock_time: 0.000257 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222304;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:03.66607' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:05:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000269 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222305;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000569 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222305;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000258 Lock_time: 0.000142 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222305;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:04.665567' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:05:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000296 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222306;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000251 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222306;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:05.666085' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000315 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222306;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:05.666086' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:05:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000622 Lock_time: 0.000449 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222307;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000777 Lock_time: 0.000381 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222307;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000297 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222307;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:06.665566' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:05:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13351 Schema: QC_hit: No
# Query_time: 0.000205 Lock_time: 0.000119 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222308;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13351 Schema: QC_hit: No
# Query_time: 0.000158 Lock_time: 0.000112 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222308;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000554 Lock_time: 0.000140 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222308;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000207 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222308;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:07.666108' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000491 Lock_time: 0.000321 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222308;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:07.666083' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:05:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13352 Schema: QC_hit: No
# Query_time: 0.000225 Lock_time: 0.000126 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222309;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13352 Schema: QC_hit: No
# Query_time: 0.000202 Lock_time: 0.000153 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222309;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000200 Lock_time: 0.000066 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222309;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:08.665585' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000297 Lock_time: 0.000137 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222309;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:08.665589' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001111 Lock_time: 0.000680 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222309;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:05:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000606 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222310;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000259 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222310;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:09.66609' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000208 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222310;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:09.666044' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:05:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000679 Lock_time: 0.000454 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222311;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:10.665902' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001480 Lock_time: 0.001239 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222311;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000779 Lock_time: 0.000563 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222311;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:10.665723' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000401 Lock_time: 0.000070 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222311;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:05:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001755 Lock_time: 0.001530 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222312;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001227 Lock_time: 0.001002 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222312;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:11.666391' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001973 Lock_time: 0.001567 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222312;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:05:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000643 Lock_time: 0.000159 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222313;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001149 Lock_time: 0.000971 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222313;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:12.666055' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001187 Lock_time: 0.000994 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222313;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:12.66616' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:05:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000411 Lock_time: 0.000264 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222314;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000771 Lock_time: 0.000290 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222314;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001067 Lock_time: 0.000951 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222314;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:13.666617' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:05:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000237 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222315;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000538 Lock_time: 0.000371 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222315;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:14.666027' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001156 Lock_time: 0.000962 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222315;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:14.665874' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:05:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000531 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222316;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.006222 Lock_time: 0.006047 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222316;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:15.666609' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.006248 Lock_time: 0.006064 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222316;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:15.666555' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13354 Schema: QC_hit: No
# Query_time: 0.000286 Lock_time: 0.000189 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222316;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13354 Schema: QC_hit: No
# Query_time: 0.000260 Lock_time: 0.000206 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222316;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 7:05:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000666 Lock_time: 0.000437 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222317;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000843 Lock_time: 0.000453 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222317;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000556 Lock_time: 0.000416 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222317;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:16.66608' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:05:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13356 Schema: QC_hit: No
# Query_time: 0.000242 Lock_time: 0.000142 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222318;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13356 Schema: QC_hit: No
# Query_time: 0.000355 Lock_time: 0.000249 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222318;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000636 Lock_time: 0.000156 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222318;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000306 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222318;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000205 Lock_time: 0.000073 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222318;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:17.666526' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:05:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13357 Schema: QC_hit: No
# Query_time: 0.000223 Lock_time: 0.000127 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222319;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13357 Schema: QC_hit: No
# Query_time: 0.000170 Lock_time: 0.000125 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222319;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000611 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222319;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000262 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222319;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000207 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222319;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:18.666837' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:05:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000291 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222320;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000591 Lock_time: 0.000146 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222320;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000228 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222320;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:19.666429' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:05:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000712 Lock_time: 0.000485 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222321;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:20.665816' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000659 Lock_time: 0.000428 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222321;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:20.665824' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001460 Lock_time: 0.001205 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222321;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:05:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000811 Lock_time: 0.000641 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222322;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:21.666536' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000844 Lock_time: 0.000558 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222322;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:21.666318' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001547 Lock_time: 0.001100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222322;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:05:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000270 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222323;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000649 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222323;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001168 Lock_time: 0.001046 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222323;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:22.665679' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:05:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000210 Lock_time: 0.000060 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222324;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001738 Lock_time: 0.001616 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222324;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:23.666381' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001740 Lock_time: 0.001582 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222324;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:23.666368' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:05:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000690 Lock_time: 0.000155 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222325;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000227 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222325;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:24.665659' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000269 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222325;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:24.665592' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:05:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000408 Lock_time: 0.000239 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222326;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000780 Lock_time: 0.000224 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222326;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000307 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222326;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:25.666307' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:05:27
# User@Host: so_user[so_user] @ [10.233.71.99]
# Thread_id: 12651 Schema: camundabpmn QC_hit: No
# Query_time: 0.000613 Lock_time: 0.000240 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 356
use camundabpmn;
SET timestamp=1623222327;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 07:05:27.536'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 07:05:27.536')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'c95c66ac-c8af-11eb-9d3f-0a01556420c8'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 07:05:27.536') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000712 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
use vid_openecomp_epsdk;
SET timestamp=1623222327;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000336 Lock_time: 0.000137 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222327;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:26.665621' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000320 Lock_time: 0.000130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222327;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:26.665637' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:05:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13360 Schema: QC_hit: No
# Query_time: 0.000224 Lock_time: 0.000130 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222328;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13360 Schema: QC_hit: No
# Query_time: 0.000174 Lock_time: 0.000127 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222328;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000429 Lock_time: 0.000164 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222328;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000272 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222328;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:27.666269' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000213 Lock_time: 0.000070 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222328;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:27.66613' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:05:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13361 Schema: QC_hit: No
# Query_time: 0.000252 Lock_time: 0.000143 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222329;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13361 Schema: QC_hit: No
# Query_time: 0.000164 Lock_time: 0.000118 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222329;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000251 Lock_time: 0.000073 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222329;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000246 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222329;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:28.665605' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000299 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222329;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:28.665573' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:05:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000248 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222330;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000241 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222330;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:29.666202' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000370 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222330;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:29.666026' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:05:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001031 Lock_time: 0.000836 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222331;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:30.665673' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001739 Lock_time: 0.001495 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222331;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002213 Lock_time: 0.001526 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222331;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:05:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001351 Lock_time: 0.001130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222332;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000863 Lock_time: 0.000595 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222332;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:31.666312' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000890 Lock_time: 0.000605 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222332;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:31.666604' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:05:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000377 Lock_time: 0.000131 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222333;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001474 Lock_time: 0.001330 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222333;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:32.665884' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001469 Lock_time: 0.001324 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222333;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:32.665857' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:05:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000338 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222334;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001411 Lock_time: 0.001255 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222334;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:33.666391' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001067 Lock_time: 0.000907 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222334;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:33.666434' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:05:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000512 Lock_time: 0.000138 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222335;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000185 Lock_time: 0.000066 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222335;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:34.665761' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000245 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222335;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:34.665919' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:05:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000323 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222336;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000529 Lock_time: 0.000141 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222336;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001297 Lock_time: 0.001151 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222336;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:35.666319' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:05:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000467 Lock_time: 0.000289 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222337;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:36.66573' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001143 Lock_time: 0.000287 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222337;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000525 Lock_time: 0.000345 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222337;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:36.665676' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:05:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13364 Schema: QC_hit: No
# Query_time: 0.000223 Lock_time: 0.000136 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222338;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13364 Schema: QC_hit: No
# Query_time: 0.000191 Lock_time: 0.000126 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222338;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000646 Lock_time: 0.000325 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222338;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000210 Lock_time: 0.000065 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222338;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:37.666171' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000949 Lock_time: 0.000836 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222338;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:37.666249' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:05:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13365 Schema: QC_hit: No
# Query_time: 0.000226 Lock_time: 0.000148 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222339;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13365 Schema: QC_hit: No
# Query_time: 0.000183 Lock_time: 0.000133 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222339;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000278 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222339;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000236 Lock_time: 0.000076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222339;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:38.665611' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000203 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222339;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:38.665619' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:05:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000285 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222340;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000644 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222340;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000209 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222340;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:39.666149' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:05:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001168 Lock_time: 0.000986 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222341;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:40.665518' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001854 Lock_time: 0.001637 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222341;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001970 Lock_time: 0.001568 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222341;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:05:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001179 Lock_time: 0.000932 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222342;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:41.666217' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001767 Lock_time: 0.001522 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222342;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002012 Lock_time: 0.001580 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222342;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:05:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000331 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222343;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000646 Lock_time: 0.000198 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222343;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001850 Lock_time: 0.001590 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222343;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:42.666004' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:05:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000320 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222344;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001109 Lock_time: 0.000932 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222344;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:43.666714' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001275 Lock_time: 0.001118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222344;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:43.666502' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:05:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000402 Lock_time: 0.000263 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222345;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000643 Lock_time: 0.000148 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222345;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000185 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222345;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:44.665912' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:05:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000185 Lock_time: 0.000070 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222346;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000546 Lock_time: 0.000133 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222346;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000249 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222346;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:45.666387' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13367 Schema: QC_hit: No
# Query_time: 0.000195 Lock_time: 0.000115 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222346;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13367 Schema: QC_hit: No
# Query_time: 0.000241 Lock_time: 0.000176 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222346;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 7:05:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000392 Lock_time: 0.000255 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222347;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000203 Lock_time: 0.000076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222347;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:46.665912' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000244 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222347;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:46.665896' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:05:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13369 Schema: QC_hit: No
# Query_time: 0.000175 Lock_time: 0.000097 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222348;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13369 Schema: QC_hit: No
# Query_time: 0.000177 Lock_time: 0.000109 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222348;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000929 Lock_time: 0.000526 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222348;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000371 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222348;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:47.665655' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000173 Lock_time: 0.000058 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222348;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:47.665683' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:05:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13370 Schema: QC_hit: No
# Query_time: 0.000210 Lock_time: 0.000119 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222349;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13370 Schema: QC_hit: No
# Query_time: 0.000149 Lock_time: 0.000099 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222349;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000270 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222349;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000493 Lock_time: 0.000140 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222349;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000340 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222349;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:48.666214' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:05:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000962 Lock_time: 0.000789 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222350;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:49.665576' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001204 Lock_time: 0.001096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222350;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:49.665574' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002018 Lock_time: 0.001176 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222350;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:05:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000883 Lock_time: 0.000710 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222351;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:50.666136' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000953 Lock_time: 0.000759 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222351;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:50.666159' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001445 Lock_time: 0.001044 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222351;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001718 Lock_time: 0.001138 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222351;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:05:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000533 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222352;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000697 Lock_time: 0.000570 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222352;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:51.665662' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001433 Lock_time: 0.001292 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222352;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:51.665675' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:05:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000229 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222353;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001138 Lock_time: 0.001028 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222353;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:52.666283' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000772 Lock_time: 0.000672 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222353;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:52.666269' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:05:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000268 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222354;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000691 Lock_time: 0.000339 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222354;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000196 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222354;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:53.665664' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:05:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000719 Lock_time: 0.000323 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222355;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000220 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222355;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:54.666248' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000375 Lock_time: 0.000170 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222355;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:54.666467' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:05:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000780 Lock_time: 0.000334 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222356;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000281 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222356;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:55.665827' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000397 Lock_time: 0.000167 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222356;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:55.665795' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:05:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000493 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222357;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000893 Lock_time: 0.000657 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222357;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000427 Lock_time: 0.000250 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222357;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:56.666271' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:05:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13373 Schema: QC_hit: No
# Query_time: 0.000221 Lock_time: 0.000142 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222358;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13373 Schema: QC_hit: No
# Query_time: 0.000185 Lock_time: 0.000138 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222358;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001378 Lock_time: 0.001234 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222358;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000191 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222358;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:57.665718' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001696 Lock_time: 0.001227 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222358;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:05:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13374 Schema: QC_hit: No
# Query_time: 0.000186 Lock_time: 0.000107 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222359;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13374 Schema: QC_hit: No
# Query_time: 0.000165 Lock_time: 0.000119 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222359;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001052 Lock_time: 0.000895 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222359;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000586 Lock_time: 0.000446 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222359;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:58.66654' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000695 Lock_time: 0.000507 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222359;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:58.666334' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:06:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000246 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222360;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000492 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222360;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001249 Lock_time: 0.001121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222360;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:59.665803' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001292 Lock_time: 0.001143 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222360;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:05:59.666003' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:06:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000404 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222361;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001395 Lock_time: 0.001234 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222361;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:00.666538' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001440 Lock_time: 0.001260 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222361;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:00.666585' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:06:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000532 Lock_time: 0.000167 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222362;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000239 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222362;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:01.666097' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000303 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222362;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:01.66588' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:06:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001998 Lock_time: 0.001856 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222363;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001380 Lock_time: 0.001220 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222363;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:02.666479' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001352 Lock_time: 0.001184 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222363;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:02.666296' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:06:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000306 Lock_time: 0.000140 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222364;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000336 Lock_time: 0.000210 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222364;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:03.665686' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000395 Lock_time: 0.000232 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222364;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:03.66583' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:06:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000280 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222365;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000446 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222365;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000192 Lock_time: 0.000062 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222365;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:04.666504' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:06:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000682 Lock_time: 0.000431 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222366;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:05.665698' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001394 Lock_time: 0.001172 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222366;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000558 Lock_time: 0.000327 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222366;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:05.665928' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:06:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001185 Lock_time: 0.001024 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222367;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000767 Lock_time: 0.000515 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222367;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:06.666285' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001443 Lock_time: 0.000967 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222367;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:06:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13377 Schema: QC_hit: No
# Query_time: 0.000187 Lock_time: 0.000110 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222368;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13377 Schema: QC_hit: No
# Query_time: 0.000134 Lock_time: 0.000089 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222368;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000270 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222368;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000881 Lock_time: 0.000751 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222368;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:07.665735' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001283 Lock_time: 0.001175 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222368;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:07.665745' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:06:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13378 Schema: QC_hit: No
# Query_time: 0.000207 Lock_time: 0.000118 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222369;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13378 Schema: QC_hit: No
# Query_time: 0.000170 Lock_time: 0.000120 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222369;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000233 Lock_time: 0.000069 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222369;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000848 Lock_time: 0.000454 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222369;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000733 Lock_time: 0.000589 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222369;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:08.666232' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:06:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000325 Lock_time: 0.000133 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222370;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000570 Lock_time: 0.000134 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222370;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000216 Lock_time: 0.000067 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222370;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:09.665676' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:06:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000738 Lock_time: 0.000369 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222371;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000950 Lock_time: 0.000825 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222371;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:10.667319' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001537 Lock_time: 0.001397 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222371;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:06:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000245 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222372;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000181 Lock_time: 0.000067 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222372;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:11.665965' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000554 Lock_time: 0.000068 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222372;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:06:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000314 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222373;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000484 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222373;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000264 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222373;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:12.666412' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000153 Lock_time: 0.000055 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222373;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:12.666391' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:06:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000308 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222374;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000382 Lock_time: 0.000210 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222374;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:13.665757' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000447 Lock_time: 0.000351 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222374;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:13.665907' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:06:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000344 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222375;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000241 Lock_time: 0.000063 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222375;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:14.666723' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000259 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222375;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:14.666563' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:06:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000541 Lock_time: 0.000326 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222376;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:15.665823' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001263 Lock_time: 0.001043 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222376;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001616 Lock_time: 0.001082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222376;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13380 Schema: QC_hit: No
# Query_time: 0.000214 Lock_time: 0.000132 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222376;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13380 Schema: QC_hit: No
# Query_time: 0.000127 Lock_time: 0.000080 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222376;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 7:06:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000548 Lock_time: 0.000377 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222377;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:16.666483' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000499 Lock_time: 0.000325 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222377;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:16.666434' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001466 Lock_time: 0.001370 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222377;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:06:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13382 Schema: QC_hit: No
# Query_time: 0.000338 Lock_time: 0.000189 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222378;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13382 Schema: QC_hit: No
# Query_time: 0.000191 Lock_time: 0.000135 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222378;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000480 Lock_time: 0.000330 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222378;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:17.666287' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000683 Lock_time: 0.000469 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222378;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:17.666287' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001723 Lock_time: 0.001151 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222378;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:06:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13383 Schema: QC_hit: No
# Query_time: 0.000221 Lock_time: 0.000123 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222379;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13383 Schema: QC_hit: No
# Query_time: 0.000155 Lock_time: 0.000103 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222379;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000220 Lock_time: 0.000067 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222379;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:18.665692' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222379;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:18.665663' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000401 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222379;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:06:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000417 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222380;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:19.666367' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001086 Lock_time: 0.000204 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222380;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001242 Lock_time: 0.001059 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222380;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:19.666163' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:06:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000478 Lock_time: 0.000316 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222381;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000545 Lock_time: 0.000425 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222381;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:20.665725' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000715 Lock_time: 0.000412 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222381;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:20.665788' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:06:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001080 Lock_time: 0.000796 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222382;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000530 Lock_time: 0.000394 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222382;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:21.666423' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000789 Lock_time: 0.000667 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222382;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:21.666304' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:06:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000326 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222383;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000258 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222383;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:22.665739' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000203 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222383;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:22.665743' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:06:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000363 Lock_time: 0.000147 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222384;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000578 Lock_time: 0.000134 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222384;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000324 Lock_time: 0.000187 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222384;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:23.66642' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000332 Lock_time: 0.000199 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222384;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:23.666415' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:06:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001773 Lock_time: 0.001609 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222385;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001168 Lock_time: 0.000991 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222385;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:24.665847' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001130 Lock_time: 0.000960 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222385;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:24.665872' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001980 Lock_time: 0.001600 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222385;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:06:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000491 Lock_time: 0.000301 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222386;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:25.666396' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000469 Lock_time: 0.000271 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222386;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:25.66645' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001640 Lock_time: 0.001146 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222386;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:06:27
# User@Host: so_user[so_user] @ [10.233.71.99]
# Thread_id: 12651 Schema: camundabpmn QC_hit: No
# Query_time: 0.000625 Lock_time: 0.000270 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 356
use camundabpmn;
SET timestamp=1623222387;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 07:06:27.536'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 07:06:27.536')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'c95c66ac-c8af-11eb-9d3f-0a01556420c8'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 07:06:27.536') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000261 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
use vid_openecomp_epsdk;
SET timestamp=1623222387;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000500 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222387;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001618 Lock_time: 0.001496 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222387;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:26.665893' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001631 Lock_time: 0.001468 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222387;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:26.665911' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:06:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13386 Schema: QC_hit: No
# Query_time: 0.000210 Lock_time: 0.000131 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222388;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13386 Schema: QC_hit: No
# Query_time: 0.000203 Lock_time: 0.000142 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222388;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001684 Lock_time: 0.001408 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222388;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000927 Lock_time: 0.000581 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222388;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:27.666308' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001673 Lock_time: 0.001209 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222388;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:06:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13387 Schema: QC_hit: No
# Query_time: 0.000213 Lock_time: 0.000116 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222389;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13387 Schema: QC_hit: No
# Query_time: 0.000179 Lock_time: 0.000129 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222389;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000815 Lock_time: 0.000417 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222389;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000206 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222389;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:28.665793' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222389;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:28.665775' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:06:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000397 Lock_time: 0.000183 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222390;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000606 Lock_time: 0.000193 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222390;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000202 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222390;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:29.666542' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:06:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000294 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222391;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000213 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222391;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:30.666089' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000224 Lock_time: 0.000072 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222391;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:30.66607' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:06:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000233 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222392;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000452 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222392;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000168 Lock_time: 0.000063 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222392;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:31.666504' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:06:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000805 Lock_time: 0.000628 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222393;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:32.665819' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000790 Lock_time: 0.000631 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222393;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:32.665801' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001649 Lock_time: 0.001280 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222393;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:06:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001410 Lock_time: 0.001272 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222394;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000699 Lock_time: 0.000571 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222394;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:33.666458' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000765 Lock_time: 0.000614 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222394;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:33.666308' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001701 Lock_time: 0.001326 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222394;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:06:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000250 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222395;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001153 Lock_time: 0.001042 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222395;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:34.66578' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001193 Lock_time: 0.001070 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222395;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:34.665842' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:06:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001227 Lock_time: 0.001002 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222396;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000435 Lock_time: 0.000209 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222396;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:35.666271' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001531 Lock_time: 0.000977 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222396;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:06:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000316 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222397;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001167 Lock_time: 0.001010 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222397;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:36.66576' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001148 Lock_time: 0.000991 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222397;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:36.665692' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:06:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13390 Schema: QC_hit: No
# Query_time: 0.000316 Lock_time: 0.000215 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222398;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13390 Schema: QC_hit: No
# Query_time: 0.000218 Lock_time: 0.000167 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222398;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000265 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222398;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001458 Lock_time: 0.001329 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222398;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:37.666198' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001517 Lock_time: 0.001355 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222398;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:37.666194' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:06:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13391 Schema: QC_hit: No
# Query_time: 0.000211 Lock_time: 0.000118 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222399;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13391 Schema: QC_hit: No
# Query_time: 0.000147 Lock_time: 0.000099 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222399;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000317 Lock_time: 0.000157 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222399;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000263 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222399;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:38.665851' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001651 Lock_time: 0.001488 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222399;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:38.665633' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:06:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000270 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222400;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000428 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222400;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001206 Lock_time: 0.001043 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222400;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:39.666942' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:06:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000264 Lock_time: 0.000062 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222401;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000222 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222401;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:40.666444' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000201 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222401;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:40.666322' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:06:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000434 Lock_time: 0.000158 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222402;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000565 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222402;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000643 Lock_time: 0.000529 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222402;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:41.665783' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:06:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000251 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222403;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000581 Lock_time: 0.000141 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222403;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000190 Lock_time: 0.000065 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222403;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:42.666331' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:06:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000785 Lock_time: 0.000588 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222404;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:43.665733' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000842 Lock_time: 0.000640 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222404;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:43.665949' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001746 Lock_time: 0.001289 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222404;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:06:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000507 Lock_time: 0.000328 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222405;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:44.666322' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001289 Lock_time: 0.001127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222405;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000558 Lock_time: 0.000379 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222405;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:44.666525' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:06:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000339 Lock_time: 0.000189 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222406;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000527 Lock_time: 0.000188 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222406;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001122 Lock_time: 0.001007 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222406;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:45.665621' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13393 Schema: QC_hit: No
# Query_time: 0.000185 Lock_time: 0.000104 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222406;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13393 Schema: QC_hit: No
# Query_time: 0.000155 Lock_time: 0.000101 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222406;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 7:06:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000496 Lock_time: 0.000324 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222407;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000785 Lock_time: 0.000412 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222407;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000571 Lock_time: 0.000465 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222407;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:46.666291' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:06:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13395 Schema: QC_hit: No
# Query_time: 0.000193 Lock_time: 0.000112 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222408;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13395 Schema: QC_hit: No
# Query_time: 0.000151 Lock_time: 0.000105 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222408;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000468 Lock_time: 0.000252 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222408;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000222 Lock_time: 0.000067 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222408;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:47.665802' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000544 Lock_time: 0.000359 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222408;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:47.665765' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:06:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13396 Schema: QC_hit: No
# Query_time: 0.000248 Lock_time: 0.000126 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222409;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13396 Schema: QC_hit: No
# Query_time: 0.000184 Lock_time: 0.000136 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222409;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000367 Lock_time: 0.000172 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222409;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000401 Lock_time: 0.000253 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222409;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:48.666468' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000699 Lock_time: 0.000280 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222409;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:06:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000280 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222410;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000204 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222410;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:49.665788' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000252 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222410;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:49.665764' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:06:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000286 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222411;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000265 Lock_time: 0.000143 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222411;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:50.668118' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000195 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222411;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:50.668096' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:06:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000670 Lock_time: 0.000181 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222412;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000338 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222412;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:51.665566' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:06:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000305 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222413;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000192 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222413;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:52.665943' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000214 Lock_time: 0.000057 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222413;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:52.665965' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:06:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000568 Lock_time: 0.000133 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222414;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000375 Lock_time: 0.000208 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222414;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:53.665788' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222414;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:53.665933' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:06:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000830 Lock_time: 0.000358 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222415;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000438 Lock_time: 0.000296 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222415;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:54.66573' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000382 Lock_time: 0.000242 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222415;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:54.665678' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:06:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000669 Lock_time: 0.000242 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222416;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000243 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222416;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:55.666115' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000240 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222416;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:55.666312' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:06:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000402 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222417;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000215 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222417;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:56.665505' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000315 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222417;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:56.665493' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:06:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13399 Schema: QC_hit: No
# Query_time: 0.000253 Lock_time: 0.000172 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222418;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13399 Schema: QC_hit: No
# Query_time: 0.000160 Lock_time: 0.000112 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222418;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000244 Lock_time: 0.000048 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222418;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000183 Lock_time: 0.000067 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222418;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:57.66627' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000251 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222418;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:57.666273' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:06:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13400 Schema: QC_hit: No
# Query_time: 0.000225 Lock_time: 0.000129 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222419;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13400 Schema: QC_hit: No
# Query_time: 0.000153 Lock_time: 0.000105 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222419;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000386 Lock_time: 0.000223 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222419;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000709 Lock_time: 0.000139 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222419;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000246 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222419;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:58.665629' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:07:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000312 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222420;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000214 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222420;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:59.666325' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000216 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222420;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:06:59.666148' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:07:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001614 Lock_time: 0.001419 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222421;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000867 Lock_time: 0.000654 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222421;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:00.665582' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001730 Lock_time: 0.001328 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222421;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:07:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000770 Lock_time: 0.000590 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222422;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:01.666159' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000708 Lock_time: 0.000509 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222422;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:01.666156' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001647 Lock_time: 0.001181 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222422;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:07:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000856 Lock_time: 0.000425 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222423;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001206 Lock_time: 0.001080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222423;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:02.665656' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001185 Lock_time: 0.001030 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222423;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:02.665588' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:07:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000366 Lock_time: 0.000203 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222424;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000648 Lock_time: 0.000202 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222424;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001186 Lock_time: 0.000983 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222424;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:03.666106' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:07:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000239 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222425;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000270 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222425;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:04.665663' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000229 Lock_time: 0.000050 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222425;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:04.665666' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:07:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000352 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222426;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000571 Lock_time: 0.000147 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222426;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001693 Lock_time: 0.001564 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222426;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:05.666195' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:07:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000533 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222427;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000218 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222427;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:06.665667' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000359 Lock_time: 0.000177 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222427;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:06.66564' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:07:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13403 Schema: QC_hit: No
# Query_time: 0.000172 Lock_time: 0.000092 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222428;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13403 Schema: QC_hit: No
# Query_time: 0.000146 Lock_time: 0.000096 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222428;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000622 Lock_time: 0.000428 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222428;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000469 Lock_time: 0.000130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222428;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:07.666172' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000381 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222428;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:07.666189' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001683 Lock_time: 0.001030 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222428;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:07:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13404 Schema: QC_hit: No
# Query_time: 0.000268 Lock_time: 0.000157 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222429;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13404 Schema: QC_hit: No
# Query_time: 0.000197 Lock_time: 0.000143 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222429;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000639 Lock_time: 0.000154 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222429;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000536 Lock_time: 0.000382 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222429;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:08.665656' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000523 Lock_time: 0.000362 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222429;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:08.665669' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:07:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000539 Lock_time: 0.000142 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222430;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000181 Lock_time: 0.000070 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222430;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:09.666357' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000644 Lock_time: 0.000533 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222430;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:09.666151' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:07:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000486 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222431;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000207 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222431;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:10.665678' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000213 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222431;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:10.665656' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:07:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000503 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222432;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000433 Lock_time: 0.000288 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222432;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000182 Lock_time: 0.000068 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222432;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:11.666114' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000224 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222432;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:11.666411' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:07:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000789 Lock_time: 0.000278 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222433;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000231 Lock_time: 0.000068 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222433;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:12.665677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000387 Lock_time: 0.000188 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222433;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:07:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000461 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222434;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000362 Lock_time: 0.000168 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222434;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:13.666081' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000383 Lock_time: 0.000245 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222434;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:13.666104' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:07:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000611 Lock_time: 0.000405 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222435;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:14.665618' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001579 Lock_time: 0.001191 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222435;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001968 Lock_time: 0.001319 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222435;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:07:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001717 Lock_time: 0.001569 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222436;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000937 Lock_time: 0.000755 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222436;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:15.666341' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001964 Lock_time: 0.001561 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222436;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13406 Schema: QC_hit: No
# Query_time: 0.000234 Lock_time: 0.000123 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222436;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13406 Schema: QC_hit: No
# Query_time: 0.000220 Lock_time: 0.000151 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222436;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 7:07:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000254 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222437;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000168 Lock_time: 0.000052 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222437;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:16.665586' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000367 Lock_time: 0.000263 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222437;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:16.665809' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:07:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13408 Schema: QC_hit: No
# Query_time: 0.000202 Lock_time: 0.000113 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222438;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13408 Schema: QC_hit: No
# Query_time: 0.000166 Lock_time: 0.000116 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222438;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000238 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222438;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000602 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222438;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000226 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222438;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:17.666247' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:07:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13409 Schema: QC_hit: No
# Query_time: 0.000190 Lock_time: 0.000108 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222439;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13409 Schema: QC_hit: No
# Query_time: 0.000175 Lock_time: 0.000127 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222439;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000661 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222439;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000286 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222439;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:18.665516' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000231 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222439;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:18.665695' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:07:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000250 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222440;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000254 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222440;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:19.66607' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000262 Lock_time: 0.000149 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222440;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:19.665901' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:07:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000295 Lock_time: 0.000138 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222441;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:20.666501' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001503 Lock_time: 0.000473 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222441;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000498 Lock_time: 0.000138 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222441;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:20.666636' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:07:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000341 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222442;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000533 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222442;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001065 Lock_time: 0.000946 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222442;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:21.665941' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:07:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000265 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222443;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000246 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222443;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:22.66642' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000227 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222443;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:22.666464' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:07:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000889 Lock_time: 0.000734 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222444;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:23.665817' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000827 Lock_time: 0.000682 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222444;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:23.66587' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002136 Lock_time: 0.002038 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222444;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:07:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001113 Lock_time: 0.000922 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222445;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001288 Lock_time: 0.000908 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222445;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000780 Lock_time: 0.000669 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222445;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:24.66636' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000225 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222445;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:24.666286' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:07:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000487 Lock_time: 0.000315 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222446;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000250 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222446;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:25.665826' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000289 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222446;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:25.665856' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:07:27
# User@Host: so_user[so_user] @ [10.233.71.99]
# Thread_id: 12651 Schema: camundabpmn QC_hit: No
# Query_time: 0.000570 Lock_time: 0.000205 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 356
use camundabpmn;
SET timestamp=1623222447;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 07:07:27.536'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 07:07:27.536')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'c95c66ac-c8af-11eb-9d3f-0a01556420c8'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 07:07:27.536') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000488 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
use vid_openecomp_epsdk;
SET timestamp=1623222447;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000509 Lock_time: 0.000380 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222447;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:26.666267' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001080 Lock_time: 0.000963 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222447;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:26.66637' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:07:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13412 Schema: QC_hit: No
# Query_time: 0.000191 Lock_time: 0.000114 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222448;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13412 Schema: QC_hit: No
# Query_time: 0.000157 Lock_time: 0.000111 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222448;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000309 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222448;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000214 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222448;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:27.665886' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000306 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222448;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:27.665731' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:07:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13413 Schema: QC_hit: No
# Query_time: 0.000218 Lock_time: 0.000135 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222449;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13413 Schema: QC_hit: No
# Query_time: 0.000193 Lock_time: 0.000133 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222449;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000364 Lock_time: 0.000197 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222449;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000626 Lock_time: 0.000239 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222449;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000364 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222449;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:28.666239' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:07:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000499 Lock_time: 0.000352 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222450;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000267 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222450;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:29.665653' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000454 Lock_time: 0.000161 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222450;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:29.665655' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:07:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000387 Lock_time: 0.000143 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222451;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000529 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222451;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000616 Lock_time: 0.000464 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222451;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:30.666141' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:07:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001071 Lock_time: 0.000892 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222452;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:31.665854' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001208 Lock_time: 0.000970 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222452;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:31.665725' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002067 Lock_time: 0.001678 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222452;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:07:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000316 Lock_time: 0.000157 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222453;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:32.666014' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000946 Lock_time: 0.000798 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222453;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001743 Lock_time: 0.001209 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222453;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:07:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000308 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222454;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000532 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222454;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001481 Lock_time: 0.001312 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222454;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:33.665493' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:07:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000264 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222455;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000455 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222455;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001156 Lock_time: 0.001038 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222455;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:34.665938' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:07:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000257 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222456;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000443 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222456;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000199 Lock_time: 0.000073 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222456;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:35.665424' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:07:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000446 Lock_time: 0.000220 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222457;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000609 Lock_time: 0.000247 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222457;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000202 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222457;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:36.666017' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:07:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13416 Schema: QC_hit: No
# Query_time: 0.000198 Lock_time: 0.000114 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222458;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13416 Schema: QC_hit: No
# Query_time: 0.000197 Lock_time: 0.000137 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222458;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000510 Lock_time: 0.000330 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222458;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000413 Lock_time: 0.000072 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222458;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000270 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222458;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:37.666441' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:07:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13417 Schema: QC_hit: No
# Query_time: 0.000216 Lock_time: 0.000136 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222459;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13417 Schema: QC_hit: No
# Query_time: 0.000156 Lock_time: 0.000109 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222459;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000539 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222459;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000194 Lock_time: 0.000060 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222459;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:38.665894' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000248 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222459;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:38.66573' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:07:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000798 Lock_time: 0.000508 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222460;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000264 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222460;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:39.66652' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000236 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222460;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:39.666532' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:07:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000857 Lock_time: 0.000696 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222461;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:40.665708' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000852 Lock_time: 0.000680 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222461;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:40.665737' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001732 Lock_time: 0.001394 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222461;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:07:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000661 Lock_time: 0.000503 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222462;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:41.666242' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000697 Lock_time: 0.000503 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222462;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:41.666382' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001289 Lock_time: 0.001028 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222462;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001556 Lock_time: 0.001153 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222462;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:07:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001498 Lock_time: 0.001319 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222463;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000757 Lock_time: 0.000570 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222463;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:42.665697' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000774 Lock_time: 0.000573 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222463;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:42.665726' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:07:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001277 Lock_time: 0.001087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222464;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000285 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222464;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:43.666434' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000499 Lock_time: 0.000359 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222464;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:43.666305' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001600 Lock_time: 0.001098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222464;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:07:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000240 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222465;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001437 Lock_time: 0.001291 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222465;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:44.665703' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001403 Lock_time: 0.001266 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222465;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:44.66577' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:07:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000202 Lock_time: 0.000067 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222466;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001132 Lock_time: 0.000970 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222466;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:45.666149' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001456 Lock_time: 0.001309 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222466;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:45.666342' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13419 Schema: QC_hit: No
# Query_time: 0.000195 Lock_time: 0.000115 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222466;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13419 Schema: QC_hit: No
# Query_time: 0.000199 Lock_time: 0.000142 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222466;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 7:07:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000237 Lock_time: 0.000065 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222467;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000208 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222467;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:46.665751' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000178 Lock_time: 0.000068 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222467;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:46.665697' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:07:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13421 Schema: QC_hit: No
# Query_time: 0.000181 Lock_time: 0.000104 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222468;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13421 Schema: QC_hit: No
# Query_time: 0.000157 Lock_time: 0.000110 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222468;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000288 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222468;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000985 Lock_time: 0.000525 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222468;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001341 Lock_time: 0.001208 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222468;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:47.666202' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001286 Lock_time: 0.001143 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222468;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:47.666203' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:07:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13422 Schema: QC_hit: No
# Query_time: 0.000204 Lock_time: 0.000119 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222469;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13422 Schema: QC_hit: No
# Query_time: 0.000173 Lock_time: 0.000127 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222469;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000235 Lock_time: 0.000064 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222469;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000221 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222469;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:48.665578' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000735 Lock_time: 0.000211 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222469;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:07:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000271 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222470;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000572 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222470;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000338 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222470;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:49.666009' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:07:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000790 Lock_time: 0.000622 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222471;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:50.665609' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000801 Lock_time: 0.000579 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222471;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:50.665543' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001974 Lock_time: 0.001301 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222471;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:07:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000578 Lock_time: 0.000345 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222472;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:51.666272' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000567 Lock_time: 0.000327 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222472;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:51.666188' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001379 Lock_time: 0.000919 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222472;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:07:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000445 Lock_time: 0.000249 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222473;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001188 Lock_time: 0.001063 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222473;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:52.66567' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001299 Lock_time: 0.001153 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222473;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:52.665881' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:07:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000365 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222474;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000597 Lock_time: 0.000162 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222474;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001264 Lock_time: 0.001131 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222474;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:53.666361' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:07:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000670 Lock_time: 0.000188 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222475;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000196 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222475;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:54.665775' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000205 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222475;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:54.665608' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:07:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000299 Lock_time: 0.000076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222476;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000853 Lock_time: 0.000229 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222476;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000175 Lock_time: 0.000057 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222476;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:55.666175' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:07:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000688 Lock_time: 0.000168 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222477;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000269 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222477;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:56.665526' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000481 Lock_time: 0.000183 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222477;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:56.665728' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:07:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13425 Schema: QC_hit: No
# Query_time: 0.000234 Lock_time: 0.000139 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222478;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13425 Schema: QC_hit: No
# Query_time: 0.000202 Lock_time: 0.000137 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222478;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000267 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222478;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000284 Lock_time: 0.000151 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222478;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:57.666028' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000899 Lock_time: 0.000410 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222478;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:07:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13426 Schema: QC_hit: No
# Query_time: 0.000253 Lock_time: 0.000152 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222479;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13426 Schema: QC_hit: No
# Query_time: 0.000180 Lock_time: 0.000126 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222479;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000324 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222479;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000613 Lock_time: 0.000136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222479;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000286 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222479;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:58.665593' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:08:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000330 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222480;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000472 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222480;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000308 Lock_time: 0.000160 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222480;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:07:59.666114' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:08:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000754 Lock_time: 0.000585 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222481;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:00.6655' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001414 Lock_time: 0.001237 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222481;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001881 Lock_time: 0.001246 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222481;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:08:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000312 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222482;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:01.666057' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001185 Lock_time: 0.000984 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222482;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001271 Lock_time: 0.000821 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222482;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:08:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000316 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222483;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000717 Lock_time: 0.000164 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222483;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001357 Lock_time: 0.001235 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222483;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:02.665532' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001331 Lock_time: 0.001208 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222483;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:02.665676' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:08:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000566 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222484;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001573 Lock_time: 0.001382 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222484;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:03.665928' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001540 Lock_time: 0.001331 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222484;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:03.666029' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:08:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000326 Lock_time: 0.000148 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222485;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000492 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222485;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001488 Lock_time: 0.001382 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222485;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:04.66645' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001569 Lock_time: 0.001418 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222485;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:04.666579' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:08:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001518 Lock_time: 0.001357 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222486;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:05.665896' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001600 Lock_time: 0.001412 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222486;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:05.665826' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002189 Lock_time: 0.002004 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222486;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:08:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000274 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222487;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000184 Lock_time: 0.000073 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222487;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:06.666395' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000345 Lock_time: 0.000240 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222487;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:06.666424' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:08:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13429 Schema: QC_hit: No
# Query_time: 0.000216 Lock_time: 0.000138 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222488;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13429 Schema: QC_hit: No
# Query_time: 0.000169 Lock_time: 0.000121 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222488;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000428 Lock_time: 0.000257 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222488;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000169 Lock_time: 0.000049 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222488;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:07.66566' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000343 Lock_time: 0.000133 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222488;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:07.66568' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:08:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13430 Schema: QC_hit: No
# Query_time: 0.000238 Lock_time: 0.000141 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222489;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13430 Schema: QC_hit: No
# Query_time: 0.000148 Lock_time: 0.000095 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222489;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000262 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222489;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000480 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222489;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000197 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222489;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:08.666272' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:08:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001382 Lock_time: 0.001225 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222490;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000740 Lock_time: 0.000566 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222490;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:09.66572' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000695 Lock_time: 0.000532 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222490;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:09.66569' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:08:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000714 Lock_time: 0.000549 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222491;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:10.666407' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000703 Lock_time: 0.000520 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222491;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:10.666242' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001568 Lock_time: 0.001096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222491;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:08:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000498 Lock_time: 0.000314 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222492;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001201 Lock_time: 0.001076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222492;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:11.665778' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000709 Lock_time: 0.000173 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222492;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:08:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000260 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222493;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000508 Lock_time: 0.000131 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222493;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001273 Lock_time: 0.001166 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222493;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:12.666297' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001198 Lock_time: 0.001102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222493;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:12.666255' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:08:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000303 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222494;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000708 Lock_time: 0.000168 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222494;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000217 Lock_time: 0.000072 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222494;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:13.66577' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:08:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000272 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222495;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000556 Lock_time: 0.000142 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222495;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000199 Lock_time: 0.000072 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222495;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:14.666271' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:08:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000338 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222496;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000431 Lock_time: 0.000154 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222496;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:15.665601' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000459 Lock_time: 0.000182 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222496;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:15.6656' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13432 Schema: QC_hit: No
# Query_time: 0.000219 Lock_time: 0.000141 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222496;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13432 Schema: QC_hit: No
# Query_time: 0.000189 Lock_time: 0.000140 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222496;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 7:08:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000440 Lock_time: 0.000266 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222497;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000226 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222497;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:16.666029' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000267 Lock_time: 0.000065 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222497;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:16.666037' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:08:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13434 Schema: QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000163 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222498;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13434 Schema: QC_hit: No
# Query_time: 0.000210 Lock_time: 0.000155 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222498;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000737 Lock_time: 0.000566 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222498;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:17.665868' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001425 Lock_time: 0.001189 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222498;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001682 Lock_time: 0.001234 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222498;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:08:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13435 Schema: QC_hit: No
# Query_time: 0.000265 Lock_time: 0.000170 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222499;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13435 Schema: QC_hit: No
# Query_time: 0.000183 Lock_time: 0.000135 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222499;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001372 Lock_time: 0.001192 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222499;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000770 Lock_time: 0.000583 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222499;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:18.66612' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001659 Lock_time: 0.001269 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222499;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:08:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000805 Lock_time: 0.000225 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222500;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001342 Lock_time: 0.001180 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222500;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:19.665788' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001319 Lock_time: 0.001167 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222500;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:19.665649' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:08:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000776 Lock_time: 0.000577 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222501;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001119 Lock_time: 0.000574 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222501;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001198 Lock_time: 0.001063 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222501;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:20.666152' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001204 Lock_time: 0.001079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222501;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:20.666279' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:08:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000329 Lock_time: 0.000143 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222502;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000287 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222502;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:21.665747' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000301 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222502;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:21.665618' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:08:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000317 Lock_time: 0.000133 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222503;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000615 Lock_time: 0.000155 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222503;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000218 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222503;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:22.666174' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:08:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000282 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222504;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000685 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222504;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000204 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222504;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:23.66653' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:08:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000267 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222505;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000242 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222505;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:24.665975' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000257 Lock_time: 0.000138 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222505;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:24.665997' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:08:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000379 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222506;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000486 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222506;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000294 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222506;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:25.666647' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000340 Lock_time: 0.000066 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222506;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:25.666456' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:08:27
# User@Host: so_user[so_user] @ [10.233.71.99]
# Thread_id: 12651 Schema: camundabpmn QC_hit: No
# Query_time: 0.000579 Lock_time: 0.000215 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 356
use camundabpmn;
SET timestamp=1623222507;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 07:08:27.536'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 07:08:27.536')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'c95c66ac-c8af-11eb-9d3f-0a01556420c8'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 07:08:27.536') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001654 Lock_time: 0.001508 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
use vid_openecomp_epsdk;
SET timestamp=1623222507;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001091 Lock_time: 0.000945 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222507;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:26.666024' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001883 Lock_time: 0.001527 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222507;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:08:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13438 Schema: QC_hit: No
# Query_time: 0.000232 Lock_time: 0.000138 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222508;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13438 Schema: QC_hit: No
# Query_time: 0.000176 Lock_time: 0.000129 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222508;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000313 Lock_time: 0.000131 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222508;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001559 Lock_time: 0.001414 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222508;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:27.665469' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001500 Lock_time: 0.001339 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222508;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:27.665687' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:08:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13439 Schema: QC_hit: No
# Query_time: 0.000221 Lock_time: 0.000120 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222509;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13439 Schema: QC_hit: No
# Query_time: 0.000205 Lock_time: 0.000136 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222509;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000501 Lock_time: 0.000335 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222509;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001172 Lock_time: 0.000977 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222509;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:28.665947' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001117 Lock_time: 0.000930 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222509;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:28.665958' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:08:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000599 Lock_time: 0.000146 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222510;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000255 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222510;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:29.665454' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002180 Lock_time: 0.001994 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222510;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:29.665612' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:08:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000284 Lock_time: 0.000063 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222511;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000233 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222511;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:30.668118' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000986 Lock_time: 0.000560 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222511;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:08:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000442 Lock_time: 0.000327 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222512;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:31.666666' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000615 Lock_time: 0.000425 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222512;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:31.666489' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001285 Lock_time: 0.001111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222512;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:08:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000305 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222513;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000296 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222513;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:32.666051' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001527 Lock_time: 0.001390 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222513;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:32.666302' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:08:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000398 Lock_time: 0.000181 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222514;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000572 Lock_time: 0.000140 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222514;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000433 Lock_time: 0.000274 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222514;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:33.665717' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:08:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000501 Lock_time: 0.000342 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222515;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000594 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222515;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000368 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222515;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:34.666507' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:08:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000286 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222516;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000562 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222516;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000399 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222516;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:35.665765' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:08:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000646 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222517;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000789 Lock_time: 0.000680 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222517;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000688 Lock_time: 0.000573 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222517;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:36.666327' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:08:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13442 Schema: QC_hit: No
# Query_time: 0.000299 Lock_time: 0.000167 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222518;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13442 Schema: QC_hit: No
# Query_time: 0.000187 Lock_time: 0.000136 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222518;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001271 Lock_time: 0.001074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222518;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000455 Lock_time: 0.000257 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222518;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:37.665625' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000454 Lock_time: 0.000259 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222518;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:37.665797' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:08:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13443 Schema: QC_hit: No
# Query_time: 0.000233 Lock_time: 0.000139 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222519;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13443 Schema: QC_hit: No
# Query_time: 0.000170 Lock_time: 0.000121 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222519;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000554 Lock_time: 0.000389 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222519;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:38.66627' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000363 Lock_time: 0.000201 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222519;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:38.666105' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000910 Lock_time: 0.000743 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222519;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001482 Lock_time: 0.000995 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222519;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:08:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001228 Lock_time: 0.001050 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222520;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000205 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222520;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:39.665656' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000275 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222520;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:39.669289' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:08:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000341 Lock_time: 0.000147 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222521;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000526 Lock_time: 0.000137 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222521;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000251 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222521;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:40.666062' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:08:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000298 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222522;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000221 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222522;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:41.665671' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000250 Lock_time: 0.000059 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222522;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:41.665542' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:08:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000671 Lock_time: 0.000163 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222523;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000282 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222523;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:42.665985' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000361 Lock_time: 0.000236 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222523;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:42.666116' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:08:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000513 Lock_time: 0.000281 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222524;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:43.665727' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001359 Lock_time: 0.001101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222524;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001631 Lock_time: 0.001191 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222524;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:08:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001451 Lock_time: 0.001277 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222525;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000781 Lock_time: 0.000525 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222525;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:44.666468' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001845 Lock_time: 0.001277 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222525;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:08:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000551 Lock_time: 0.000308 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222526;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000258 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222526;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:45.665852' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000360 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222526;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:45.665843' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13445 Schema: QC_hit: No
# Query_time: 0.000219 Lock_time: 0.000140 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222526;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13445 Schema: QC_hit: No
# Query_time: 0.001944 Lock_time: 0.001875 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222526;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 7:08:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000373 Lock_time: 0.000217 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222527;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000576 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222527;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000239 Lock_time: 0.000065 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222527;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:46.666314' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000279 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222527;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:46.666446' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:08:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13447 Schema: QC_hit: No
# Query_time: 0.000246 Lock_time: 0.000150 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222528;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13447 Schema: QC_hit: No
# Query_time: 0.000168 Lock_time: 0.000118 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222528;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000354 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222528;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000643 Lock_time: 0.000141 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222528;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000236 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222528;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:47.665806' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:08:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13448 Schema: QC_hit: No
# Query_time: 0.000299 Lock_time: 0.000135 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222529;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13448 Schema: QC_hit: No
# Query_time: 0.000186 Lock_time: 0.000130 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222529;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000539 Lock_time: 0.000146 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222529;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000258 Lock_time: 0.000139 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222529;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:48.666516' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000261 Lock_time: 0.000070 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222529;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:48.66634' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:08:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000671 Lock_time: 0.000471 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222530;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:49.665763' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000655 Lock_time: 0.000427 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222530;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:49.665903' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001437 Lock_time: 0.001237 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222530;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001859 Lock_time: 0.001246 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222530;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:08:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001222 Lock_time: 0.000903 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222531;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000503 Lock_time: 0.000184 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222531;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:50.666257' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001497 Lock_time: 0.000924 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222531;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:08:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000530 Lock_time: 0.000278 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222532;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:51.665769' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000493 Lock_time: 0.000283 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222532;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:51.665771' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000226 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222532;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:08:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000346 Lock_time: 0.000169 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222533;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000586 Lock_time: 0.000158 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222533;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001044 Lock_time: 0.000910 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222533;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:52.666577' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001056 Lock_time: 0.000930 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222533;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:52.666385' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:08:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000311 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222534;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000213 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222534;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:53.666283' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000242 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222534;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:53.666299' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:08:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000280 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222535;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000221 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222535;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:54.665669' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000266 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222535;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:54.665748' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:08:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000456 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222536;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000251 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222536;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:55.666214' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000199 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222536;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:55.66621' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:08:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001280 Lock_time: 0.001110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222537;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000458 Lock_time: 0.000301 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222537;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:56.665754' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001786 Lock_time: 0.001132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222537;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:08:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13451 Schema: QC_hit: No
# Query_time: 0.000237 Lock_time: 0.000141 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222538;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13451 Schema: QC_hit: No
# Query_time: 0.000201 Lock_time: 0.000148 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222538;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000966 Lock_time: 0.000798 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222538;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:57.666105' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000911 Lock_time: 0.000784 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222538;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:57.666129' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001879 Lock_time: 0.001502 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222538;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:08:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13452 Schema: QC_hit: No
# Query_time: 0.000264 Lock_time: 0.000165 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222539;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13452 Schema: QC_hit: No
# Query_time: 0.000168 Lock_time: 0.000121 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222539;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000358 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222539;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000534 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222539;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000318 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222539;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:58.665539' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000343 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222539;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:58.665523' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:09:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000616 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222540;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222540;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:59.666072' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000235 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222540;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:08:59.666072' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:09:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000317 Lock_time: 0.000144 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222541;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000196 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222541;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:00.665642' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000305 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222541;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:00.665695' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:09:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000299 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222542;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000503 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222542;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000207 Lock_time: 0.000072 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222542;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:01.666187' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000218 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222542;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:01.666173' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:09:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001370 Lock_time: 0.001208 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222543;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001843 Lock_time: 0.001219 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222543;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001362 Lock_time: 0.001249 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222543;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:02.666026' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:09:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000331 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222544;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000872 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222544;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001334 Lock_time: 0.001213 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222544;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:03.665639' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:09:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000633 Lock_time: 0.000375 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222545;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000935 Lock_time: 0.000481 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222545;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001381 Lock_time: 0.001258 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222545;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:04.666087' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:09:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000336 Lock_time: 0.000131 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222546;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000903 Lock_time: 0.000152 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222546;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000237 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222546;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:05.665625' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:09:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000328 Lock_time: 0.000130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222547;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000551 Lock_time: 0.000144 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222547;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002123 Lock_time: 0.001992 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222547;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:06.666204' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:09:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13455 Schema: QC_hit: No
# Query_time: 0.000267 Lock_time: 0.000146 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222548;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13455 Schema: QC_hit: No
# Query_time: 0.000174 Lock_time: 0.000123 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222548;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000792 Lock_time: 0.000148 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222548;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000259 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222548;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:07.665667' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000270 Lock_time: 0.000142 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222548;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:07.665625' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:09:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13456 Schema: QC_hit: No
# Query_time: 0.000308 Lock_time: 0.000165 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222549;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13456 Schema: QC_hit: No
# Query_time: 0.000335 Lock_time: 0.000213 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222549;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000494 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222549;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000229 Lock_time: 0.000076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222549;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:08.666205' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000246 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222549;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:08.66617' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:09:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000328 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222550;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000539 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222550;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000206 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222550;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:09.665657' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:09:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000465 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222551;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000339 Lock_time: 0.000217 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222551;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:10.670039' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000312 Lock_time: 0.000167 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222551;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:10.669275' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:09:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000357 Lock_time: 0.000148 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222552;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000268 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222552;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:11.665626' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000368 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222552;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:11.665624' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:09:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000553 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222553;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000335 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222553;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:12.666038' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000361 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222553;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:12.666078' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:09:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000308 Lock_time: 0.000137 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222554;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000775 Lock_time: 0.000167 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222554;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000199 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222554;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:13.665513' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:09:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000310 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222555;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000240 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222555;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:14.665971' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000308 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222555;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:14.665947' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:09:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000306 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222556;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000457 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222556;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000292 Lock_time: 0.000156 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222556;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:15.666525' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13458 Schema: QC_hit: No
# Query_time: 0.000233 Lock_time: 0.000134 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222556;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13458 Schema: QC_hit: No
# Query_time: 0.000254 Lock_time: 0.000176 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222556;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 7:09:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002336 Lock_time: 0.002192 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222557;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001721 Lock_time: 0.001539 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222557;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:16.666069' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002610 Lock_time: 0.002173 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222557;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:09:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13460 Schema: QC_hit: No
# Query_time: 0.000225 Lock_time: 0.000128 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222558;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13460 Schema: QC_hit: No
# Query_time: 0.000189 Lock_time: 0.000136 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222558;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001502 Lock_time: 0.001252 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222558;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:17.666275' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001493 Lock_time: 0.001263 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222558;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:17.666465' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002135 Lock_time: 0.001875 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222558;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:09:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13461 Schema: QC_hit: No
# Query_time: 0.000191 Lock_time: 0.000112 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222559;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13461 Schema: QC_hit: No
# Query_time: 0.000125 Lock_time: 0.000081 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222559;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000231 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222559;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000569 Lock_time: 0.000130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222559;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001623 Lock_time: 0.001407 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222559;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:18.665782' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001603 Lock_time: 0.001389 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222559;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:18.665965' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:09:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000648 Lock_time: 0.000503 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222560;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001102 Lock_time: 0.000532 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222560;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000981 Lock_time: 0.000867 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222560;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:19.666333' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002029 Lock_time: 0.001290 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222560;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:19.666325' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:09:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000368 Lock_time: 0.000152 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222561;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001548 Lock_time: 0.001354 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222561;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:20.666194' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001418 Lock_time: 0.001214 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222561;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:20.666125' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:09:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000656 Lock_time: 0.000142 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222562;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000503 Lock_time: 0.000342 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222562;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:21.665874' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000509 Lock_time: 0.000388 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222562;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:21.665893' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:09:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000406 Lock_time: 0.000259 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222563;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:22.666399' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000341 Lock_time: 0.000235 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222563;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:22.666378' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000551 Lock_time: 0.000176 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222563;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:09:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000297 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222564;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000216 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222564;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:23.665781' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000568 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222564;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:23.665787' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:09:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000705 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222565;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000208 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222565;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:24.666348' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000789 Lock_time: 0.000684 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222565;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:09:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000817 Lock_time: 0.000648 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222566;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:25.665688' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001446 Lock_time: 0.001188 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222566;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001634 Lock_time: 0.001231 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222566;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:09:27
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000642 Lock_time: 0.000480 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222567;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:26.666551' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001138 Lock_time: 0.000970 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222567;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001480 Lock_time: 0.001001 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222567;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:09:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13464 Schema: QC_hit: No
# Query_time: 0.000289 Lock_time: 0.000156 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222568;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13464 Schema: QC_hit: No
# Query_time: 0.000153 Lock_time: 0.000107 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222568;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000313 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222568;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000568 Lock_time: 0.000144 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222568;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001635 Lock_time: 0.001478 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222568;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:27.665694' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:09:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13467 Schema: QC_hit: No
# Query_time: 0.000219 Lock_time: 0.000111 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222569;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13467 Schema: QC_hit: No
# Query_time: 0.000136 Lock_time: 0.000092 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222569;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000274 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222569;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001217 Lock_time: 0.001066 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222569;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:28.666474' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001277 Lock_time: 0.001108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222569;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:28.666681' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:09:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000429 Lock_time: 0.000152 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222570;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000328 Lock_time: 0.000146 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222570;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:29.665961' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000333 Lock_time: 0.000146 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222570;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:29.665847' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:09:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000279 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222571;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000185 Lock_time: 0.000065 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222571;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:30.666384' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000450 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222571;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:09:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000344 Lock_time: 0.000137 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222572;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000539 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222572;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000207 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222572;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:31.665734' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:09:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000325 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222573;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000603 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222573;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000191 Lock_time: 0.000066 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222573;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:32.666853' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:09:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000361 Lock_time: 0.000148 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222574;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000240 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222574;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:33.665791' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000937 Lock_time: 0.000133 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222574;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:09:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000250 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222575;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000607 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222575;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000183 Lock_time: 0.000074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222575;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:34.666214' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:09:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000505 Lock_time: 0.000327 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222576;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:35.665554' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000671 Lock_time: 0.000452 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222576;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:35.665555' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001134 Lock_time: 0.000939 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222576;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:09:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000734 Lock_time: 0.000581 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222577;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:36.666044' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001316 Lock_time: 0.001195 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222577;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000729 Lock_time: 0.000618 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222577;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:36.666108' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:09:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13470 Schema: QC_hit: No
# Query_time: 0.000243 Lock_time: 0.000136 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222578;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13470 Schema: QC_hit: No
# Query_time: 0.000209 Lock_time: 0.000160 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222578;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000593 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222578;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000593 Lock_time: 0.000265 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222578;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:37.665581' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001504 Lock_time: 0.001300 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222578;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:37.665582' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:09:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13471 Schema: QC_hit: No
# Query_time: 0.000267 Lock_time: 0.000156 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222579;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13471 Schema: QC_hit: No
# Query_time: 0.000181 Lock_time: 0.000124 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222579;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000395 Lock_time: 0.000144 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222579;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000629 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222579;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000994 Lock_time: 0.000843 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222579;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:38.666349' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001041 Lock_time: 0.000872 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222579;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:38.666159' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:09:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000297 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222580;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000270 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222580;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:39.665542' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000199 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222580;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:39.665543' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:09:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000476 Lock_time: 0.000286 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222581;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000591 Lock_time: 0.000211 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222581;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000291 Lock_time: 0.000067 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222581;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:40.666065' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:09:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000767 Lock_time: 0.000148 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222582;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000240 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222582;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:41.665704' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000246 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222582;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:41.665554' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:09:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000523 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222583;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000603 Lock_time: 0.000481 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222583;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:42.666386' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000600 Lock_time: 0.000462 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222583;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:42.666182' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:09:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000415 Lock_time: 0.000152 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222584;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000254 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222584;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:43.665568' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000246 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222584;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:43.665534' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:09:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000608 Lock_time: 0.000165 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222585;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000280 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222585;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:44.666061' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000212 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222585;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:44.666094' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:09:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000371 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222586;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:45.66571' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000273 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222586;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:45.665688' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000429 Lock_time: 0.000207 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222586;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000773 Lock_time: 0.000282 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222586;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13473 Schema: QC_hit: No
# Query_time: 0.000239 Lock_time: 0.000142 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222586;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13473 Schema: QC_hit: No
# Query_time: 0.000243 Lock_time: 0.000172 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222586;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 7:09:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000652 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222587;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000228 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222587;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:46.666267' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000192 Lock_time: 0.000062 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222587;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:46.666467' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:09:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13475 Schema: QC_hit: No
# Query_time: 0.000202 Lock_time: 0.000122 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222588;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13475 Schema: QC_hit: No
# Query_time: 0.000185 Lock_time: 0.000136 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222588;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000419 Lock_time: 0.000196 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222588;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:47.665728' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000405 Lock_time: 0.000142 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222588;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:47.665728' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001577 Lock_time: 0.001316 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222588;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001905 Lock_time: 0.001479 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222588;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:09:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13476 Schema: QC_hit: No
# Query_time: 0.000269 Lock_time: 0.000140 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222589;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13476 Schema: QC_hit: No
# Query_time: 0.000145 Lock_time: 0.000099 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222589;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001361 Lock_time: 0.001183 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222589;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:48.666262' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001975 Lock_time: 0.001781 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222589;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002142 Lock_time: 0.001771 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222589;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:09:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000372 Lock_time: 0.000152 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222590;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001255 Lock_time: 0.001107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222590;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:49.665642' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001185 Lock_time: 0.001020 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222590;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:49.665638' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:09:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000691 Lock_time: 0.000517 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222591;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001090 Lock_time: 0.000971 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222591;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:50.666195' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000578 Lock_time: 0.000241 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222591;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:09:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000373 Lock_time: 0.000153 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222592;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000541 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222592;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000311 Lock_time: 0.000147 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222592;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:51.665751' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:09:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000474 Lock_time: 0.000133 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222593;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000281 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222593;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:52.666245' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001174 Lock_time: 0.001011 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222593;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:52.666338' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:09:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000852 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222594;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000311 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222594;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:53.665876' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000315 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222594;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:53.665735' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:09:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000303 Lock_time: 0.000138 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222595;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000546 Lock_time: 0.000153 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222595;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000237 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222595;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:54.666449' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:09:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000345 Lock_time: 0.000141 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222596;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000221 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222596;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:55.665855' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000220 Lock_time: 0.000072 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222596;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:55.665578' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:09:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000284 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222597;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000435 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222597;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000223 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222597;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:56.666061' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:09:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13479 Schema: QC_hit: No
# Query_time: 0.000262 Lock_time: 0.000141 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222598;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13479 Schema: QC_hit: No
# Query_time: 0.000178 Lock_time: 0.000125 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222598;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001534 Lock_time: 0.001349 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222598;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000800 Lock_time: 0.000599 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222598;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:57.665464' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000851 Lock_time: 0.000721 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222598;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:57.665497' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:09:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13480 Schema: QC_hit: No
# Query_time: 0.000223 Lock_time: 0.000141 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222599;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13480 Schema: QC_hit: No
# Query_time: 0.000179 Lock_time: 0.000090 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222599;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000645 Lock_time: 0.000479 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222599;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:58.66592' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000650 Lock_time: 0.000469 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222599;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:58.665956' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001585 Lock_time: 0.001194 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222599;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:10:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000242 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222600;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001230 Lock_time: 0.001051 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222600;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:59.665794' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001343 Lock_time: 0.001167 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222600;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:09:59.665776' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:10:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001889 Lock_time: 0.001653 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222601;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001306 Lock_time: 0.001089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222601;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:00.666192' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001999 Lock_time: 0.001650 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222601;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:10:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000327 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222602;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000264 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222602;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:01.665837' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001150 Lock_time: 0.001042 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222602;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:01.66598' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:10:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001034 Lock_time: 0.000886 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222603;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001432 Lock_time: 0.000888 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222603;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002308 Lock_time: 0.002160 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222603;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:02.666276' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:10:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000421 Lock_time: 0.000250 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222604;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000229 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222604;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:03.665837' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000217 Lock_time: 0.000070 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222604;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:03.66599' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:10:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000265 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222605;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000238 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222605;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:04.666463' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000434 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222605;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:04.66648' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:10:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000558 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222606;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000387 Lock_time: 0.000161 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222606;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:05.666163' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000331 Lock_time: 0.000200 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222606;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:05.665978' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:10:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002102 Lock_time: 0.001954 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222607;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001335 Lock_time: 0.001215 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222607;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:06.665544' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002252 Lock_time: 0.001924 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222607;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001412 Lock_time: 0.001282 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222607;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:06.665545' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:10:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13483 Schema: QC_hit: No
# Query_time: 0.000287 Lock_time: 0.000207 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222608;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13483 Schema: QC_hit: No
# Query_time: 0.000179 Lock_time: 0.000130 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222608;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000844 Lock_time: 0.000715 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222608;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:07.666229' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001399 Lock_time: 0.001241 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222608;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000269 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222608;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:07.666046' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:10:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13484 Schema: QC_hit: No
# Query_time: 0.000238 Lock_time: 0.000138 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222609;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13484 Schema: QC_hit: No
# Query_time: 0.000148 Lock_time: 0.000100 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222609;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000410 Lock_time: 0.000194 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222609;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000623 Lock_time: 0.000191 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222609;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001510 Lock_time: 0.001376 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222609;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:08.665667' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:10:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001081 Lock_time: 0.000567 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222610;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002048 Lock_time: 0.000873 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222610;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:09.666039' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002089 Lock_time: 0.000832 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222610;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:09.666132' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:10:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000657 Lock_time: 0.000147 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222611;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000210 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222611;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:10.665693' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000248 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222611;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:10.66568' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:10:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000290 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222612;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000545 Lock_time: 0.000159 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222612;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000203 Lock_time: 0.000073 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222612;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:11.666419' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000658 Lock_time: 0.000480 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222612;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:11.666554' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:10:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000269 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222613;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000679 Lock_time: 0.000140 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222613;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000193 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222613;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:12.665681' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:10:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000277 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222614;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000283 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222614;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:13.666278' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000399 Lock_time: 0.000176 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222614;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:13.666334' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:10:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001581 Lock_time: 0.001378 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222615;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000951 Lock_time: 0.000747 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222615;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:14.66564' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002168 Lock_time: 0.001396 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222615;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:10:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001454 Lock_time: 0.001223 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222616;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000830 Lock_time: 0.000565 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222616;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:15.666156' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001636 Lock_time: 0.001209 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222616;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13486 Schema: QC_hit: No
# Query_time: 0.000179 Lock_time: 0.000100 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222616;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13486 Schema: QC_hit: No
# Query_time: 0.000186 Lock_time: 0.000139 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222616;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 7:10:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000501 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222617;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000307 Lock_time: 0.000137 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222617;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:16.665497' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000395 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222617;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:16.665487' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:10:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13488 Schema: QC_hit: No
# Query_time: 0.000239 Lock_time: 0.000142 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222618;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13488 Schema: QC_hit: No
# Query_time: 0.000182 Lock_time: 0.000134 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222618;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000978 Lock_time: 0.000792 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222618;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001569 Lock_time: 0.001352 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222618;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:17.666265' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222618;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:17.666044' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:10:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13489 Schema: QC_hit: No
# Query_time: 0.000261 Lock_time: 0.000153 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222619;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13489 Schema: QC_hit: No
# Query_time: 0.000173 Lock_time: 0.000119 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222619;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000509 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222619;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000347 Lock_time: 0.000175 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222619;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:18.665739' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000456 Lock_time: 0.000306 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222619;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:18.665618' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:10:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000251 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222620;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000442 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222620;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000197 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222620;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:19.666268' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:10:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000252 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222621;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000476 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222621;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000216 Lock_time: 0.000072 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222621;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:20.665722' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:10:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000253 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222622;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000287 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222622;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:21.666015' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000306 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222622;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:21.666038' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:10:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000748 Lock_time: 0.000587 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222623;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:22.665492' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000767 Lock_time: 0.000575 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222623;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:22.665488' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001702 Lock_time: 0.001252 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222623;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:10:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000580 Lock_time: 0.000403 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222624;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:23.665978' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000576 Lock_time: 0.000383 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222624;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:23.665979' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001549 Lock_time: 0.001211 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222624;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:10:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001410 Lock_time: 0.001032 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222625;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001499 Lock_time: 0.001356 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222625;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:24.66558' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001492 Lock_time: 0.001359 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222625;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:24.665507' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:10:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000297 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222626;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001191 Lock_time: 0.001049 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222626;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:25.666084' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001235 Lock_time: 0.001066 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222626;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:25.666158' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:10:27
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000483 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222627;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000184 Lock_time: 0.000069 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222627;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:26.665617' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000255 Lock_time: 0.000072 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222627;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:26.665624' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:10:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13493 Schema: QC_hit: No
# Query_time: 0.000255 Lock_time: 0.000172 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222628;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13493 Schema: QC_hit: No
# Query_time: 0.000160 Lock_time: 0.000113 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222628;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000217 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222628;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000207 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222628;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:27.666147' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.006029 Lock_time: 0.005868 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222628;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:27.666189' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:10:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13494 Schema: QC_hit: No
# Query_time: 0.000226 Lock_time: 0.000125 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222629;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13494 Schema: QC_hit: No
# Query_time: 0.000138 Lock_time: 0.000093 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222629;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000303 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222629;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000214 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222629;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:28.665556' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000247 Lock_time: 0.000133 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222629;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:28.665518' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:10:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000629 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222630;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000278 Lock_time: 0.000142 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222630;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:29.666099' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000666 Lock_time: 0.000144 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222630;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:29.666016' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:10:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000282 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222631;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000600 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222631;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000193 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222631;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:30.665721' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:10:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000492 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222632;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000507 Lock_time: 0.000134 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222632;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:31.666278' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000398 Lock_time: 0.000247 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222632;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:31.666264' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:10:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000774 Lock_time: 0.000631 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222633;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:32.665775' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001415 Lock_time: 0.001260 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222633;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000851 Lock_time: 0.000697 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222633;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:32.665822' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:10:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001318 Lock_time: 0.001093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222634;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:33.6664' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001792 Lock_time: 0.001460 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222634;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002065 Lock_time: 0.001487 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222634;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:10:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000372 Lock_time: 0.000138 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222635;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000681 Lock_time: 0.000179 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222635;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000291 Lock_time: 0.000153 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222635;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:34.665831' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:10:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000505 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222636;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000179 Lock_time: 0.000069 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222636;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:35.66639' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000325 Lock_time: 0.000179 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222636;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:35.666349' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:10:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000294 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222637;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000761 Lock_time: 0.000150 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222637;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000268 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222637;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:36.66586' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:10:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13497 Schema: QC_hit: No
# Query_time: 0.000197 Lock_time: 0.000114 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222638;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13497 Schema: QC_hit: No
# Query_time: 0.000143 Lock_time: 0.000094 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222638;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000435 Lock_time: 0.000205 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222638;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000678 Lock_time: 0.000199 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222638;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000212 Lock_time: 0.000073 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222638;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:37.666422' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:10:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13498 Schema: QC_hit: No
# Query_time: 0.000199 Lock_time: 0.000136 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222639;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13498 Schema: QC_hit: No
# Query_time: 0.000144 Lock_time: 0.000099 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222639;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000914 Lock_time: 0.000724 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222639;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:38.665788' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000971 Lock_time: 0.000616 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222639;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:38.665782' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001646 Lock_time: 0.001464 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222639;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:10:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000760 Lock_time: 0.000566 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222640;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:39.666308' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001498 Lock_time: 0.001106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222640;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001254 Lock_time: 0.000572 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222640;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:39.666413' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:10:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000270 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222641;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000480 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222641;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001330 Lock_time: 0.001194 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222641;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:40.665732' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001355 Lock_time: 0.001200 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222641;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:40.665793' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:10:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000541 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222642;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002806 Lock_time: 0.002689 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222642;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:41.666275' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002837 Lock_time: 0.002705 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222642;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:41.666223' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:10:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000243 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222643;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:42.665679' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000327 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222643;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:42.665662' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000909 Lock_time: 0.000405 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222643;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:10:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000435 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222644;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000257 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222644;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:43.666413' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000242 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222644;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:43.666166' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:10:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000488 Lock_time: 0.000343 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222645;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000212 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222645;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:44.66575' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000228 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222645;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:44.665743' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:10:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000251 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222646;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000601 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222646;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000621 Lock_time: 0.000416 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222646;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:45.666526' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13500 Schema: QC_hit: No
# Query_time: 0.000204 Lock_time: 0.000123 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222646;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13500 Schema: QC_hit: No
# Query_time: 0.000220 Lock_time: 0.000153 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222646;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 7:10:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001545 Lock_time: 0.001390 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222647;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000767 Lock_time: 0.000620 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222647;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:46.665768' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001757 Lock_time: 0.001377 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222647;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:10:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13502 Schema: QC_hit: No
# Query_time: 0.000198 Lock_time: 0.000120 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222648;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13502 Schema: QC_hit: No
# Query_time: 0.000164 Lock_time: 0.000115 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222648;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000585 Lock_time: 0.000339 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222648;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:47.666325' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000639 Lock_time: 0.000390 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222648;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:47.666449' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001873 Lock_time: 0.001218 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222648;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:10:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13503 Schema: QC_hit: No
# Query_time: 0.000224 Lock_time: 0.000128 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222649;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13503 Schema: QC_hit: No
# Query_time: 0.000110 Lock_time: 0.000066 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222649;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000358 Lock_time: 0.000131 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222649;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000526 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222649;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001362 Lock_time: 0.001236 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222649;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:48.665695' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001345 Lock_time: 0.001209 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222649;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:48.66567' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:10:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000242 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222650;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000517 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222650;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001217 Lock_time: 0.001097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222650;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:49.666207' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001263 Lock_time: 0.001119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222650;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:49.666211' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:10:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000287 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222651;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000489 Lock_time: 0.000131 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222651;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001443 Lock_time: 0.001203 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222651;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:50.665622' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:10:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000670 Lock_time: 0.000519 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222652;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000225 Lock_time: 0.000053 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222652;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:51.66628' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000193 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222652;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:51.666312' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:10:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000172 Lock_time: 0.000059 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222653;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000574 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222653;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000235 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222653;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:52.66577' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:10:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000234 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222654;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000213 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222654;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:53.666024' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000303 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222654;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:53.666011' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:10:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000264 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222655;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000698 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222655;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000217 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222655;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:54.665684' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:10:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000261 Lock_time: 0.000076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222656;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000453 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222656;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000215 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222656;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:55.666013' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:10:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001161 Lock_time: 0.000952 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222657;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000498 Lock_time: 0.000289 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222657;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:56.665529' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001361 Lock_time: 0.000980 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222657;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:10:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13506 Schema: QC_hit: No
# Query_time: 0.000168 Lock_time: 0.000091 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222658;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13506 Schema: QC_hit: No
# Query_time: 0.000168 Lock_time: 0.000109 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222658;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000388 Lock_time: 0.000257 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222658;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:57.665995' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001215 Lock_time: 0.001060 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222658;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000487 Lock_time: 0.000281 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222658;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:57.666023' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:10:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13507 Schema: QC_hit: No
# Query_time: 0.000183 Lock_time: 0.000104 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222659;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13507 Schema: QC_hit: No
# Query_time: 0.000139 Lock_time: 0.000093 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222659;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000535 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222659;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001578 Lock_time: 0.001423 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222659;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:58.665924' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000188 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222659;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:58.66895' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:11:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000543 Lock_time: 0.000141 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222660;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001013 Lock_time: 0.000867 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222660;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:10:59.665987' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001910 Lock_time: 0.001368 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222660;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:11:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000336 Lock_time: 0.000179 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222661;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000451 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222661;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001338 Lock_time: 0.001221 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222661;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:00.665766' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:11:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000478 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222662;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000384 Lock_time: 0.000229 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222662;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:01.666434' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000339 Lock_time: 0.000186 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222662;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:01.666329' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:11:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000450 Lock_time: 0.000281 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222663;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000196 Lock_time: 0.000062 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222663;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:02.665797' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000969 Lock_time: 0.000326 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222663;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:11:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000502 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222664;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000163 Lock_time: 0.000059 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222664;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:03.66641' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000277 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222664;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:03.666241' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:11:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000796 Lock_time: 0.000613 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222665;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:04.665762' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001497 Lock_time: 0.001268 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222665;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001712 Lock_time: 0.001286 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222665;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:11:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000753 Lock_time: 0.000572 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222666;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:05.666306' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000431 Lock_time: 0.000207 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222666;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:05.666149' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001382 Lock_time: 0.001190 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222666;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:11:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000272 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222667;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000527 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222667;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001338 Lock_time: 0.001212 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222667;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:06.665681' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001362 Lock_time: 0.001190 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222667;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:06.665738' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:11:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13512 Schema: QC_hit: No
# Query_time: 0.000309 Lock_time: 0.000151 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222668;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13512 Schema: QC_hit: No
# Query_time: 0.000222 Lock_time: 0.000155 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222668;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000374 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222668;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000662 Lock_time: 0.000515 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222668;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:07.666131' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001755 Lock_time: 0.001289 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222668;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000832 Lock_time: 0.000722 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222668;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:07.666209' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:11:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13513 Schema: QC_hit: No
# Query_time: 0.000230 Lock_time: 0.000130 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222669;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13513 Schema: QC_hit: No
# Query_time: 0.000284 Lock_time: 0.000205 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222669;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000591 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222669;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000695 Lock_time: 0.000587 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222669;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000443 Lock_time: 0.000342 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222669;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:08.665515' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:11:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000760 Lock_time: 0.000365 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222670;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000183 Lock_time: 0.000068 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222670;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:09.666038' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000188 Lock_time: 0.000072 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222670;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:09.666036' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:11:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000509 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222671;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000211 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222671;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:10.665805' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001226 Lock_time: 0.001127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222671;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:10.668053' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:11:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000503 Lock_time: 0.000136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222672;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000346 Lock_time: 0.000182 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222672;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:11.666443' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000476 Lock_time: 0.000366 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222672;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:11.666125' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:11:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000249 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222673;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000668 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222673;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000209 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222673;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:12.66553' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:11:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000343 Lock_time: 0.000138 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222674;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000493 Lock_time: 0.000138 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222674;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000215 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222674;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:13.666034' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:11:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000953 Lock_time: 0.000813 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222675;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:14.665569' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001597 Lock_time: 0.001454 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222675;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000934 Lock_time: 0.000790 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222675;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:14.665657' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:11:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000711 Lock_time: 0.000576 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222676;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:15.666133' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001436 Lock_time: 0.001285 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222676;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001667 Lock_time: 0.001292 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222676;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13516 Schema: QC_hit: No
# Query_time: 0.000198 Lock_time: 0.000117 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222676;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13516 Schema: QC_hit: No
# Query_time: 0.000236 Lock_time: 0.000135 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222676;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 7:11:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000380 Lock_time: 0.000164 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222677;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000564 Lock_time: 0.000144 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222677;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001159 Lock_time: 0.001034 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222677;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:16.665707' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:11:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13518 Schema: QC_hit: No
# Query_time: 0.000217 Lock_time: 0.000120 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222678;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13518 Schema: QC_hit: No
# Query_time: 0.000184 Lock_time: 0.000138 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222678;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000441 Lock_time: 0.000248 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222678;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000660 Lock_time: 0.000265 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222678;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001174 Lock_time: 0.001060 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222678;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:17.666082' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:11:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13519 Schema: QC_hit: No
# Query_time: 0.000208 Lock_time: 0.000130 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222679;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13519 Schema: QC_hit: No
# Query_time: 0.000167 Lock_time: 0.000113 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222679;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000278 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222679;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000211 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222679;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:18.665446' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001665 Lock_time: 0.001264 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222679;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:11:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000379 Lock_time: 0.000192 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222680;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000221 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222680;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:19.66596' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000260 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222680;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:19.665947' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:11:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000764 Lock_time: 0.000385 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222681;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000278 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222681;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:20.665472' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000292 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222681;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:20.665497' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:11:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000287 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222682;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000512 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222682;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000221 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222682;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:21.666016' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:11:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000557 Lock_time: 0.000344 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222683;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:22.665516' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001274 Lock_time: 0.001039 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222683;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000557 Lock_time: 0.000352 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222683;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:22.665514' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:11:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000854 Lock_time: 0.000653 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222684;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:23.666101' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000858 Lock_time: 0.000653 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222684;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:23.666157' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001735 Lock_time: 0.001277 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222684;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:11:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000311 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222685;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000539 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222685;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001495 Lock_time: 0.001370 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222685;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:24.665558' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:11:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000612 Lock_time: 0.000165 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222686;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001373 Lock_time: 0.001234 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222686;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:25.666187' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001486 Lock_time: 0.001191 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222686;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:25.666108' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:11:27
# User@Host: so_user[so_user] @ [10.233.71.99]
# Thread_id: 12722 Schema: camundabpmn QC_hit: No
# Query_time: 0.000657 Lock_time: 0.000259 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 356
use camundabpmn;
SET timestamp=1623222687;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 07:11:27.536'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 07:11:27.536')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'c95c66ac-c8af-11eb-9d3f-0a01556420c8'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 07:11:27.536') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000278 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
use vid_openecomp_epsdk;
SET timestamp=1623222687;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000580 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222687;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000192 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222687;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:26.665579' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:11:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13522 Schema: QC_hit: No
# Query_time: 0.000241 Lock_time: 0.000162 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222688;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13522 Schema: QC_hit: No
# Query_time: 0.000171 Lock_time: 0.000124 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222688;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000581 Lock_time: 0.000205 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222688;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000203 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222688;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:27.666178' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000240 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222688;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:27.666158' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:11:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13523 Schema: QC_hit: No
# Query_time: 0.000253 Lock_time: 0.000172 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222689;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13523 Schema: QC_hit: No
# Query_time: 0.000214 Lock_time: 0.000164 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222689;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000525 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222689;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000248 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222689;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:28.665664' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000287 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222689;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:28.665579' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:11:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000273 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222690;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000448 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222690;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000566 Lock_time: 0.000403 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222690;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:29.666279' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:11:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001557 Lock_time: 0.001406 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222691;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000595 Lock_time: 0.000403 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222691;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:30.665637' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000873 Lock_time: 0.000693 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222691;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:30.665659' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:11:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000333 Lock_time: 0.000142 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222692;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000975 Lock_time: 0.000804 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222692;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:31.666188' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000970 Lock_time: 0.000788 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222692;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:31.666135' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001983 Lock_time: 0.001406 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222692;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:11:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000283 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222693;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000597 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222693;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001303 Lock_time: 0.001166 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222693;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:32.665791' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000209 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222693;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:32.667814' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:11:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000513 Lock_time: 0.000365 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222694;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000609 Lock_time: 0.000274 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222694;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001058 Lock_time: 0.000940 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222694;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:33.666089' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:11:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000632 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222695;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000215 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222695;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:34.665836' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000422 Lock_time: 0.000304 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222695;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:34.665625' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:11:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000511 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222696;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000663 Lock_time: 0.000221 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222696;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:35.66606' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001014 Lock_time: 0.000861 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222696;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:35.666292' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:11:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000299 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222697;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000470 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222697;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000193 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222697;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:36.665468' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:11:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13526 Schema: QC_hit: No
# Query_time: 0.000231 Lock_time: 0.000124 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222698;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13526 Schema: QC_hit: No
# Query_time: 0.000130 Lock_time: 0.000082 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222698;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000241 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222698;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000470 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222698;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000184 Lock_time: 0.000072 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222698;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:37.666163' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:11:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13527 Schema: QC_hit: No
# Query_time: 0.000277 Lock_time: 0.000184 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222699;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13527 Schema: QC_hit: No
# Query_time: 0.000222 Lock_time: 0.000170 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222699;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000253 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222699;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000278 Lock_time: 0.000166 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222699;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:38.665427' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000200 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222699;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:38.667537' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:11:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000309 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222700;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000584 Lock_time: 0.000156 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222700;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000491 Lock_time: 0.000350 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222700;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:39.666034' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:11:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001058 Lock_time: 0.000902 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222701;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001288 Lock_time: 0.000945 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222701;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000222 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222701;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:40.669305' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:11:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000559 Lock_time: 0.000372 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222702;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:41.666386' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001534 Lock_time: 0.001139 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222702;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001727 Lock_time: 0.001126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222702;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:11:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000277 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222703;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001230 Lock_time: 0.001094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222703;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:42.665741' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001219 Lock_time: 0.001067 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222703;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:42.665701' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:11:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000312 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222704;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001544 Lock_time: 0.001357 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222704;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:43.666177' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001603 Lock_time: 0.001381 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222704;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:43.666173' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:11:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000319 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222705;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000569 Lock_time: 0.000130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222705;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000257 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222705;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:44.665878' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:11:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000657 Lock_time: 0.000155 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222706;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000160 Lock_time: 0.000050 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222706;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:45.666751' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000278 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222706;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:45.666753' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13529 Schema: QC_hit: No
# Query_time: 0.000217 Lock_time: 0.000114 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222706;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13529 Schema: QC_hit: No
# Query_time: 0.000359 Lock_time: 0.000222 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222706;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 7:11:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000828 Lock_time: 0.000357 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222707;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000218 Lock_time: 0.000070 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222707;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:46.666496' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000244 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222707;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:46.666701' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:11:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13532 Schema: QC_hit: No
# Query_time: 0.000240 Lock_time: 0.000142 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222708;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13532 Schema: QC_hit: No
# Query_time: 0.000155 Lock_time: 0.000108 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222708;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000435 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222708;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000342 Lock_time: 0.000191 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222708;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:47.666622' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000274 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222708;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:47.666796' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:11:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13533 Schema: QC_hit: No
# Query_time: 0.000265 Lock_time: 0.000174 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222709;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13533 Schema: QC_hit: No
# Query_time: 0.000194 Lock_time: 0.000144 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222709;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000278 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222709;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000231 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222709;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:48.666356' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000270 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222709;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:48.666344' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:11:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001332 Lock_time: 0.001144 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222710;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000750 Lock_time: 0.000547 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222710;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:49.66584' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001763 Lock_time: 0.001140 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222710;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:11:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000605 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222711;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001419 Lock_time: 0.001219 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222711;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:50.666134' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001392 Lock_time: 0.001197 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222711;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:50.666259' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:11:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000229 Lock_time: 0.000068 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222712;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000253 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222712;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:51.665489' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000784 Lock_time: 0.000149 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222712;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:11:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000440 Lock_time: 0.000203 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222713;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000202 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222713;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:52.666099' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000244 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222713;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:52.665944' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:11:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000500 Lock_time: 0.000297 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222714;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000276 Lock_time: 0.000073 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222714;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:53.665811' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001202 Lock_time: 0.000787 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222714;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:11:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000655 Lock_time: 0.000290 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222715;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000210 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222715;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:54.666731' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000209 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222715;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:54.666894' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:11:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000308 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222716;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000274 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222716;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:55.66635' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000278 Lock_time: 0.000148 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222716;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:55.666419' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:11:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000322 Lock_time: 0.000145 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222717;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000205 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222717;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:56.666516' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000304 Lock_time: 0.000145 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222717;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:56.666617' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:11:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13536 Schema: QC_hit: No
# Query_time: 0.000206 Lock_time: 0.000127 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222718;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13536 Schema: QC_hit: No
# Query_time: 0.000148 Lock_time: 0.000104 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222718;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000666 Lock_time: 0.000502 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222718;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000719 Lock_time: 0.000368 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222718;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000172 Lock_time: 0.000068 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222718;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:57.666747' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:11:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13537 Schema: QC_hit: No
# Query_time: 0.000194 Lock_time: 0.000115 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222719;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13537 Schema: QC_hit: No
# Query_time: 0.000135 Lock_time: 0.000090 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222719;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000403 Lock_time: 0.000245 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222719;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000246 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222719;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:58.666195' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000206 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222719;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:58.666737' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:12:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000565 Lock_time: 0.000317 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222720;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001355 Lock_time: 0.000901 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222720;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000272 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222720;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:11:59.666849' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:12:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000613 Lock_time: 0.000446 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222721;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:00.666425' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000588 Lock_time: 0.000436 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222721;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:00.666402' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001758 Lock_time: 0.001175 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222721;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:12:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000342 Lock_time: 0.000133 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222722;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000567 Lock_time: 0.000141 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222722;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001321 Lock_time: 0.001113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222722;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:01.666264' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001324 Lock_time: 0.001180 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222722;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:01.666621' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:12:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000340 Lock_time: 0.000150 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222723;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000261 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222723;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:02.666334' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000278 Lock_time: 0.000073 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222723;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:02.66621' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:12:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000290 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222724;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000209 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222724;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:03.665773' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000212 Lock_time: 0.000063 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222724;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:03.665653' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:12:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000389 Lock_time: 0.000140 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222725;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000616 Lock_time: 0.000133 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222725;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000203 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222725;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:04.665984' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000351 Lock_time: 0.000143 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222725;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:04.66595' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:12:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001384 Lock_time: 0.001178 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222726;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000892 Lock_time: 0.000736 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222726;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:05.665833' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000717 Lock_time: 0.000496 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222726;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:05.665822' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:12:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001106 Lock_time: 0.000935 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222727;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000404 Lock_time: 0.000226 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222727;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:06.666328' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001323 Lock_time: 0.000949 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222727;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000590 Lock_time: 0.000474 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222727;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:06.666312' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:12:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13540 Schema: QC_hit: No
# Query_time: 0.000262 Lock_time: 0.000153 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222728;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13540 Schema: QC_hit: No
# Query_time: 0.000176 Lock_time: 0.000127 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222728;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000632 Lock_time: 0.000159 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222728;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001202 Lock_time: 0.001011 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222728;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:07.666521' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000815 Lock_time: 0.000618 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222728;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:07.666609' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:12:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13541 Schema: QC_hit: No
# Query_time: 0.000263 Lock_time: 0.000143 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222729;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13541 Schema: QC_hit: No
# Query_time: 0.000169 Lock_time: 0.000122 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222729;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000289 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222729;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001268 Lock_time: 0.001108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222729;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:08.666117' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001274 Lock_time: 0.001093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222729;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:08.666118' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:12:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000268 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222730;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001471 Lock_time: 0.001345 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222730;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:09.665944' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000548 Lock_time: 0.000134 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222730;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:12:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000254 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222731;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000240 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222731;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:10.666013' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000392 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222731;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:12:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000303 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222732;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000208 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222732;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:11.665526' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000864 Lock_time: 0.000404 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222732;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:12:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000320 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222733;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000194 Lock_time: 0.000073 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222733;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:12.666503' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000203 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222733;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:12.666551' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:12:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000246 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222734;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000219 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222734;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:13.666854' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000275 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222734;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:13.666145' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:12:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000782 Lock_time: 0.000569 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222735;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:14.665884' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001387 Lock_time: 0.001172 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222735;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000755 Lock_time: 0.000565 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222735;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:14.665778' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:12:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001236 Lock_time: 0.001089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222736;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000544 Lock_time: 0.000405 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222736;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:15.666503' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000536 Lock_time: 0.000390 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222736;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:15.66632' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001648 Lock_time: 0.001232 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222736;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13543 Schema: QC_hit: No
# Query_time: 0.000172 Lock_time: 0.000094 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222736;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13543 Schema: QC_hit: No
# Query_time: 0.000208 Lock_time: 0.000138 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222736;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 7:12:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000590 Lock_time: 0.000181 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222737;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000192 Lock_time: 0.000074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222737;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:16.666191' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001156 Lock_time: 0.000993 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222737;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:16.666003' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:12:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13545 Schema: QC_hit: No
# Query_time: 0.000210 Lock_time: 0.000130 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222738;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13545 Schema: QC_hit: No
# Query_time: 0.000324 Lock_time: 0.000216 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222738;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000499 Lock_time: 0.000273 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222738;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000612 Lock_time: 0.000252 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222738;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001142 Lock_time: 0.000975 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222738;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:17.666068' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:12:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13546 Schema: QC_hit: No
# Query_time: 0.000220 Lock_time: 0.000119 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222739;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13546 Schema: QC_hit: No
# Query_time: 0.000194 Lock_time: 0.000144 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222739;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000604 Lock_time: 0.000233 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222739;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000781 Lock_time: 0.000690 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222739;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001173 Lock_time: 0.001021 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222739;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:18.666322' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:12:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000212 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222740;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:19.669407' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000283 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222740;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:19.669368' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000169 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222740;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:12:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000163 Lock_time: 0.000046 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222741;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000618 Lock_time: 0.000130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222741;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000301 Lock_time: 0.000064 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222741;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:20.66604' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000346 Lock_time: 0.000059 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222741;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:20.666041' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:12:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000170 Lock_time: 0.000053 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222742;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:21.665805' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000221 Lock_time: 0.000062 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222742;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000498 Lock_time: 0.000209 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222742;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:21.665758' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:12:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000285 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222743;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000675 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222743;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000357 Lock_time: 0.000195 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222743;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:22.666083' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000461 Lock_time: 0.000359 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222743;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:22.666066' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:12:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001373 Lock_time: 0.001202 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222744;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000756 Lock_time: 0.000603 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222744;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:23.665781' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000739 Lock_time: 0.000618 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222744;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:23.665822' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:12:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000739 Lock_time: 0.000474 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222745;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:24.666293' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000706 Lock_time: 0.000441 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222745;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:24.666349' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001809 Lock_time: 0.001200 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222745;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:12:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000317 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222746;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000331 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222746;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:25.665729' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000454 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222746;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:25.665738' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:12:27
# User@Host: so_user[so_user] @ [10.233.71.99]
# Thread_id: 12737 Schema: camundabpmn QC_hit: No
# Query_time: 0.000648 Lock_time: 0.000277 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 356
use camundabpmn;
SET timestamp=1623222747;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 07:12:27.536'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 07:12:27.536')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'c95c66ac-c8af-11eb-9d3f-0a01556420c8'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 07:12:27.536') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000490 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
use vid_openecomp_epsdk;
SET timestamp=1623222747;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000191 Lock_time: 0.000074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222747;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:26.666294' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000202 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222747;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:26.66622' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:12:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13549 Schema: QC_hit: No
# Query_time: 0.000195 Lock_time: 0.000117 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222748;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13549 Schema: QC_hit: No
# Query_time: 0.000223 Lock_time: 0.000154 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222748;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000668 Lock_time: 0.000224 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222748;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000257 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222748;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:27.665849' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000284 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222748;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:27.665868' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:12:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13550 Schema: QC_hit: No
# Query_time: 0.000208 Lock_time: 0.000129 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222749;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13550 Schema: QC_hit: No
# Query_time: 0.000134 Lock_time: 0.000089 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222749;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000419 Lock_time: 0.000155 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222749;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000561 Lock_time: 0.000155 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222749;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000231 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222749;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:28.666056' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:12:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001342 Lock_time: 0.001193 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222750;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000711 Lock_time: 0.000528 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222750;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:29.665604' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000633 Lock_time: 0.000464 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222750;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:29.665805' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:12:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000471 Lock_time: 0.000296 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222751;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:30.666339' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000644 Lock_time: 0.000352 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222751;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:30.666199' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001510 Lock_time: 0.001126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222751;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:12:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000660 Lock_time: 0.000483 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222752;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:31.665474' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001221 Lock_time: 0.001042 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222752;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:31.665662' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000548 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222752;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:12:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000325 Lock_time: 0.000160 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222753;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:32.666984' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000257 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222753;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:32.667225' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001477 Lock_time: 0.000918 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222753;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:12:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000288 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222754;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001310 Lock_time: 0.001190 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222754;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:33.666346' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001265 Lock_time: 0.001084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222754;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:33.666353' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:12:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000291 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222755;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000218 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222755;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:34.665835' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000199 Lock_time: 0.000073 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222755;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:34.665858' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:12:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000236 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222756;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000241 Lock_time: 0.000076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222756;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:35.66654' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000265 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222756;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:35.666513' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:12:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000269 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222757;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000876 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222757;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000258 Lock_time: 0.000060 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222757;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:36.666179' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:12:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13555 Schema: QC_hit: No
# Query_time: 0.000193 Lock_time: 0.000116 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222758;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13555 Schema: QC_hit: No
# Query_time: 0.000190 Lock_time: 0.000142 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222758;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000764 Lock_time: 0.000590 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222758;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:37.665592' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001601 Lock_time: 0.001393 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222758;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000876 Lock_time: 0.000609 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222758;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:37.665751' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:12:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13556 Schema: QC_hit: No
# Query_time: 0.000226 Lock_time: 0.000141 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222759;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13556 Schema: QC_hit: No
# Query_time: 0.000178 Lock_time: 0.000129 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222759;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000709 Lock_time: 0.000444 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222759;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:38.666106' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000649 Lock_time: 0.000383 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222759;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:38.666092' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001496 Lock_time: 0.001217 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222759;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:12:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000508 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222760;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000187 Lock_time: 0.000068 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222760;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:39.66564' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000237 Lock_time: 0.000070 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222760;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:39.665757' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:12:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000283 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222761;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000240 Lock_time: 0.000064 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222761;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:40.666101' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000191 Lock_time: 0.000072 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222761;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:40.666354' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:12:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000384 Lock_time: 0.000142 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222762;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000208 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222762;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:41.665648' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000239 Lock_time: 0.000062 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222762;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:41.665776' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:12:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000538 Lock_time: 0.000137 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222763;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000277 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222763;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:42.666153' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000250 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222763;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:42.666396' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:12:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000401 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222764;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000716 Lock_time: 0.000146 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222764;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000329 Lock_time: 0.000176 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222764;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:43.665741' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:12:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000307 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222765;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000517 Lock_time: 0.000130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222765;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000211 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222765;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:44.66604' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:12:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000960 Lock_time: 0.000759 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222766;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:45.665449' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001932 Lock_time: 0.001522 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222766;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001356 Lock_time: 0.001256 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222766;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:45.66546' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13558 Schema: QC_hit: No
# Query_time: 0.000239 Lock_time: 0.000157 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222766;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13558 Schema: QC_hit: No
# Query_time: 0.000201 Lock_time: 0.000142 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222766;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 7:12:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001161 Lock_time: 0.000966 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222767;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000760 Lock_time: 0.000611 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222767;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:46.665978' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001466 Lock_time: 0.000995 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222767;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:12:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13560 Schema: QC_hit: No
# Query_time: 0.000241 Lock_time: 0.000157 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222768;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13560 Schema: QC_hit: No
# Query_time: 0.000225 Lock_time: 0.000153 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222768;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000538 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222768;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001146 Lock_time: 0.001006 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222768;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:47.665459' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001302 Lock_time: 0.001024 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222768;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:47.665474' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:12:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13561 Schema: QC_hit: No
# Query_time: 0.000207 Lock_time: 0.000112 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222769;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13561 Schema: QC_hit: No
# Query_time: 0.000150 Lock_time: 0.000097 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222769;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000279 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222769;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001267 Lock_time: 0.001088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222769;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:48.666074' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001201 Lock_time: 0.000978 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222769;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:48.665995' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:12:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000551 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222770;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000200 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222770;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:49.665459' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000195 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222770;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:49.665488' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:12:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000575 Lock_time: 0.000395 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222771;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001019 Lock_time: 0.000597 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222771;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000384 Lock_time: 0.000212 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222771;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:50.666027' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:12:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000352 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222772;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222772;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:51.665714' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000214 Lock_time: 0.000068 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222772;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:51.669203' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:12:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000341 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222773;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000498 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222773;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000203 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222773;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:52.666124' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:12:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000488 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222774;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000243 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222774;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:53.665644' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000161 Lock_time: 0.000055 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222774;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:53.66558' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:12:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000280 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222775;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000549 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222775;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000227 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222775;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:54.665999' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:12:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001459 Lock_time: 0.001298 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222776;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000715 Lock_time: 0.000581 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222776;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:55.665542' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001655 Lock_time: 0.001151 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222776;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:12:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001275 Lock_time: 0.001100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222777;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000990 Lock_time: 0.000862 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222777;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:56.666205' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001794 Lock_time: 0.001288 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222777;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:12:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13565 Schema: QC_hit: No
# Query_time: 0.000289 Lock_time: 0.000183 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222778;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13565 Schema: QC_hit: No
# Query_time: 0.000424 Lock_time: 0.000362 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222778;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000527 Lock_time: 0.000137 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222778;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001157 Lock_time: 0.001015 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222778;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:57.665684' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001234 Lock_time: 0.000984 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222778;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:57.665663' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:12:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13566 Schema: QC_hit: No
# Query_time: 0.000267 Lock_time: 0.000166 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222779;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13566 Schema: QC_hit: No
# Query_time: 0.000227 Lock_time: 0.000176 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222779;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000175 Lock_time: 0.000062 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222779;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001341 Lock_time: 0.001221 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222779;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:58.666266' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001353 Lock_time: 0.001219 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222779;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:58.666268' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:13:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000338 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222780;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000249 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222780;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:59.665562' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000271 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222780;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:12:59.665563' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:13:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000395 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222781;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000180 Lock_time: 0.000074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222781;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001199 Lock_time: 0.001048 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222781;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:00.66652' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:13:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000325 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222782;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000746 Lock_time: 0.000168 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222782;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000264 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222782;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:01.665767' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:13:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000374 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222783;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000231 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222783;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:02.66655' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000552 Lock_time: 0.000314 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222783;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:02.666271' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:13:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000740 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222784;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000197 Lock_time: 0.000068 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222784;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:03.665586' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000224 Lock_time: 0.000068 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222784;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:03.665646' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:13:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000257 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222785;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000517 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222785;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000219 Lock_time: 0.000074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222785;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:04.666241' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000185 Lock_time: 0.000074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222785;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:04.66605' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:13:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001599 Lock_time: 0.001402 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222786;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002091 Lock_time: 0.001406 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222786;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000769 Lock_time: 0.000612 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222786;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:05.665568' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:13:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000301 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222787;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000183 Lock_time: 0.000066 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222787;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:06.666091' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000276 Lock_time: 0.000062 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222787;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:06.666094' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:13:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13570 Schema: QC_hit: No
# Query_time: 0.000220 Lock_time: 0.000124 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222788;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13570 Schema: QC_hit: No
# Query_time: 0.000204 Lock_time: 0.000154 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222788;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001586 Lock_time: 0.001396 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222788;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000816 Lock_time: 0.000665 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222788;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:07.665586' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002150 Lock_time: 0.001417 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222788;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:13:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13572 Schema: QC_hit: No
# Query_time: 0.000234 Lock_time: 0.000140 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222789;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13572 Schema: QC_hit: No
# Query_time: 0.000172 Lock_time: 0.000118 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222789;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222789;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001386 Lock_time: 0.001275 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222789;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:08.666066' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001604 Lock_time: 0.001251 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222789;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:08.666076' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:13:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000339 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222790;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000588 Lock_time: 0.000139 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222790;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001984 Lock_time: 0.001806 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222790;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:09.665878' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:13:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001281 Lock_time: 0.001082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222791;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:10.666355' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001341 Lock_time: 0.001066 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222791;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:10.666325' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000394 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222791;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:13:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000248 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222792;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000490 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222792;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000177 Lock_time: 0.000070 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222792;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:11.666035' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:13:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000358 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222793;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000529 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222793;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001087 Lock_time: 0.000956 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222793;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:12.666798' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:13:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000365 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222794;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000203 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222794;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:13.665836' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000237 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222794;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:13.665658' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:13:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000262 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222795;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000465 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222795;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000207 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222795;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:14.666457' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:13:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000284 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222796;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000184 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222796;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:15.665788' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000276 Lock_time: 0.000068 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222796;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:15.665804' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13575 Schema: QC_hit: No
# Query_time: 0.000213 Lock_time: 0.000126 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222796;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13575 Schema: QC_hit: No
# Query_time: 0.000133 Lock_time: 0.000086 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222796;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 7:13:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000295 Lock_time: 0.000151 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222797;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000534 Lock_time: 0.000170 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222797;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000206 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222797;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:16.666441' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000353 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222797;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:16.666418' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:13:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13577 Schema: QC_hit: No
# Query_time: 0.000231 Lock_time: 0.000134 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222798;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13577 Schema: QC_hit: No
# Query_time: 0.000190 Lock_time: 0.000142 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222798;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000314 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222798;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000597 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222798;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000238 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222798;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:17.666199' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:13:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13579 Schema: QC_hit: No
# Query_time: 0.000262 Lock_time: 0.000164 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222799;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13579 Schema: QC_hit: No
# Query_time: 0.000185 Lock_time: 0.000134 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222799;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000326 Lock_time: 0.000150 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222799;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000694 Lock_time: 0.000374 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222799;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000413 Lock_time: 0.000225 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222799;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:18.665971' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:13:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000612 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222800;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000664 Lock_time: 0.000349 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222800;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:19.666385' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000232 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222800;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:19.666461' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:13:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000915 Lock_time: 0.000687 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222801;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:20.666094' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000829 Lock_time: 0.000617 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222801;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:20.665981' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001850 Lock_time: 0.001198 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222801;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001687 Lock_time: 0.001322 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222801;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:13:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001156 Lock_time: 0.000956 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222802;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:21.665558' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001188 Lock_time: 0.000937 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222802;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:21.66557' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001586 Lock_time: 0.001373 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222802;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:13:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001100 Lock_time: 0.000893 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222803;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000460 Lock_time: 0.000233 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222803;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:22.66618' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001348 Lock_time: 0.000923 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222803;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:13:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000337 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222804;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001097 Lock_time: 0.000969 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222804;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:23.665663' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001157 Lock_time: 0.000980 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222804;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:23.665727' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:13:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000221 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222805;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001649 Lock_time: 0.001455 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222805;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:24.666367' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001603 Lock_time: 0.001472 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222805;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:24.666325' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:13:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000833 Lock_time: 0.000665 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222806;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000313 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222806;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:25.665757' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000234 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222806;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:25.665741' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:13:27
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000502 Lock_time: 0.000166 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222807;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000245 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222807;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:26.666755' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000245 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222807;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:26.666553' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:13:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13584 Schema: QC_hit: No
# Query_time: 0.000239 Lock_time: 0.000144 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222808;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13584 Schema: QC_hit: No
# Query_time: 0.000175 Lock_time: 0.000121 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222808;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000314 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222808;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000271 Lock_time: 0.000147 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222808;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:27.665926' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000340 Lock_time: 0.000213 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222808;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:27.665865' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:13:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13585 Schema: QC_hit: No
# Query_time: 0.000227 Lock_time: 0.000146 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222809;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13585 Schema: QC_hit: No
# Query_time: 0.000164 Lock_time: 0.000118 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222809;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000379 Lock_time: 0.000214 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222809;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000288 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222809;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:28.666409' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000260 Lock_time: 0.000069 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222809;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:28.666528' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:13:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000795 Lock_time: 0.000624 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222810;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:29.665809' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001488 Lock_time: 0.001306 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222810;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000791 Lock_time: 0.000615 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222810;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:29.665876' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:13:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001226 Lock_time: 0.001012 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222811;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000480 Lock_time: 0.000195 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222811;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:30.6665' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001621 Lock_time: 0.001015 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222811;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:13:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000569 Lock_time: 0.000377 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222812;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001365 Lock_time: 0.000791 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222812;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000203 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222812;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:31.667564' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:13:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000278 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222813;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000509 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222813;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001448 Lock_time: 0.001317 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222813;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:32.666291' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:13:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000280 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222814;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000565 Lock_time: 0.000157 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222814;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001410 Lock_time: 0.001287 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222814;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:33.666542' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:13:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000372 Lock_time: 0.000169 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222815;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000390 Lock_time: 0.000191 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222815;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:34.6658' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000311 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222815;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:34.666292' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:13:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000426 Lock_time: 0.000158 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222816;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000704 Lock_time: 0.000164 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222816;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000311 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222816;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:35.666481' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:13:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000234 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222817;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000182 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222817;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:36.665876' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000440 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222817;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:36.666052' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:13:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13588 Schema: QC_hit: No
# Query_time: 0.000236 Lock_time: 0.000120 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222818;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13588 Schema: QC_hit: No
# Query_time: 0.000187 Lock_time: 0.000142 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222818;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000934 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222818;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000274 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222818;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:37.666538' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001304 Lock_time: 0.001005 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222818;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:37.666336' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:13:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13589 Schema: QC_hit: No
# Query_time: 0.000252 Lock_time: 0.000151 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222819;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13589 Schema: QC_hit: No
# Query_time: 0.000192 Lock_time: 0.000141 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222819;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000709 Lock_time: 0.000533 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222819;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:38.665841' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001325 Lock_time: 0.001110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222819;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001538 Lock_time: 0.001180 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222819;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:13:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000658 Lock_time: 0.000432 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222820;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:39.666521' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000218 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222820;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000523 Lock_time: 0.000136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222820;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:13:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000681 Lock_time: 0.000517 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222821;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:40.66585' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001459 Lock_time: 0.001263 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222821;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001585 Lock_time: 0.001244 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222821;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:13:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000678 Lock_time: 0.000514 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222822;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:41.666555' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000729 Lock_time: 0.000511 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222822;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:41.666681' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001679 Lock_time: 0.001078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222822;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:13:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000350 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222823;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000540 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222823;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001567 Lock_time: 0.001448 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222823;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:42.666107' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001572 Lock_time: 0.001428 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222823;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:42.665982' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:13:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000245 Lock_time: 0.000065 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222824;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000311 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222824;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:43.665693' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000198 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222824;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:43.66597' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:13:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000291 Lock_time: 0.000142 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222825;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000724 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222825;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000174 Lock_time: 0.000066 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222825;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:44.666267' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:13:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000262 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222826;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000260 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222826;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:45.665901' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000358 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222826;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:45.666156' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13591 Schema: QC_hit: No
# Query_time: 0.000226 Lock_time: 0.000127 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222826;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13591 Schema: QC_hit: No
# Query_time: 0.000239 Lock_time: 0.000158 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222826;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 7:13:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000373 Lock_time: 0.000265 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222827;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000515 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222827;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000290 Lock_time: 0.000160 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222827;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:46.666441' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:13:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13593 Schema: QC_hit: No
# Query_time: 0.000217 Lock_time: 0.000122 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222828;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13593 Schema: QC_hit: No
# Query_time: 0.000244 Lock_time: 0.000167 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222828;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000243 Lock_time: 0.000076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222828;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:47.665777' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001550 Lock_time: 0.001326 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222828;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000738 Lock_time: 0.000516 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222828;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:47.665926' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:13:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13594 Schema: QC_hit: No
# Query_time: 0.000285 Lock_time: 0.000153 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222829;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13594 Schema: QC_hit: No
# Query_time: 0.000179 Lock_time: 0.000131 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222829;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000678 Lock_time: 0.000496 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222829;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:48.666385' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000802 Lock_time: 0.000634 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222829;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:48.666324' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001735 Lock_time: 0.001262 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222829;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:13:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000569 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222830;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001690 Lock_time: 0.001546 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222830;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:49.665896' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000221 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222830;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:49.66568' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:13:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000337 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222831;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000670 Lock_time: 0.000165 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222831;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001250 Lock_time: 0.001069 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222831;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:50.666312' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:13:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000378 Lock_time: 0.000195 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222832;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:51.665853' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001145 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222832;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000259 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222832;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:51.665853' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:13:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000219 Lock_time: 0.000059 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222833;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000453 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222833;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000181 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222833;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:52.66647' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:13:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000729 Lock_time: 0.000140 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222834;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000273 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222834;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:53.665965' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000234 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222834;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:53.665916' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:13:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000301 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222835;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000434 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222835;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000241 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222835;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:54.666473' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:13:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000846 Lock_time: 0.000711 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222836;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:55.665972' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001506 Lock_time: 0.001329 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222836;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001091 Lock_time: 0.000690 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222836;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:55.66597' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:13:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000549 Lock_time: 0.000399 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222837;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000554 Lock_time: 0.000160 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222837;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001440 Lock_time: 0.001313 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222837;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:56.665653' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001472 Lock_time: 0.001306 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222837;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:56.665656' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:13:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13599 Schema: QC_hit: No
# Query_time: 0.000200 Lock_time: 0.000106 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222838;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13599 Schema: QC_hit: No
# Query_time: 0.000104 Lock_time: 0.000061 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222838;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000336 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222838;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000649 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222838;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001501 Lock_time: 0.001381 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222838;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:57.666501' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:13:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13600 Schema: QC_hit: No
# Query_time: 0.000245 Lock_time: 0.000150 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222839;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13600 Schema: QC_hit: No
# Query_time: 0.000165 Lock_time: 0.000109 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222839;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000338 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222839;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000279 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222839;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:58.665599' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000463 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222839;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:58.665777' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:14:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000287 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222840;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000825 Lock_time: 0.000178 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222840;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000240 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222840;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:13:59.666272' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:14:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000496 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222841;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000202 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222841;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:00.665566' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000173 Lock_time: 0.000070 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222841;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:00.66587' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:14:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000313 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222842;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000420 Lock_time: 0.000275 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222842;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:01.666019' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001209 Lock_time: 0.000192 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222842;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:14:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000352 Lock_time: 0.000181 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222843;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:02.665684' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000312 Lock_time: 0.000144 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222843;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:02.665486' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001652 Lock_time: 0.001277 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222843;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:14:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001789 Lock_time: 0.001520 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222844;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000391 Lock_time: 0.000198 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222844;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:03.66603' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000548 Lock_time: 0.000411 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222844;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:03.666044' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:14:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000559 Lock_time: 0.000180 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222845;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001329 Lock_time: 0.001208 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222845;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:04.665472' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001434 Lock_time: 0.001211 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222845;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:04.665704' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:14:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000235 Lock_time: 0.000067 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222846;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000857 Lock_time: 0.000456 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222846;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001705 Lock_time: 0.001569 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222846;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:05.66594' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001713 Lock_time: 0.001519 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222846;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:05.66592' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:14:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001037 Lock_time: 0.000252 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222847;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001116 Lock_time: 0.001002 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222847;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:06.666621' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001233 Lock_time: 0.001116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222847;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:06.666434' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:14:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13605 Schema: QC_hit: No
# Query_time: 0.000195 Lock_time: 0.000115 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222848;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13605 Schema: QC_hit: No
# Query_time: 0.000149 Lock_time: 0.000101 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222848;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000247 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222848;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000300 Lock_time: 0.000157 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222848;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:07.665882' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000274 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222848;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:07.665952' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:14:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13606 Schema: QC_hit: No
# Query_time: 0.000263 Lock_time: 0.000147 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222849;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13606 Schema: QC_hit: No
# Query_time: 0.000200 Lock_time: 0.000148 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222849;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000219 Lock_time: 0.000065 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222849;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000254 Lock_time: 0.000131 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222849;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:08.665653' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000309 Lock_time: 0.000138 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222849;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:08.665515' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:14:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000227 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222850;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000453 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222850;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000230 Lock_time: 0.000062 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222850;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:09.666018' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:14:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000397 Lock_time: 0.000234 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222851;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000176 Lock_time: 0.000056 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222851;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:10.665663' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001114 Lock_time: 0.000231 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222851;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:14:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000762 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222852;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000922 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222852;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:11.66623' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000367 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222852;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:11.666138' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:14:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000626 Lock_time: 0.000485 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222853;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:12.66548' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001505 Lock_time: 0.001357 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222853;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001014 Lock_time: 0.000811 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222853;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:12.665696' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002167 Lock_time: 0.001535 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222853;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:14:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000962 Lock_time: 0.000791 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222854;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:13.665935' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001548 Lock_time: 0.001357 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222854;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001077 Lock_time: 0.000640 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222854;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:13.66594' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:14:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000472 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222855;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001007 Lock_time: 0.000898 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222855;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:14.665488' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001200 Lock_time: 0.001079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222855;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:14.665599' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:14:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001478 Lock_time: 0.001291 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222856;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000482 Lock_time: 0.000315 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222856;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:15.666637' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000789 Lock_time: 0.000687 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222856;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:15.666498' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13608 Schema: QC_hit: No
# Query_time: 0.000242 Lock_time: 0.000156 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222856;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13608 Schema: QC_hit: No
# Query_time: 0.001380 Lock_time: 0.000144 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222856;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 7:14:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000227 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222857;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001090 Lock_time: 0.000912 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222857;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:16.665867' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000327 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222857;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:16.666101' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:14:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13610 Schema: QC_hit: No
# Query_time: 0.000220 Lock_time: 0.000139 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222858;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13610 Schema: QC_hit: No
# Query_time: 0.000185 Lock_time: 0.000125 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222858;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000950 Lock_time: 0.000379 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222858;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000469 Lock_time: 0.000251 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222858;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001363 Lock_time: 0.001242 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222858;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:17.665655' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:14:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13611 Schema: QC_hit: No
# Query_time: 0.000237 Lock_time: 0.000141 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222859;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13611 Schema: QC_hit: No
# Query_time: 0.000186 Lock_time: 0.000137 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222859;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000618 Lock_time: 0.000134 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222859;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001220 Lock_time: 0.001069 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222859;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:18.665966' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000181 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222859;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:18.666126' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:14:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000552 Lock_time: 0.000404 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222860;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000294 Lock_time: 0.000162 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222860;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:19.666365' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000884 Lock_time: 0.000295 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222860;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000378 Lock_time: 0.000156 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222860;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:19.666543' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:14:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000246 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222861;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:20.665931' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000580 Lock_time: 0.000143 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222861;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000188 Lock_time: 0.000073 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222861;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:20.666071' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:14:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000252 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222862;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000629 Lock_time: 0.000175 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222862;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000449 Lock_time: 0.000226 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222862;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:21.66612' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:14:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001707 Lock_time: 0.001534 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222863;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000981 Lock_time: 0.000787 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222863;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:22.665741' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000969 Lock_time: 0.000779 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222863;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:22.665491' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:14:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001004 Lock_time: 0.000739 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222864;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:23.66598' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001005 Lock_time: 0.000752 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222864;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:23.665958' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001991 Lock_time: 0.001458 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222864;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:14:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000506 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222865;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000603 Lock_time: 0.000464 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222865;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:24.665763' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001141 Lock_time: 0.000996 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222865;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:24.665589' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:14:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000362 Lock_time: 0.000192 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222866;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000672 Lock_time: 0.000201 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222866;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001105 Lock_time: 0.000991 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222866;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:25.666008' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:14:27
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000314 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222867;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000516 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222867;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000321 Lock_time: 0.000188 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222867;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:26.665463' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:14:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13614 Schema: QC_hit: No
# Query_time: 0.000236 Lock_time: 0.000156 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222868;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13614 Schema: QC_hit: No
# Query_time: 0.000158 Lock_time: 0.000111 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222868;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000240 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222868;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000709 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222868;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000198 Lock_time: 0.000067 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222868;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:27.666008' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:14:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13615 Schema: QC_hit: No
# Query_time: 0.000201 Lock_time: 0.000121 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222869;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13615 Schema: QC_hit: No
# Query_time: 0.000206 Lock_time: 0.000148 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222869;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000315 Lock_time: 0.000145 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222869;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000530 Lock_time: 0.000136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222869;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000196 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222869;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:28.665495' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:14:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000543 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222870;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000207 Lock_time: 0.000070 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222870;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:29.666027' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000299 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222870;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:29.665942' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:14:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000261 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222871;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000184 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222871;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:30.665431' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000205 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222871;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:30.665493' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:14:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000586 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222872;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000249 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222872;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:31.665927' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000280 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222872;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:31.665952' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:14:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000796 Lock_time: 0.000565 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222873;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:32.665463' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000853 Lock_time: 0.000633 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222873;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:32.665505' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001780 Lock_time: 0.001132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222873;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:14:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000265 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222874;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000607 Lock_time: 0.000157 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222874;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001716 Lock_time: 0.001562 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222874;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:33.666046' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:14:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000441 Lock_time: 0.000211 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222875;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000270 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222875;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:34.665502' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000340 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222875;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:34.665546' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:14:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000361 Lock_time: 0.000153 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222876;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000522 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222876;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000220 Lock_time: 0.000064 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222876;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:35.66601' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:14:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000532 Lock_time: 0.000151 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222877;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000229 Lock_time: 0.000056 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222877;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:36.665561' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000238 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222877;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:36.665575' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:14:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13619 Schema: QC_hit: No
# Query_time: 0.000211 Lock_time: 0.000115 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222878;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13619 Schema: QC_hit: No
# Query_time: 0.000205 Lock_time: 0.000137 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222878;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000354 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222878;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000283 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222878;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:37.666133' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000250 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222878;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:37.666044' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:14:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13620 Schema: QC_hit: No
# Query_time: 0.000272 Lock_time: 0.000175 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222879;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13620 Schema: QC_hit: No
# Query_time: 0.000204 Lock_time: 0.000103 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222879;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000249 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222879;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000233 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222879;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:38.665505' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001439 Lock_time: 0.001146 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222879;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:14:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000650 Lock_time: 0.000134 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222880;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000304 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222880;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:39.666154' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000290 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222880;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:39.665992' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:14:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000248 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222881;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000173 Lock_time: 0.000063 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222881;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:40.665547' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000502 Lock_time: 0.000204 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222881;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:40.665466' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:14:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000525 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222882;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000356 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222882;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:41.666127' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.004930 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222882;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:14:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000534 Lock_time: 0.000279 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222883;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:42.665489' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001173 Lock_time: 0.000918 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222883;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001359 Lock_time: 0.000871 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222883;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:14:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001115 Lock_time: 0.000972 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222884;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000624 Lock_time: 0.000504 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222884;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:43.666066' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001193 Lock_time: 0.000849 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222884;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:14:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000254 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222885;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000445 Lock_time: 0.000140 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222885;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:44.665614' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001298 Lock_time: 0.001184 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222885;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:44.665566' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:14:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000304 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222886;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000593 Lock_time: 0.000469 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222886;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:45.666179' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000185 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222886;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:45.666183' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13622 Schema: QC_hit: No
# Query_time: 0.000200 Lock_time: 0.000120 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222886;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13622 Schema: QC_hit: No
# Query_time: 0.000209 Lock_time: 0.000135 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222886;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 7:14:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000440 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222887;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000249 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222887;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:46.665502' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000295 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222887;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:46.665471' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:14:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13624 Schema: QC_hit: No
# Query_time: 0.000240 Lock_time: 0.000145 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222888;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13624 Schema: QC_hit: No
# Query_time: 0.000187 Lock_time: 0.000129 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222888;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000240 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222888;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000203 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222888;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:47.666396' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000236 Lock_time: 0.000130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222888;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:47.666276' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:14:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13625 Schema: QC_hit: No
# Query_time: 0.000220 Lock_time: 0.000123 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222889;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13625 Schema: QC_hit: No
# Query_time: 0.000130 Lock_time: 0.000084 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222889;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000397 Lock_time: 0.000205 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222889;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000760 Lock_time: 0.000222 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222889;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000254 Lock_time: 0.000131 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222889;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:48.665584' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:14:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000606 Lock_time: 0.000136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222890;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000359 Lock_time: 0.000226 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222890;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:49.666132' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000243 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222890;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:49.666378' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:14:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001477 Lock_time: 0.001315 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222891;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000604 Lock_time: 0.000385 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222891;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:50.665904' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001684 Lock_time: 0.001324 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222891;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:14:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001562 Lock_time: 0.001181 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222892;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000257 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222892;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:51.669173' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000305 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222892;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:51.669357' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:14:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000343 Lock_time: 0.000162 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222893;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000560 Lock_time: 0.000146 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222893;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001199 Lock_time: 0.001078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222893;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:52.66568' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:14:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001338 Lock_time: 0.001145 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222894;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001358 Lock_time: 0.001163 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222894;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:53.666615' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001216 Lock_time: 0.000955 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222894;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:53.666574' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:14:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000656 Lock_time: 0.000475 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222895;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000180 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222895;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:54.665796' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000252 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222895;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:54.665854' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:14:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000187 Lock_time: 0.000074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222896;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:55.666364' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000989 Lock_time: 0.000521 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222896;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000866 Lock_time: 0.000683 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222896;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:14:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000288 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222897;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000221 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222897;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:56.666099' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000200 Lock_time: 0.000059 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222897;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:56.666069' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:14:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13628 Schema: QC_hit: No
# Query_time: 0.000188 Lock_time: 0.000109 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222898;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13628 Schema: QC_hit: No
# Query_time: 0.000184 Lock_time: 0.000125 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222898;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000659 Lock_time: 0.000442 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222898;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:57.665452' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001113 Lock_time: 0.000773 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222898;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:57.665674' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002257 Lock_time: 0.001424 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222898;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:14:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13629 Schema: QC_hit: No
# Query_time: 0.000220 Lock_time: 0.000140 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222899;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13629 Schema: QC_hit: No
# Query_time: 0.000173 Lock_time: 0.000118 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222899;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000558 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222899;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000195 Lock_time: 0.000061 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222899;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:58.668483' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000603 Lock_time: 0.000065 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222899;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:58.668446' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:15:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000239 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222900;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000581 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222900;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000227 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222900;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:14:59.665881' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:15:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000377 Lock_time: 0.000130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222901;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000231 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222901;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:00.666481' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001418 Lock_time: 0.001297 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222901;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:00.666358' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:15:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000335 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222902;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000710 Lock_time: 0.000155 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222902;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000227 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222902;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:01.665938' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:15:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.003795 Lock_time: 0.003589 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222903;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:02.665545' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.003647 Lock_time: 0.003403 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222903;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:02.665504' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.004611 Lock_time: 0.004134 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222903;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:15:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000230 Lock_time: 0.000074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222904;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000454 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222904;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000196 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222904;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:03.666163' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:15:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000242 Lock_time: 0.000068 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222905;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000466 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222905;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000180 Lock_time: 0.000073 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222905;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:04.665795' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:15:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000260 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222906;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000358 Lock_time: 0.000200 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222906;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:05.666082' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000415 Lock_time: 0.000203 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222906;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:05.666105' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:15:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000558 Lock_time: 0.000393 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222907;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:06.665746' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000461 Lock_time: 0.000249 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222907;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:06.66556' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001388 Lock_time: 0.001164 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222907;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001552 Lock_time: 0.001169 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222907;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:15:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13632 Schema: QC_hit: No
# Query_time: 0.000216 Lock_time: 0.000133 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222908;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13632 Schema: QC_hit: No
# Query_time: 0.000151 Lock_time: 0.000098 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222908;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001184 Lock_time: 0.001021 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222908;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000580 Lock_time: 0.000404 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222908;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:07.66626' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000389 Lock_time: 0.000240 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222908;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:07.666239' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:15:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13633 Schema: QC_hit: No
# Query_time: 0.000243 Lock_time: 0.000150 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222909;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13633 Schema: QC_hit: No
# Query_time: 0.000137 Lock_time: 0.000084 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222909;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000387 Lock_time: 0.000233 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222909;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000744 Lock_time: 0.000251 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222909;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000167 Lock_time: 0.000058 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222909;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:08.665798' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001407 Lock_time: 0.001298 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222909;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:08.665688' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:15:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000463 Lock_time: 0.000285 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222910;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001129 Lock_time: 0.000308 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222910;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001193 Lock_time: 0.001076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222910;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:09.666217' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:15:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000858 Lock_time: 0.000712 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222911;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000361 Lock_time: 0.000237 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222911;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:10.665731' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000368 Lock_time: 0.000222 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222911;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:10.665716' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:15:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000289 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222912;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000243 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222912;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:11.666186' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000321 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222912;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:11.66617' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:15:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000333 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222913;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000318 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222913;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:12.665698' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222913;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:12.665569' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:15:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000302 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222914;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000753 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222914;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000341 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222914;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:13.666179' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:15:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000814 Lock_time: 0.000642 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222915;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:14.665487' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000809 Lock_time: 0.000601 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222915;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:14.665754' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001681 Lock_time: 0.001264 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222915;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:15:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001368 Lock_time: 0.001183 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222916;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001054 Lock_time: 0.000890 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222916;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:15.666167' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001105 Lock_time: 0.000891 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222916;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:15.666013' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13636 Schema: QC_hit: No
# Query_time: 0.000247 Lock_time: 0.000151 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222916;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13636 Schema: QC_hit: No
# Query_time: 0.000126 Lock_time: 0.000084 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222916;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 7:15:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000666 Lock_time: 0.000487 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222917;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000656 Lock_time: 0.000272 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222917;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001309 Lock_time: 0.001153 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222917;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:16.665561' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:15:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13638 Schema: QC_hit: No
# Query_time: 0.000234 Lock_time: 0.000136 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222918;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13638 Schema: QC_hit: No
# Query_time: 0.000121 Lock_time: 0.000078 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222918;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000259 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222918;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000566 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222918;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001279 Lock_time: 0.001143 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222918;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:17.665997' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:15:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13639 Schema: QC_hit: No
# Query_time: 0.000251 Lock_time: 0.000155 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222919;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13639 Schema: QC_hit: No
# Query_time: 0.000195 Lock_time: 0.000123 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222919;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000754 Lock_time: 0.000564 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222919;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001373 Lock_time: 0.001234 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222919;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:18.666568' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001436 Lock_time: 0.001267 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222919;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:18.666477' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:15:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000313 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222920;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000549 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222920;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001379 Lock_time: 0.001252 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222920;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:19.665949' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:15:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000356 Lock_time: 0.000142 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222921;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000605 Lock_time: 0.000133 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222921;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000246 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222921;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:20.666449' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:15:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000309 Lock_time: 0.000131 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222922;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000686 Lock_time: 0.000496 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222922;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:21.66577' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000802 Lock_time: 0.000635 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222922;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:21.665844' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:15:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000486 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222923;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000744 Lock_time: 0.000655 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222923;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000323 Lock_time: 0.000073 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222923;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:22.66626' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000191 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222923;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:22.666306' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:15:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000770 Lock_time: 0.000574 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222924;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:23.665752' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001436 Lock_time: 0.001221 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222924;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001747 Lock_time: 0.001244 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222924;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:15:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000403 Lock_time: 0.000237 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222925;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:24.666309' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000632 Lock_time: 0.000454 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222925;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:24.666299' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001208 Lock_time: 0.001030 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222925;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:15:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000215 Lock_time: 0.000053 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222926;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000265 Lock_time: 0.000158 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222926;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:25.665715' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000366 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222926;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:25.665712' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:15:27
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000550 Lock_time: 0.000405 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222927;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000931 Lock_time: 0.000422 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222927;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000639 Lock_time: 0.000435 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222927;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:26.666233' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000742 Lock_time: 0.000590 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222927;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:26.666168' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:15:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13643 Schema: QC_hit: No
# Query_time: 0.000223 Lock_time: 0.000141 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222928;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13643 Schema: QC_hit: No
# Query_time: 0.000208 Lock_time: 0.000146 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222928;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000714 Lock_time: 0.000176 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222928;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000377 Lock_time: 0.000196 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222928;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:27.665636' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000810 Lock_time: 0.000183 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222928;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:27.665674' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:15:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13644 Schema: QC_hit: No
# Query_time: 0.000323 Lock_time: 0.000182 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222929;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13644 Schema: QC_hit: No
# Query_time: 0.000216 Lock_time: 0.000133 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222929;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000326 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222929;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000241 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222929;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:28.666124' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000223 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222929;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:28.666268' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:15:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000283 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222930;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000234 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222930;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:29.665732' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000277 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222930;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:29.665765' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:15:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000288 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222931;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000542 Lock_time: 0.000140 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222931;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000344 Lock_time: 0.000219 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222931;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:30.66695' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000542 Lock_time: 0.000377 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222931;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:30.868206' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:15:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000595 Lock_time: 0.000438 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222932;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:31.66671' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001538 Lock_time: 0.001354 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222932;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000972 Lock_time: 0.000728 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222932;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:31.666444' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:15:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000257 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222933;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000582 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222933;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001164 Lock_time: 0.001055 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222933;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:32.665993' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001200 Lock_time: 0.000895 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222933;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:32.666186' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:15:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000312 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222934;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000211 Lock_time: 0.000074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222934;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:33.665659' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000221 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222934;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:33.665501' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:15:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000235 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222935;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000505 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222935;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222935;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:34.666238' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:15:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000343 Lock_time: 0.000131 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222936;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000607 Lock_time: 0.000166 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222936;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000286 Lock_time: 0.000136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222936;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:35.665518' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:15:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000252 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222937;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000457 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222937;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000194 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222937;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:36.666079' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:15:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13647 Schema: QC_hit: No
# Query_time: 0.000193 Lock_time: 0.000109 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222938;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13647 Schema: QC_hit: No
# Query_time: 0.000116 Lock_time: 0.000074 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222938;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000260 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222938;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:37.666398' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000784 Lock_time: 0.000604 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222938;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000326 Lock_time: 0.000163 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222938;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:37.666445' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:15:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13648 Schema: QC_hit: No
# Query_time: 0.000202 Lock_time: 0.000124 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222939;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13648 Schema: QC_hit: No
# Query_time: 0.000173 Lock_time: 0.000126 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222939;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000376 Lock_time: 0.000224 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222939;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000444 Lock_time: 0.000295 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222939;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:38.665916' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000469 Lock_time: 0.000346 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222939;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:38.665728' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:15:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000730 Lock_time: 0.000236 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222940;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000251 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222940;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:39.666281' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000295 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222940;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:39.666234' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:15:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000779 Lock_time: 0.000618 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222941;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:40.665721' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000812 Lock_time: 0.000627 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222941;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:40.665751' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001684 Lock_time: 0.001271 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222941;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:15:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001227 Lock_time: 0.001039 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222942;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000727 Lock_time: 0.000550 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222942;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:41.666142' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001471 Lock_time: 0.001067 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222942;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:15:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000292 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222943;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001259 Lock_time: 0.001126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222943;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:42.66561' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001272 Lock_time: 0.001125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222943;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:42.665585' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:15:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000336 Lock_time: 0.000139 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222944;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001039 Lock_time: 0.000916 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222944;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:43.666089' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001247 Lock_time: 0.001122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222944;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:43.666085' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:15:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000252 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222945;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000440 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222945;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000326 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222945;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:44.665479' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:15:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000322 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222946;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000294 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222946;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:45.665942' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000317 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222946;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:45.665906' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13650 Schema: QC_hit: No
# Query_time: 0.000307 Lock_time: 0.000155 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222946;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13650 Schema: QC_hit: No
# Query_time: 0.000336 Lock_time: 0.000237 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222946;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 7:15:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000381 Lock_time: 0.000238 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222947;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000205 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222947;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:46.666494' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000656 Lock_time: 0.000138 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222947;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:15:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13652 Schema: QC_hit: No
# Query_time: 0.000241 Lock_time: 0.000146 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222948;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13652 Schema: QC_hit: No
# Query_time: 0.000314 Lock_time: 0.000206 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222948;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000404 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222948;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000725 Lock_time: 0.000165 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222948;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000225 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222948;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:47.665931' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:15:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13653 Schema: QC_hit: No
# Query_time: 0.000293 Lock_time: 0.000167 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222949;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13653 Schema: QC_hit: No
# Query_time: 0.000191 Lock_time: 0.000134 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222949;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000298 Lock_time: 0.000136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222949;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000492 Lock_time: 0.000139 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222949;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000521 Lock_time: 0.000328 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222949;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:48.666263' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:15:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001009 Lock_time: 0.000720 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222950;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:49.665645' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000980 Lock_time: 0.000629 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222950;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:49.665675' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002069 Lock_time: 0.001403 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222950;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:15:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000702 Lock_time: 0.000465 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222951;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:50.666201' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001509 Lock_time: 0.001233 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222951;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001923 Lock_time: 0.001219 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222951;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:15:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000887 Lock_time: 0.000737 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222952;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001352 Lock_time: 0.001230 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222952;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:51.665642' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001343 Lock_time: 0.001177 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222952;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:51.665649' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:15:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000321 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222953;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000508 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222953;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001598 Lock_time: 0.001491 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222953;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:52.666246' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:15:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000646 Lock_time: 0.000140 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222954;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000306 Lock_time: 0.000140 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222954;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:53.665704' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000429 Lock_time: 0.000331 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222954;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:53.665707' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:15:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000280 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222955;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000591 Lock_time: 0.000272 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222955;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000199 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222955;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:54.666253' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:15:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000534 Lock_time: 0.000311 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222956;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000396 Lock_time: 0.000210 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222956;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:55.665675' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000378 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222956;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:55.665725' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:15:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000472 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222957;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000297 Lock_time: 0.000179 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222957;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:56.66638' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000213 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222957;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:56.666318' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:15:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13658 Schema: QC_hit: No
# Query_time: 0.000228 Lock_time: 0.000131 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222958;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13658 Schema: QC_hit: No
# Query_time: 0.000209 Lock_time: 0.000149 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222958;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000778 Lock_time: 0.000590 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222958;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:57.665783' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001485 Lock_time: 0.001322 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222958;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000912 Lock_time: 0.000785 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222958;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:57.666051' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:15:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13659 Schema: QC_hit: No
# Query_time: 0.000215 Lock_time: 0.000134 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222959;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13659 Schema: QC_hit: No
# Query_time: 0.000185 Lock_time: 0.000137 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222959;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000829 Lock_time: 0.000652 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222959;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:58.666287' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001297 Lock_time: 0.001086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222959;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001376 Lock_time: 0.000969 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222959;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001283 Lock_time: 0.001141 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222959;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:58.666302' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:16:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000263 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222960;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001294 Lock_time: 0.001159 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222960;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:59.665648' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001712 Lock_time: 0.001575 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222960;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:15:59.665765' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:16:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000838 Lock_time: 0.000605 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222961;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:00.666504' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001654 Lock_time: 0.001213 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222961;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001005 Lock_time: 0.000902 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222961;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:00.666566' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:16:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000305 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222962;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000674 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222962;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001496 Lock_time: 0.001340 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222962;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:01.666079' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001512 Lock_time: 0.001351 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222962;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:01.665932' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:16:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000556 Lock_time: 0.000392 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222963;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:02.66669' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001272 Lock_time: 0.001107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222963;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001032 Lock_time: 0.000370 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222963;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:02.666452' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:16:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000417 Lock_time: 0.000145 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222964;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000260 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222964;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:03.665811' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001461 Lock_time: 0.001327 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222964;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:03.665808' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:16:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000579 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222965;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000268 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222965;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:04.666301' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000691 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222965;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:04.666347' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:16:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000332 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222966;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000331 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222966;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:05.665667' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000255 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222966;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:05.665696' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:16:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000305 Lock_time: 0.000137 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222967;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000565 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222967;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000218 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222967;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:06.666225' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:16:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13663 Schema: QC_hit: No
# Query_time: 0.000217 Lock_time: 0.000122 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222968;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13663 Schema: QC_hit: No
# Query_time: 0.000157 Lock_time: 0.000104 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222968;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000656 Lock_time: 0.000496 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222968;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:07.665689' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000614 Lock_time: 0.000462 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222968;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:07.665657' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001478 Lock_time: 0.001269 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222968;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001884 Lock_time: 0.001304 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222968;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:16:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13664 Schema: QC_hit: No
# Query_time: 0.000309 Lock_time: 0.000173 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222969;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13664 Schema: QC_hit: No
# Query_time: 0.000201 Lock_time: 0.000138 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222969;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000569 Lock_time: 0.000401 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222969;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:08.666137' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000483 Lock_time: 0.000309 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222969;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:08.666151' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001546 Lock_time: 0.001147 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222969;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:16:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000342 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222970;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000610 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222970;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001207 Lock_time: 0.001083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222970;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:09.665601' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001293 Lock_time: 0.001128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222970;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:09.665834' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:16:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000320 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222971;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000223 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222971;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:10.666339' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000232 Lock_time: 0.000053 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222971;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:10.666352' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:16:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000245 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222972;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000215 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222972;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:11.665902' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000192 Lock_time: 0.000061 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222972;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:11.666219' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:16:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000277 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222973;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000192 Lock_time: 0.000070 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222973;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:12.666461' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000217 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222973;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:12.666482' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:16:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000877 Lock_time: 0.000569 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222974;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:13.666029' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000838 Lock_time: 0.000531 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222974;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:13.66584' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001805 Lock_time: 0.001421 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222974;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:16:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000905 Lock_time: 0.000744 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222975;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:14.666492' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000903 Lock_time: 0.000719 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222975;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:14.666415' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001824 Lock_time: 0.001449 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222975;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:16:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000321 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222976;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000240 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222976;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:15.665921' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000783 Lock_time: 0.000159 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222976;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13666 Schema: QC_hit: No
# Query_time: 0.000283 Lock_time: 0.000163 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222976;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13666 Schema: QC_hit: No
# Query_time: 0.000174 Lock_time: 0.000108 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222976;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 7:16:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000452 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222977;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000196 Lock_time: 0.000072 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222977;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:16.666352' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000203 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222977;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:16.666492' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:16:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13668 Schema: QC_hit: No
# Query_time: 0.000213 Lock_time: 0.000135 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222978;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13668 Schema: QC_hit: No
# Query_time: 0.000167 Lock_time: 0.000118 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222978;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000226 Lock_time: 0.000073 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222978;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:17.665875' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001188 Lock_time: 0.000635 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222978;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000282 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222978;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:17.665881' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:16:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13669 Schema: QC_hit: No
# Query_time: 0.000222 Lock_time: 0.000137 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222979;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13669 Schema: QC_hit: No
# Query_time: 0.000188 Lock_time: 0.000134 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222979;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000460 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222979;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000243 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222979;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:18.666365' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000265 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222979;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:18.66662' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:16:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.008099 Lock_time: 0.007896 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222980;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:19.665924' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.008083 Lock_time: 0.007879 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222980;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:19.666226' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.008956 Lock_time: 0.008436 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222980;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:16:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000320 Lock_time: 0.000154 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222981;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:20.666356' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000989 Lock_time: 0.000813 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222981;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001295 Lock_time: 0.000902 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222981;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:16:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000285 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222982;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001412 Lock_time: 0.001292 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222982;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:21.665731' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001377 Lock_time: 0.001224 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222982;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:21.665919' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:16:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000271 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222983;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000618 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222983;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001308 Lock_time: 0.001173 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222983;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:22.66635' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:16:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000318 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222984;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000193 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222984;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:23.665847' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000309 Lock_time: 0.000183 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222984;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:23.665866' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:16:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000877 Lock_time: 0.000703 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222985;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000174 Lock_time: 0.000062 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222985;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:24.66616' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001244 Lock_time: 0.000727 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222985;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:16:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000301 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222986;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000502 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222986;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000217 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222986;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:25.665606' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:16:27
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000214 Lock_time: 0.000076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222987;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000233 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222987;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:26.666125' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000327 Lock_time: 0.000133 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222987;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:26.666255' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:16:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13672 Schema: QC_hit: No
# Query_time: 0.000238 Lock_time: 0.000158 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222988;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13672 Schema: QC_hit: No
# Query_time: 0.000240 Lock_time: 0.000168 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222988;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000410 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222988;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000273 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222988;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:27.665487' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000307 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222988;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:27.665469' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:16:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13673 Schema: QC_hit: No
# Query_time: 0.000230 Lock_time: 0.000134 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222989;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13673 Schema: QC_hit: No
# Query_time: 0.000150 Lock_time: 0.000102 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222989;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000342 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222989;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000537 Lock_time: 0.000146 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222989;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000243 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222989;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:28.666028' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:16:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000504 Lock_time: 0.000359 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222990;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:29.665647' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001292 Lock_time: 0.001119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222990;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000836 Lock_time: 0.000442 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222990;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:29.665713' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:16:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001630 Lock_time: 0.001437 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222991;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001000 Lock_time: 0.000801 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222991;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:30.666036' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001861 Lock_time: 0.001453 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222991;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:16:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000758 Lock_time: 0.000148 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222992;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001265 Lock_time: 0.001122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222992;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001422 Lock_time: 0.001280 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222992;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:31.665648' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:16:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000191 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222993;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000761 Lock_time: 0.000147 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222993;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001372 Lock_time: 0.001239 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222993;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:32.666116' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:16:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000290 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222994;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000454 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222994;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000271 Lock_time: 0.000157 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222994;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:33.665949' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:16:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000252 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222995;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:34.666344' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000267 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222995;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:34.666374' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001065 Lock_time: 0.000592 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222995;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:16:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000340 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222996;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000513 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222996;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000228 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222996;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:35.665793' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:16:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000280 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222997;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000434 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222997;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000198 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222997;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:36.666315' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:16:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13676 Schema: QC_hit: No
# Query_time: 0.000229 Lock_time: 0.000133 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222998;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13676 Schema: QC_hit: No
# Query_time: 0.000229 Lock_time: 0.000165 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222998;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001432 Lock_time: 0.001248 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222998;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000407 Lock_time: 0.000224 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222998;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:37.665837' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000572 Lock_time: 0.000369 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222998;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:37.665777' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:16:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13677 Schema: QC_hit: No
# Query_time: 0.000254 Lock_time: 0.000154 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623222999;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13677 Schema: QC_hit: No
# Query_time: 0.000140 Lock_time: 0.000098 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623222999;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001106 Lock_time: 0.000920 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222999;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000559 Lock_time: 0.000352 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222999;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:38.666262' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000476 Lock_time: 0.000279 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623222999;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:38.666321' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:16:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000347 Lock_time: 0.000137 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223000;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001259 Lock_time: 0.001123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223000;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:39.665969' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001162 Lock_time: 0.000948 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223000;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:39.666099' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:16:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001436 Lock_time: 0.001273 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223001;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000806 Lock_time: 0.000578 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223001;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:40.666476' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001637 Lock_time: 0.001266 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223001;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:16:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000282 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223002;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000271 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223002;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:41.665782' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000172 Lock_time: 0.000061 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223002;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:41.665604' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:16:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000199 Lock_time: 0.000076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223003;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:42.666309' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000176 Lock_time: 0.000060 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223003;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:42.666108' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000815 Lock_time: 0.000690 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223003;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:16:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000280 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223004;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000320 Lock_time: 0.000065 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223004;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:43.665612' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000234 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223004;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:43.665442' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:16:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000313 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223005;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000504 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223005;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000208 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223005;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:44.666001' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:16:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000600 Lock_time: 0.000436 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223006;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:45.665528' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001284 Lock_time: 0.001077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223006;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001426 Lock_time: 0.001068 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223006;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13680 Schema: QC_hit: No
# Query_time: 0.000224 Lock_time: 0.000123 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223006;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13680 Schema: QC_hit: No
# Query_time: 0.000239 Lock_time: 0.000166 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223006;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 7:16:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000547 Lock_time: 0.000376 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223007;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:46.665992' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000593 Lock_time: 0.000367 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223007;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:46.666015' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001360 Lock_time: 0.000951 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223007;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:16:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13682 Schema: QC_hit: No
# Query_time: 0.000193 Lock_time: 0.000112 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223008;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13682 Schema: QC_hit: No
# Query_time: 0.000154 Lock_time: 0.000106 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223008;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000786 Lock_time: 0.000131 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223008;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001268 Lock_time: 0.001107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223008;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:47.665573' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000633 Lock_time: 0.000417 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223008;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:47.665551' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:16:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13683 Schema: QC_hit: No
# Query_time: 0.000258 Lock_time: 0.000157 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223009;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13683 Schema: QC_hit: No
# Query_time: 0.000163 Lock_time: 0.000113 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223009;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000801 Lock_time: 0.000157 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223009;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001150 Lock_time: 0.001020 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223009;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:48.666047' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001152 Lock_time: 0.001025 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223009;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:48.666229' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:16:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000401 Lock_time: 0.000172 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223010;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000233 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223010;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:49.665816' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223010;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:49.665713' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:16:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000285 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223011;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000255 Lock_time: 0.000130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223011;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:50.666316' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000239 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223011;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:50.666123' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:16:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000322 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223012;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000271 Lock_time: 0.000076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223012;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:51.665566' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000303 Lock_time: 0.000148 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223012;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:51.665787' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:16:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000329 Lock_time: 0.000141 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223013;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:52.666375' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000170 Lock_time: 0.000068 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223013;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000410 Lock_time: 0.000076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223013;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:16:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002412 Lock_time: 0.002150 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223014;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:53.665523' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.003032 Lock_time: 0.002758 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223014;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.003321 Lock_time: 0.002796 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223014;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:16:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001404 Lock_time: 0.001157 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223015;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:54.666222' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001408 Lock_time: 0.001174 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223015;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:54.666132' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002304 Lock_time: 0.001846 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223015;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:16:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000280 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223016;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000522 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223016;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001400 Lock_time: 0.001223 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223016;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:55.665547' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001220 Lock_time: 0.001018 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223016;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:55.665977' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:16:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000291 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223017;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001665 Lock_time: 0.001515 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223017;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:56.66609' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001589 Lock_time: 0.001441 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223017;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:56.666088' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:16:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13686 Schema: QC_hit: No
# Query_time: 0.000190 Lock_time: 0.000108 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223018;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13686 Schema: QC_hit: No
# Query_time: 0.000220 Lock_time: 0.000141 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223018;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000775 Lock_time: 0.000401 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223018;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000248 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223018;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:57.665673' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000213 Lock_time: 0.000053 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223018;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:57.66585' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:16:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13687 Schema: QC_hit: No
# Query_time: 0.000233 Lock_time: 0.000120 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223019;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13687 Schema: QC_hit: No
# Query_time: 0.000164 Lock_time: 0.000118 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223019;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000819 Lock_time: 0.000599 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223019;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000309 Lock_time: 0.000183 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223019;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:58.666658' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000997 Lock_time: 0.000590 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223019;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:17:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000368 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223020;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000568 Lock_time: 0.000146 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223020;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000262 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223020;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:16:59.665902' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:17:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000303 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223021;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000529 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223021;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000420 Lock_time: 0.000304 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223021;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:00.666557' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:17:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000691 Lock_time: 0.000481 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223022;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:01.666162' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000686 Lock_time: 0.000486 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223022;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:01.666007' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001408 Lock_time: 0.001161 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223022;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:17:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001001 Lock_time: 0.000782 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223023;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:02.666742' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001072 Lock_time: 0.000831 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223023;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:02.666568' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001590 Lock_time: 0.001342 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223023;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:17:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000654 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223024;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000228 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223024;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:03.666045' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001320 Lock_time: 0.001207 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223024;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:03.666148' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:17:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000627 Lock_time: 0.000452 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223025;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000208 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223025;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:04.665836' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001019 Lock_time: 0.000456 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223025;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:17:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000254 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223026;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:05.666364' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000992 Lock_time: 0.000787 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223026;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001162 Lock_time: 0.000809 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223026;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:17:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000479 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223027;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000360 Lock_time: 0.000188 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223027;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:06.665727' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000683 Lock_time: 0.000554 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223027;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:06.665709' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:17:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13691 Schema: QC_hit: No
# Query_time: 0.000189 Lock_time: 0.000111 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223028;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13691 Schema: QC_hit: No
# Query_time: 0.000396 Lock_time: 0.000323 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223028;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000236 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223028;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000493 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223028;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000193 Lock_time: 0.000065 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223028;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:07.666392' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:17:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13693 Schema: QC_hit: No
# Query_time: 0.000189 Lock_time: 0.000107 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223029;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13693 Schema: QC_hit: No
# Query_time: 0.000225 Lock_time: 0.000171 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223029;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000539 Lock_time: 0.000361 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223029;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:08.665689' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000549 Lock_time: 0.000372 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223029;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:08.665708' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001553 Lock_time: 0.001114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223029;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:17:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000947 Lock_time: 0.000771 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223030;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:09.666404' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000969 Lock_time: 0.000722 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223030;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:09.666425' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001696 Lock_time: 0.001454 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223030;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001869 Lock_time: 0.001448 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223030;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:17:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000211 Lock_time: 0.000064 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223031;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000205 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223031;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:10.665574' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000279 Lock_time: 0.000139 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223031;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:10.66585' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:17:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000323 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223032;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000665 Lock_time: 0.000271 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223032;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000205 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223032;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:11.666357' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:17:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000283 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223033;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000193 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223033;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:12.665812' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000261 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223033;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:12.665671' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:17:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000302 Lock_time: 0.000161 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223034;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000600 Lock_time: 0.000140 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223034;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000322 Lock_time: 0.000173 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223034;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:13.666173' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000388 Lock_time: 0.000216 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223034;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:13.666204' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:17:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000709 Lock_time: 0.000511 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223035;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:14.665649' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000758 Lock_time: 0.000494 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223035;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:14.665481' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001692 Lock_time: 0.001233 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223035;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:17:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001534 Lock_time: 0.001370 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223036;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000882 Lock_time: 0.000752 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223036;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:15.666121' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000890 Lock_time: 0.000720 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223036;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:15.666136' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13695 Schema: QC_hit: No
# Query_time: 0.000282 Lock_time: 0.000163 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223036;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13695 Schema: QC_hit: No
# Query_time: 0.000180 Lock_time: 0.000129 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223036;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 7:17:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000293 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223037;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000681 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223037;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001358 Lock_time: 0.001240 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223037;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:16.666193' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:17:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13697 Schema: QC_hit: No
# Query_time: 0.000215 Lock_time: 0.000118 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223038;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13697 Schema: QC_hit: No
# Query_time: 0.000135 Lock_time: 0.000087 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223038;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000881 Lock_time: 0.000741 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223038;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:17.666165' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001274 Lock_time: 0.001124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223038;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000507 Lock_time: 0.000352 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223038;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:17.66645' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:17:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13698 Schema: QC_hit: No
# Query_time: 0.000274 Lock_time: 0.000156 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223039;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13698 Schema: QC_hit: No
# Query_time: 0.000301 Lock_time: 0.000196 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223039;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000238 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223039;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000540 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223039;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001371 Lock_time: 0.001254 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223039;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:18.666215' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:17:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000540 Lock_time: 0.000374 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223040;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000921 Lock_time: 0.000450 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223040;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000285 Lock_time: 0.000131 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223040;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:19.666032' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:17:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000697 Lock_time: 0.000299 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223041;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000191 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223041;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:20.666687' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000250 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223041;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:20.669284' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:17:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000388 Lock_time: 0.000208 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223042;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000763 Lock_time: 0.000244 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223042;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000210 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223042;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:21.665711' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:17:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000276 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223043;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000610 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223043;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000244 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223043;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:22.666138' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:17:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000299 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223044;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000297 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223044;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:23.665457' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000275 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223044;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:23.66544' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:17:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000520 Lock_time: 0.000138 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223045;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000254 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223045;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:24.665929' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000277 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223045;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:24.666091' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:17:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000669 Lock_time: 0.000162 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223046;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000284 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223046;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:25.666426' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000248 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223046;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:25.666427' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:17:27
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001381 Lock_time: 0.001189 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223047;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000781 Lock_time: 0.000586 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223047;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:26.665851' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001622 Lock_time: 0.001236 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223047;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:17:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13701 Schema: QC_hit: No
# Query_time: 0.000226 Lock_time: 0.000145 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223048;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13701 Schema: QC_hit: No
# Query_time: 0.000259 Lock_time: 0.000180 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223048;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000968 Lock_time: 0.000797 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223048;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:27.666441' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001582 Lock_time: 0.001412 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223048;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001758 Lock_time: 0.001353 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223048;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:17:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13702 Schema: QC_hit: No
# Query_time: 0.000266 Lock_time: 0.000168 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223049;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13702 Schema: QC_hit: No
# Query_time: 0.000185 Lock_time: 0.000135 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223049;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000352 Lock_time: 0.000155 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223049;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000870 Lock_time: 0.000157 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223049;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000234 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223049;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:28.665861' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:17:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000281 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223050;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000163 Lock_time: 0.000054 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223050;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:29.666349' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000199 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223050;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:29.666322' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:17:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000327 Lock_time: 0.000141 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223051;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000566 Lock_time: 0.000165 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223051;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000191 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223051;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:30.665765' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:17:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000324 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223052;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000698 Lock_time: 0.000184 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223052;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000331 Lock_time: 0.000215 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223052;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:31.666374' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:17:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001109 Lock_time: 0.000941 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223053;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:32.66569' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001778 Lock_time: 0.001589 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223053;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000945 Lock_time: 0.000767 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223053;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:32.66569' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:17:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000290 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223054;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000601 Lock_time: 0.000174 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223054;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000214 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223054;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:33.672537' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000244 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223054;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:33.672617' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:17:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000272 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223055;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:34.66602' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000211 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223055;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:34.666221' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000807 Lock_time: 0.000620 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223055;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:17:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000606 Lock_time: 0.000307 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223056;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000298 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223056;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:35.665458' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000297 Lock_time: 0.000172 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223056;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:35.665452' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:17:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000287 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223057;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000252 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223057;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:36.66606' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000289 Lock_time: 0.000170 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223057;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:36.666019' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:17:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13705 Schema: QC_hit: No
# Query_time: 0.000234 Lock_time: 0.000152 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223058;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13705 Schema: QC_hit: No
# Query_time: 0.000124 Lock_time: 0.000080 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223058;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001597 Lock_time: 0.001398 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223058;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001096 Lock_time: 0.000595 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223058;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:37.66568' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002037 Lock_time: 0.001442 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223058;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:17:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13706 Schema: QC_hit: No
# Query_time: 0.000246 Lock_time: 0.000138 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223059;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13706 Schema: QC_hit: No
# Query_time: 0.000155 Lock_time: 0.000102 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223059;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001111 Lock_time: 0.000984 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223059;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:38.666291' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001149 Lock_time: 0.000977 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223059;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:38.666295' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001936 Lock_time: 0.001533 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223059;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:17:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000357 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223060;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001470 Lock_time: 0.001289 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223060;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:39.665929' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001384 Lock_time: 0.001180 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223060;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:39.665908' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:17:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000546 Lock_time: 0.000138 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223061;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001225 Lock_time: 0.001093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223061;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:40.667018' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000925 Lock_time: 0.000784 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223061;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:40.666753' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:17:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000282 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223062;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000172 Lock_time: 0.000063 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223062;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:41.666259' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001141 Lock_time: 0.000991 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223062;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:41.66612' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:17:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000284 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223063;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000217 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223063;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:42.665672' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000339 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223063;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:42.665711' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:17:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223064;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000480 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223064;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000195 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223064;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:43.666644' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000307 Lock_time: 0.000139 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223064;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:43.66653' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:17:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000235 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223065;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:44.665451' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000263 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223065;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:44.665597' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000903 Lock_time: 0.000412 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223065;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:17:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000249 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223066;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000281 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223066;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:45.666064' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001223 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223066;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:45.666036' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13708 Schema: QC_hit: No
# Query_time: 0.000212 Lock_time: 0.000133 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223066;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13708 Schema: QC_hit: No
# Query_time: 0.000182 Lock_time: 0.000132 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223066;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 7:17:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001408 Lock_time: 0.001227 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223067;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001020 Lock_time: 0.000829 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223067;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:46.665529' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001656 Lock_time: 0.001230 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223067;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:17:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13710 Schema: QC_hit: No
# Query_time: 0.000201 Lock_time: 0.000121 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223068;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13710 Schema: QC_hit: No
# Query_time: 0.000150 Lock_time: 0.000102 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223068;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000805 Lock_time: 0.000566 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223068;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:47.666077' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001005 Lock_time: 0.000727 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223068;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:47.666139' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002119 Lock_time: 0.001379 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223068;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:17:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13711 Schema: QC_hit: No
# Query_time: 0.000218 Lock_time: 0.000126 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223069;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13711 Schema: QC_hit: No
# Query_time: 0.000128 Lock_time: 0.000082 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223069;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000240 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223069;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000446 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223069;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000172 Lock_time: 0.000061 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223069;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:48.665601' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001452 Lock_time: 0.001353 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223069;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:48.665619' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:17:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000260 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223070;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000456 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223070;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001789 Lock_time: 0.001557 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223070;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:49.666359' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001606 Lock_time: 0.001400 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223070;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:49.666066' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:17:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000339 Lock_time: 0.000170 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223071;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000216 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223071;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:50.665508' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000220 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223071;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:50.665533' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:17:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000676 Lock_time: 0.000133 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223072;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000270 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223072;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:51.669177' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000280 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223072;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:51.666477' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:17:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000280 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223073;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000237 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223073;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:52.665653' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001330 Lock_time: 0.000892 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223073;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:17:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000471 Lock_time: 0.000160 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223075;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000687 Lock_time: 0.000204 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223075;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000287 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223075;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:54.660786' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000463 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223075;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:54.660581' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000399 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223075;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000275 Lock_time: 0.000144 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223075;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:54.665787' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000276 Lock_time: 0.000141 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223075;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:54.665788' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:17:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000343 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223076;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000224 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223076;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:55.759622' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000229 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223076;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:55.759351' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:17:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000226 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223077;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000389 Lock_time: 0.000190 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223077;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:56.759756' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000626 Lock_time: 0.000145 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223077;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000408 Lock_time: 0.000156 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223077;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:56.759693' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:17:58
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 13715 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000229 Lock_time: 0.000095 Rows_sent: 1 Rows_examined: 1
# Rows_affected: 0 Bytes_sent: 71
SET timestamp=1623223078;
select count(*) from fn_app;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13716 Schema: QC_hit: No
# Query_time: 0.000228 Lock_time: 0.000127 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223078;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13716 Schema: QC_hit: No
# Query_time: 0.000187 Lock_time: 0.000136 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223078;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000493 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223078;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000563 Lock_time: 0.000348 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223078;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000764 Lock_time: 0.000578 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223078;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:57.759194' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001266 Lock_time: 0.001091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223078;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:57.666855' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:17:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13717 Schema: QC_hit: No
# Query_time: 0.000230 Lock_time: 0.000134 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223079;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13717 Schema: QC_hit: No
# Query_time: 0.000174 Lock_time: 0.000128 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223079;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000288 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223079;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000265 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223079;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:58.666343' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000286 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223079;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:58.666402' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:18:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000258 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223080;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:59.666047' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000511 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223080;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000197 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223080;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:17:59.759243' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:18:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000272 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223081;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000646 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223081;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000415 Lock_time: 0.000247 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223081;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:00.759242' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:18:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000334 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223082;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000472 Lock_time: 0.000184 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223082;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:01.666241' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000218 Lock_time: 0.000069 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223082;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:01.66623' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:18:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000262 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223083;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:02.66592' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000237 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223083;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:02.665772' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000308 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223083;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:18:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000233 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223084;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000178 Lock_time: 0.000070 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223084;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:03.66642' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000229 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223084;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:03.666595' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:18:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001092 Lock_time: 0.000935 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223085;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:04.66586' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001689 Lock_time: 0.001533 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223085;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001869 Lock_time: 0.001523 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223085;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000321 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223085;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:04.665879' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:18:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001758 Lock_time: 0.001200 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223086;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000273 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223086;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000287 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223086;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:05.666667' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000449 Lock_time: 0.000311 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223086;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:05.666493' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:18:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000273 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223087;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000470 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223087;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000259 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223087;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:06.66624' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000375 Lock_time: 0.000073 Rows_sent: 1 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 3378
SET timestamp=1623223087;
select user0_.user_id as user_id1_8_, user0_.org_id as org_id2_8_, user0_.manager_id as manager_3_8_, user0_.first_name as first_na4_8_, user0_.middle_name as middle_n5_8_, user0_.last_name as last_nam6_8_, user0_.phone as phone7_8_, user0_.fax as fax8_8_, user0_.cellular as cellular9_8_, user0_.email as email10_8_, user0_.address_id as address11_8_, user0_.alert_method_cd as alert_m12_8_, user0_.address_line_1 as address13_8_, user0_.address_line_2 as address14_8_, user0_.city as city15_8_, user0_.state_cd as state_c16_8_, user0_.zip_code as zip_cod17_8_, user0_.country_cd as country18_8_, user0_.hrid as hrid19_8_, user0_.org_user_id as org_use20_8_, user0_.org_code as org_cod21_8_, user0_.login_id as login_i22_8_, user0_.login_pwd as login_p23_8_, user0_.last_login_date as last_lo24_8_, user0_.location_clli as locatio25_8_, user0_.org_manager_userid as org_man26_8_, user0_.company as company27_8_, user0_.department as departm28_8_, user0_.department_name as departm29_8_, user0_.business_unit as busines30_8_, user0_.business_unit_name as busines31_8_, user0_.job_title as job_tit32_8_, user0_.silo_status as silo_st33_8_, user0_.fin_loc_code as fin_loc34_8_, user0_.active_yn as active_35_8_, user0_.is_internal_yn as is_inte36_8_, user0_.created_date as created37_8_, user0_.modified_date as modifie38_8_, user0_.created_id as created39_8_, user0_.modified_id as modifie40_8_, user0_.timezone as timezon41_8_ from FN_USER user0_ where user0_.org_user_id='demo';
# Time: 210609 7:18:08
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000415 Lock_time: 0.000072 Rows_sent: 7 Rows_examined: 15
# Rows_affected: 0 Bytes_sent: 3908
SET timestamp=1623223088;
select userapps0_.user_id as user_id1_8_0_, userapps0_.user_id as user_id1_18_0_, userapps0_.app_id as app_id2_18_0_, userapps0_.role_id as role_id3_18_0_, userapps0_.user_id as user_id1_18_1_, userapps0_.app_id as app_id2_18_1_, userapps0_.role_id as role_id3_18_1_, userapps0_.priority as priority4_18_1_, app1_.app_id as app_id1_14_2_, app1_.app_name as app_name2_14_2_, app1_.app_password as app_pass3_14_2_, app1_.app_username as app_user4_14_2_, app1_.app_image_url as app_imag5_14_2_, app1_.app_description as app_desc6_14_2_, app1_.app_notes as app_note7_14_2_, app1_.app_url as app_url8_14_2_, app1_.app_alternate_url as app_alte9_14_2_, app1_.app_rest_endpoint as app_res10_14_2_, app1_.ml_app_name as ml_app_11_14_2_, app1_.ml_app_admin_id as ml_app_12_14_2_, app1_.mots_id as mots_id13_14_2_, app1_.open as open14_14_2_, app1_.enabled as enabled15_14_2_, app1_.thumbnail as thumbna16_14_2_, app1_.ueb_key as ueb_key17_14_2_, app1_.ueb_secret as ueb_sec18_14_2_, app1_.ueb_topic_name as ueb_top19_14_2_, role2_.role_id as role_id1_5_3_, role2_.role_name as role_nam2_5_3_, role2_.priority as priority3_5_3_, role2_.active_yn as active_y4_5_3_ from fn_user_role userapps0_ inner join fn_app app1_ on userapps0_.app_id=app1_.app_id inner join FN_ROLE role2_ on userapps0_.role_id=role2_.role_id where userapps0_.user_id=1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13720 Schema: QC_hit: No
# Query_time: 0.000209 Lock_time: 0.000115 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223088;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13720 Schema: QC_hit: No
# Query_time: 0.000197 Lock_time: 0.000150 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223088;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000651 Lock_time: 0.000162 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223088;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000222 Lock_time: 0.000074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223088;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:07.665951' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000229 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223088;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:07.665712' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000326 Lock_time: 0.000058 Rows_sent: 8 Rows_examined: 17
# Rows_affected: 0 Bytes_sent: 2349
SET timestamp=1623223088;
select childmenus0_.parent_id as parent_i3_4_0_, childmenus0_.menu_id as menu_id1_4_0_, childmenus0_.menu_id as menu_id1_4_1_, childmenus0_.label as label2_4_1_, childmenus0_.action as action4_4_1_, childmenus0_.function_cd as function5_4_1_, childmenus0_.sort_order as sort_ord6_4_1_, childmenus0_.servlet as servlet7_4_1_, childmenus0_.query_string as query_st8_4_1_, childmenus0_.external_url as external9_4_1_, childmenus0_.target as target10_4_1_, childmenus0_.active_yn as active_12_4_1_, childmenus0_.separator_yn as separat13_4_1_, childmenus0_.image_src as image_s14_4_1_, childmenus0_.menu_set_cd as menu_se11_4_1_, childmenus0_.parent_id as parent_i3_4_1_ from FN_MENU childmenus0_ where ( childmenus0_.active_yn = 'Y') and childmenus0_.parent_id=1;
# Time: 210609 7:18:09
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000234 Lock_time: 0.000030 Rows_sent: 2 Rows_examined: 17
# Rows_affected: 0 Bytes_sent: 1581
SET timestamp=1623223089;
select childmenus0_.parent_id as parent_i3_4_0_, childmenus0_.menu_id as menu_id1_4_0_, childmenus0_.menu_id as menu_id1_4_1_, childmenus0_.label as label2_4_1_, childmenus0_.action as action4_4_1_, childmenus0_.function_cd as function5_4_1_, childmenus0_.sort_order as sort_ord6_4_1_, childmenus0_.servlet as servlet7_4_1_, childmenus0_.query_string as query_st8_4_1_, childmenus0_.external_url as external9_4_1_, childmenus0_.target as target10_4_1_, childmenus0_.active_yn as active_12_4_1_, childmenus0_.separator_yn as separat13_4_1_, childmenus0_.image_src as image_s14_4_1_, childmenus0_.menu_set_cd as menu_se11_4_1_, childmenus0_.parent_id as parent_i3_4_1_ from FN_MENU childmenus0_ where ( childmenus0_.active_yn = 'Y') and childmenus0_.parent_id=10;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13721 Schema: QC_hit: No
# Query_time: 0.000176 Lock_time: 0.000114 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223089;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13721 Schema: QC_hit: No
# Query_time: 0.000193 Lock_time: 0.000133 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223089;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000335 Lock_time: 0.000147 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223089;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:08.666343' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000208 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223089;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000179 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223089;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:08.66645' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000315 Lock_time: 0.000155 Rows_sent: 45 Rows_examined: 45
# Rows_affected: 0 Bytes_sent: 2371
SET timestamp=1623223089;
select rolefuncti0_.function_cd as function1_0_, rolefuncti0_.function_name as function2_0_, rolefuncti0_.type as type3_0_, rolefuncti0_.action as action4_0_ from FN_FUNCTION rolefuncti0_;
# Time: 210609 7:18:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000325 Lock_time: 0.000165 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223090;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000570 Lock_time: 0.000176 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223090;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000475 Lock_time: 0.000175 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223090;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:09.665808' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:18:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000234 Lock_time: 0.000074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223091;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:10.666766' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000289 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223091;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000253 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223091;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:10.759279' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:18:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000875 Lock_time: 0.000206 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223092;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000457 Lock_time: 0.000265 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223092;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:11.665843' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000939 Lock_time: 0.000747 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223092;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:11.665835' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:18:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001858 Lock_time: 0.001261 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223093;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000393 Lock_time: 0.000168 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223093;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:12.759561' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000244 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223093;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:12.759858' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:18:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223094;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:13.665949' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001645 Lock_time: 0.001482 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223094;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000300 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223094;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:13.759192' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002033 Lock_time: 0.001502 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223094;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:18:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000286 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223095;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000211 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223095;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:14.760061' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000208 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223095;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:14.760393' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:18:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000286 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223096;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000963 Lock_time: 0.000405 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223096;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000528 Lock_time: 0.000290 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223096;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:15.665973' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001123 Lock_time: 0.001007 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223096;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:15.759269' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13723 Schema: QC_hit: No
# Query_time: 0.000191 Lock_time: 0.000111 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223096;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13723 Schema: QC_hit: No
# Query_time: 0.000119 Lock_time: 0.000075 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223096;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 7:18:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000286 Lock_time: 0.000137 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223097;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:16.759707' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001245 Lock_time: 0.001122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223097;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001631 Lock_time: 0.001109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223097;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000389 Lock_time: 0.000186 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223097;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:16.76119' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:18:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13725 Schema: QC_hit: No
# Query_time: 0.000249 Lock_time: 0.000149 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223098;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13725 Schema: QC_hit: No
# Query_time: 0.000136 Lock_time: 0.000089 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223098;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000650 Lock_time: 0.000154 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223098;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000360 Lock_time: 0.000136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223098;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000305 Lock_time: 0.000163 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223098;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:17.666194' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:18:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13726 Schema: QC_hit: No
# Query_time: 0.000197 Lock_time: 0.000115 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223099;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13726 Schema: QC_hit: No
# Query_time: 0.000257 Lock_time: 0.000175 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223099;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000278 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223099;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000325 Lock_time: 0.000173 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223099;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:18.759525' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000407 Lock_time: 0.000179 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223099;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:18.759735' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:18:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000521 Lock_time: 0.000139 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223100;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000555 Lock_time: 0.000196 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223100;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:19.665967' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000268 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223100;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:18:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000348 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223101;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:20.665981' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000281 Lock_time: 0.000063 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223101;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000644 Lock_time: 0.000147 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223101;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:18:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000597 Lock_time: 0.000133 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223102;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000279 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223102;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:18:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000441 Lock_time: 0.000183 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223103;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:21.759212' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000336 Lock_time: 0.000164 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223103;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000415 Lock_time: 0.000070 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223103;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000184 Lock_time: 0.000067 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223103;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:22.760411' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:18:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000333 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223104;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000615 Lock_time: 0.000231 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223104;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000381 Lock_time: 0.000148 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223104;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:23.859498' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:18:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000331 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223105;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:24.665986' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000344 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223105;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001693 Lock_time: 0.001486 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223105;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:24.759216' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:18:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001419 Lock_time: 0.001240 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223106;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:25.859612' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001186 Lock_time: 0.001006 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223106;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:25.859289' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:18:27
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000490 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223107;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000866 Lock_time: 0.000706 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223107;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:18:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13729 Schema: QC_hit: No
# Query_time: 0.000235 Lock_time: 0.000121 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223108;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13729 Schema: QC_hit: No
# Query_time: 0.000159 Lock_time: 0.000113 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223108;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000569 Lock_time: 0.000138 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223108;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000363 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223108;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:27.759579' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000317 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223108;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:18:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13730 Schema: QC_hit: No
# Query_time: 0.000203 Lock_time: 0.000125 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223109;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13730 Schema: QC_hit: No
# Query_time: 0.000162 Lock_time: 0.000115 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223109;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000316 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223109;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:28.759525' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:18:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000419 Lock_time: 0.000186 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223110;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000257 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223110;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:29.760922' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:18:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000250 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223111;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:30.759345' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000208 Lock_time: 0.000059 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223111;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:30.759329' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000574 Lock_time: 0.000170 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223111;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:18:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000294 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223112;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000522 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223112;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000268 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223112;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:31.666831' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000164 Lock_time: 0.000056 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223112;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:31.759186' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:18:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000226 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223113;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:32.759258' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000305 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223113;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:18:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000396 Lock_time: 0.000209 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223114;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001419 Lock_time: 0.001000 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223114;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000335 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223114;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:33.759241' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:18:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000347 Lock_time: 0.000184 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223115;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001264 Lock_time: 0.000755 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223115;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:18:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000271 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223116;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:35.666428' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:18:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000339 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223117;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:36.759228' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:18:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13733 Schema: QC_hit: No
# Query_time: 0.000214 Lock_time: 0.000118 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223118;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13733 Schema: QC_hit: No
# Query_time: 0.000148 Lock_time: 0.000101 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223118;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 7:18:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13734 Schema: QC_hit: No
# Query_time: 0.000204 Lock_time: 0.000125 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223119;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13734 Schema: QC_hit: No
# Query_time: 0.000501 Lock_time: 0.000453 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223119;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000237 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223119;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:38.666168' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000225 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223119;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:38.666321' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000927 Lock_time: 0.000143 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223119;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:18:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001213 Lock_time: 0.000139 Rows_sent: 0 Rows_examined: 375
# Rows_affected: 0 Bytes_sent: 124
SET timestamp=1623223120;
select this_.url as url1_13_0_, this_.function_cd as function2_13_0_ from V_URL_ACCESS this_ where this_.url like 'get_menu%';
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000257 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223120;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:39.759613' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000231 Lock_time: 0.000073 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223120;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:39.759605' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:18:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000395 Lock_time: 0.000175 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223121;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000335 Lock_time: 0.000186 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223121;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000268 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223121;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:40.760026' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000590 Lock_time: 0.000171 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223121;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:18:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000295 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223122;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:41.764936' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000344 Lock_time: 0.000131 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223122;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000489 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223122;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:41.765068' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:18:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001321 Lock_time: 0.001093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223123;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000368 Lock_time: 0.000165 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223123;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:42.764029' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:18:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000376 Lock_time: 0.000155 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223124;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000247 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223124;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:43.665667' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000532 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223124;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:18:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000455 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223125;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000221 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223125;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:44.666074' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000417 Lock_time: 0.000208 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223125;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:44.759294' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:18:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000355 Lock_time: 0.000172 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223126;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000265 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223126;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:45.76053' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13736 Schema: QC_hit: No
# Query_time: 0.000191 Lock_time: 0.000110 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223126;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13736 Schema: QC_hit: No
# Query_time: 0.000207 Lock_time: 0.000160 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223126;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000364 Lock_time: 0.000177 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223126;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:45.760218' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000561 Lock_time: 0.000161 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223126;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:18:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000500 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223127;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000258 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223127;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000195 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223127;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:46.759218' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:18:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13738 Schema: QC_hit: No
# Query_time: 0.000194 Lock_time: 0.000114 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223128;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13738 Schema: QC_hit: No
# Query_time: 0.000189 Lock_time: 0.000136 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223128;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001209 Lock_time: 0.000172 Rows_sent: 0 Rows_examined: 375
# Rows_affected: 0 Bytes_sent: 124
SET timestamp=1623223128;
select this_.url as url1_13_0_, this_.function_cd as function2_13_0_ from V_URL_ACCESS this_ where this_.url like 'get_app_name%';
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001113 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 375
# Rows_affected: 0 Bytes_sent: 124
SET timestamp=1623223128;
select this_.url as url1_13_0_, this_.function_cd as function2_13_0_ from V_URL_ACCESS this_ where this_.url like 'flags%';
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001024 Lock_time: 0.000273 Rows_sent: 0 Rows_examined: 375
# Rows_affected: 0 Bytes_sent: 124
SET timestamp=1623223128;
select this_.url as url1_13_0_, this_.function_cd as function2_13_0_ from V_URL_ACCESS this_ where this_.url like 'get_menu%';
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000319 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223128;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:47.666012' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000545 Lock_time: 0.000143 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223128;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:18:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13739 Schema: QC_hit: No
# Query_time: 0.000170 Lock_time: 0.000102 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223129;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13739 Schema: QC_hit: No
# Query_time: 0.000160 Lock_time: 0.000116 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223129;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001482 Lock_time: 0.001309 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223129;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:48.665481' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001510 Lock_time: 0.001295 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223129;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:48.665474' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000529 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223129;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:18:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001477 Lock_time: 0.001300 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223130;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:49.665981' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000239 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223130;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000216 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223130;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:49.666001' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:18:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001693 Lock_time: 0.001525 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223131;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:50.665804' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001841 Lock_time: 0.001440 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223131;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:18:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000454 Lock_time: 0.000301 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223132;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001390 Lock_time: 0.001268 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223132;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:51.666421' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:18:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000311 Lock_time: 0.000134 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223133;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000506 Lock_time: 0.000139 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223133;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:18:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000212 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223134;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:53.666496' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001236 Lock_time: 0.001120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223134;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:53.666639' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:18:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000304 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223135;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000182 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223135;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:54.666544' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001084 Lock_time: 0.000324 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223135;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:18:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000215 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223136;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:55.666228' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000259 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223136;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:55.666182' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:18:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001472 Lock_time: 0.001266 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223137;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000840 Lock_time: 0.000629 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223137;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:56.665812' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:18:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13744 Schema: QC_hit: No
# Query_time: 0.000249 Lock_time: 0.000130 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223138;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13744 Schema: QC_hit: No
# Query_time: 0.000186 Lock_time: 0.000118 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223138;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000813 Lock_time: 0.000632 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223138;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:57.666941' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000790 Lock_time: 0.000590 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223138;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:57.666593' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001737 Lock_time: 0.001287 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223138;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:18:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13745 Schema: QC_hit: No
# Query_time: 0.000219 Lock_time: 0.000138 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223139;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13745 Schema: QC_hit: No
# Query_time: 0.000181 Lock_time: 0.000131 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223139;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000247 Lock_time: 0.000057 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223139;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000559 Lock_time: 0.000148 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223139;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:19:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000290 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223140;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000244 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223140;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:18:59.666603' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:19:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000315 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223141;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:19:00.666064' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000343 Lock_time: 0.000137 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223141;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:19:00.666276' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:19:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001202 Lock_time: 0.001057 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223142;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000263 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223142;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:19:01.665917' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001532 Lock_time: 0.001080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223142;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:19:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000539 Lock_time: 0.000371 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223143;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:19:02.666931' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000573 Lock_time: 0.000345 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223143;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:19:02.66687' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:19:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001407 Lock_time: 0.001234 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223144;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:19:03.666157' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001457 Lock_time: 0.001276 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223144;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:19:03.666396' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:19:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000297 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223145;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000281 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223145;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:19:04.665962' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:19:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000322 Lock_time: 0.000138 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223146;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:19:05.666717' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000323 Lock_time: 0.000139 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223146;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:19:05.666418' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:19:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000271 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223147;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000237 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223147;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:19:06.666164' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:19:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13750 Schema: QC_hit: No
# Query_time: 0.000201 Lock_time: 0.000122 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223148;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13750 Schema: QC_hit: No
# Query_time: 0.000243 Lock_time: 0.000155 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223148;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001532 Lock_time: 0.001303 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223148;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000724 Lock_time: 0.000481 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223148;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:19:07.665888' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:19:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13751 Schema: QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000150 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223149;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13751 Schema: QC_hit: No
# Query_time: 0.000158 Lock_time: 0.000108 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223149;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001340 Lock_time: 0.001164 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223149;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:19:08.666681' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000192 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223149;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:19:08.666584' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:19:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000268 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223150;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000587 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223150;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000204 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223150;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:19:09.666124' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:19:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002043 Lock_time: 0.001829 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223151;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:19:10.665608' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002043 Lock_time: 0.001830 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223151;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:19:10.665937' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.003012 Lock_time: 0.002542 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223151;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:19:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000302 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223152;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:19:11.665487' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000388 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223152;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:19:11.665744' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:19:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000480 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223153;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000216 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223153;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:19:12.666474' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:19:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000617 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223154;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000250 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223154;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:19:13.66623' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:19:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000703 Lock_time: 0.000534 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223155;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:19:14.665685' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001262 Lock_time: 0.001065 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223155;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:19:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000395 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223156;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001732 Lock_time: 0.001223 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223156;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13753 Schema: QC_hit: No
# Query_time: 0.000226 Lock_time: 0.000128 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223156;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13753 Schema: QC_hit: No
# Query_time: 0.000303 Lock_time: 0.000203 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223156;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 7:19:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000249 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223157;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:19:16.666244' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001352 Lock_time: 0.001179 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223157;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000654 Lock_time: 0.000467 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223157;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:19:16.666336' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:19:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13755 Schema: QC_hit: No
# Query_time: 0.000174 Lock_time: 0.000095 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223158;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13755 Schema: QC_hit: No
# Query_time: 0.000142 Lock_time: 0.000093 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223158;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001327 Lock_time: 0.001138 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223158;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:19:17.665604' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001584 Lock_time: 0.001400 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223158;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:19:17.665932' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:19:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13756 Schema: QC_hit: No
# Query_time: 0.000235 Lock_time: 0.000134 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223159;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13756 Schema: QC_hit: No
# Query_time: 0.000225 Lock_time: 0.000170 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223159;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000240 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223159;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000194 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223159;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:19:18.668933' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:19:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000291 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223160;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000233 Lock_time: 0.000076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223160;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:19:19.666137' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:19:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000512 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223161;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001217 Lock_time: 0.001100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223161;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:19:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000207 Lock_time: 0.000068 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223162;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000174 Lock_time: 0.000072 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223162;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:19:21.666486' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:19:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000236 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223163;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:19:22.665776' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000451 Lock_time: 0.000342 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223163;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:19:22.665785' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:19:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000224 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223164;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:19:23.66682' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000479 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223164;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:19:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000791 Lock_time: 0.000583 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223165;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:19:24.666162' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001436 Lock_time: 0.001228 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223165;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:19:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000237 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223166;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:19:25.666997' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000213 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223166;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:19:25.66684' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:19:27
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000487 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223167;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001194 Lock_time: 0.001071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223167;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:19:26.666152' order by MODIFIED_DATE ASC limit 1;
# User@Host: so_user[so_user] @ [10.233.73.133]
# Thread_id: 12955 Schema: camundabpmn QC_hit: No
# Query_time: 0.000614 Lock_time: 0.000256 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 356
use camundabpmn;
SET timestamp=1623223167;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 07:19:27.988'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 07:19:27.988')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'f64ea363-c8b0-11eb-8dad-76c534593a99'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 07:19:27.988') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# Time: 210609 7:19:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13760 Schema: QC_hit: No
# Query_time: 0.000226 Lock_time: 0.000130 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223168;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13760 Schema: QC_hit: No
# Query_time: 0.000182 Lock_time: 0.000131 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223168;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000438 Lock_time: 0.000155 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
use vid_openecomp_epsdk;
SET timestamp=1623223168;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000563 Lock_time: 0.000161 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223168;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:19:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13761 Schema: QC_hit: No
# Query_time: 0.000172 Lock_time: 0.000092 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223169;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13761 Schema: QC_hit: No
# Query_time: 0.000142 Lock_time: 0.000097 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223169;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000261 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223169;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000462 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223169;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:19:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000272 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223170;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000065 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223170;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:19:29.665921' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:19:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000337 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223171;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000177 Lock_time: 0.000058 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223171;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:19:30.666166' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:19:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000355 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223172;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000212 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223172;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:19:31.666505' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:19:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000382 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223173;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000534 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223173;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:19:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000561 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223174;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000275 Lock_time: 0.000161 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223174;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:19:33.667046' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:19:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000492 Lock_time: 0.000182 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223175;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000728 Lock_time: 0.000162 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223175;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:19:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000286 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223176;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:19:35.666325' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000204 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223176;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:19:35.666378' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:19:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000251 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223177;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:19:36.666728' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000760 Lock_time: 0.000140 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223177;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:19:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13765 Schema: QC_hit: No
# Query_time: 0.000210 Lock_time: 0.000111 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223178;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13765 Schema: QC_hit: No
# Query_time: 0.000157 Lock_time: 0.000101 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223178;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000299 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223178;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000511 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223178;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000384 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223178;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:19:37.666661' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:19:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13766 Schema: QC_hit: No
# Query_time: 0.000239 Lock_time: 0.000126 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223179;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13766 Schema: QC_hit: No
# Query_time: 0.000140 Lock_time: 0.000088 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223179;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000411 Lock_time: 0.000134 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223179;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223179;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:19:38.668014' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000855 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223179;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:19:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001541 Lock_time: 0.001351 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223180;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000725 Lock_time: 0.000535 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223180;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:19:39.666711' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001775 Lock_time: 0.001341 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223180;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:19:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000307 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223181;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000212 Lock_time: 0.000054 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223181;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:19:40.666138' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:19:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000340 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223182;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.005373 Lock_time: 0.005176 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223182;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:19:41.666111' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:19:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000277 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223183;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000214 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223183;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:19:42.665674' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:19:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000339 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223184;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000285 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223184;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:19:43.666098' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000410 Lock_time: 0.000155 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223184;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:19:43.666317' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:19:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000229 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223185;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:19:44.665563' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000238 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223185;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:19:44.665808' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:19:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000434 Lock_time: 0.000187 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223186;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000610 Lock_time: 0.000170 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223186;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13769 Schema: QC_hit: No
# Query_time: 0.000297 Lock_time: 0.000201 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223186;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13769 Schema: QC_hit: No
# Query_time: 0.000203 Lock_time: 0.000135 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223186;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 7:19:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000198 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223187;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:19:46.760056' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000260 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223187;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:19:46.759881' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:19:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13771 Schema: QC_hit: No
# Query_time: 0.000278 Lock_time: 0.000170 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223188;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13771 Schema: QC_hit: No
# Query_time: 0.000349 Lock_time: 0.000248 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223188;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000251 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223188;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:19:47.759792' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:19:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13772 Schema: QC_hit: No
# Query_time: 0.000295 Lock_time: 0.000181 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223189;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13772 Schema: QC_hit: No
# Query_time: 0.000241 Lock_time: 0.000186 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223189;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001322 Lock_time: 0.001114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223189;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:19:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000298 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223190;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000409 Lock_time: 0.000162 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223190;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:19:49.759638' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:19:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000341 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223191;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000250 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223191;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:19:50.669443' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001524 Lock_time: 0.001048 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223191;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:19:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001412 Lock_time: 0.001235 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223192;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000358 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223192;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:19:51.7597' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:19:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000334 Lock_time: 0.000130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223193;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001593 Lock_time: 0.001335 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223193;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:19:52.667095' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:19:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000289 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223194;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000280 Lock_time: 0.000130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223194;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:19:53.759462' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000652 Lock_time: 0.000184 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223194;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:19:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000275 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223195;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:19:53.859229' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000584 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223195;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000317 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223195;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:19:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000322 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223197;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000236 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223197;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:19:55.968015' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000812 Lock_time: 0.000330 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223197;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000265 Lock_time: 0.000133 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223197;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:19:56.761641' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:19:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13775 Schema: QC_hit: No
# Query_time: 0.000221 Lock_time: 0.000128 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223198;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13775 Schema: QC_hit: No
# Query_time: 0.000241 Lock_time: 0.000179 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223198;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000613 Lock_time: 0.000143 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223198;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:19:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13776 Schema: QC_hit: No
# Query_time: 0.000229 Lock_time: 0.000134 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223199;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13776 Schema: QC_hit: No
# Query_time: 0.000130 Lock_time: 0.000087 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223199;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000287 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223199;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000387 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223199;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:19:58.859214' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:20:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000620 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223200;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000338 Lock_time: 0.000170 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223200;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000380 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223200;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:19:59.759192' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:20:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000716 Lock_time: 0.000486 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223201;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:20:00.665762' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001379 Lock_time: 0.001160 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223201;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001667 Lock_time: 0.001197 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223201;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:20:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000193 Lock_time: 0.000055 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223202;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:20:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000242 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223203;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000295 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223203;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:20:02.861281' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:20:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000559 Lock_time: 0.000415 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223204;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000194 Lock_time: 0.000076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223204;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:20:03.666182' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000490 Lock_time: 0.000377 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223204;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:20:03.666035' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001136 Lock_time: 0.000138 Rows_sent: 0 Rows_examined: 375
# Rows_affected: 0 Bytes_sent: 124
SET timestamp=1623223204;
select this_.url as url1_13_0_, this_.function_cd as function2_13_0_ from V_URL_ACCESS this_ where this_.url like 'get_menu%';
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.003591 Lock_time: 0.002619 Rows_sent: 0 Rows_examined: 375
# Rows_affected: 0 Bytes_sent: 124
SET timestamp=1623223204;
select this_.url as url1_13_0_, this_.function_cd as function2_13_0_ from V_URL_ACCESS this_ where this_.url like 'get_userinfo%';
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.009651 Lock_time: 0.008680 Rows_sent: 0 Rows_examined: 375
# Rows_affected: 0 Bytes_sent: 124
SET timestamp=1623223204;
select this_.url as url1_13_0_, this_.function_cd as function2_13_0_ from V_URL_ACCESS this_ where this_.url like 'get_app_name%';
# Time: 210609 7:20:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000540 Lock_time: 0.000376 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223205;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000753 Lock_time: 0.000400 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223205;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:20:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000294 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223206;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:20:05.66605' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:20:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002024 Lock_time: 0.001554 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223207;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:20:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13779 Schema: QC_hit: No
# Query_time: 0.000189 Lock_time: 0.000111 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223208;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13779 Schema: QC_hit: No
# Query_time: 0.000224 Lock_time: 0.000158 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223208;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001135 Lock_time: 0.000970 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223208;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:20:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13780 Schema: QC_hit: No
# Query_time: 0.000229 Lock_time: 0.000136 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223209;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13780 Schema: QC_hit: No
# Query_time: 0.000221 Lock_time: 0.000150 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223209;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000292 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223209;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:20:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000477 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223210;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000195 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223210;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:20:09.666177' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:20:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000260 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223211;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:20:10.665824' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:20:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000357 Lock_time: 0.000206 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223212;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:20:11.666225' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000354 Lock_time: 0.000199 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223212;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:20:11.666368' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:20:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001461 Lock_time: 0.001227 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223213;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:20:12.665599' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001436 Lock_time: 0.001202 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223213;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:20:12.665644' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:20:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000290 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223214;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000328 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223214;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:20:13.666104' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:20:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000229 Lock_time: 0.000073 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223215;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:20:14.6657' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:20:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223216;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:20:15.666338' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13782 Schema: QC_hit: No
# Query_time: 0.000217 Lock_time: 0.000137 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223216;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13782 Schema: QC_hit: No
# Query_time: 0.000271 Lock_time: 0.000175 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223216;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 7:20:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001316 Lock_time: 0.001122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223217;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:20:16.665552' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002366 Lock_time: 0.001901 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223217;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:20:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13784 Schema: QC_hit: No
# Query_time: 0.000198 Lock_time: 0.000116 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223218;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13784 Schema: QC_hit: No
# Query_time: 0.000139 Lock_time: 0.000091 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223218;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001393 Lock_time: 0.001184 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223218;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:20:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13785 Schema: QC_hit: No
# Query_time: 0.000207 Lock_time: 0.000123 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223219;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13785 Schema: QC_hit: No
# Query_time: 0.000132 Lock_time: 0.000086 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223219;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000563 Lock_time: 0.000156 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223219;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:20:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000481 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223220;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:20:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000289 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223221;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:20:20.665491' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000333 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223221;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:20:20.665493' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:20:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000299 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223222;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:20:21.666187' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:20:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001503 Lock_time: 0.001296 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223223;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001707 Lock_time: 0.001309 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223223;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:20:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001622 Lock_time: 0.001378 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223224;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:20:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001379 Lock_time: 0.001107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223225;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:20:24.665634' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:20:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001347 Lock_time: 0.001092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223226;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:20:25.666055' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:20:27
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000629 Lock_time: 0.000151 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223227;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:20:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13788 Schema: QC_hit: No
# Query_time: 0.000230 Lock_time: 0.000131 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223228;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13788 Schema: QC_hit: No
# Query_time: 0.000178 Lock_time: 0.000124 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223228;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000236 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223228;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:20:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13789 Schema: QC_hit: No
# Query_time: 0.000193 Lock_time: 0.000112 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223229;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13789 Schema: QC_hit: No
# Query_time: 0.000174 Lock_time: 0.000126 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223229;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000313 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223229;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:20:28.666044' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:20:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000376 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223230;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000697 Lock_time: 0.000520 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223230;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:20:29.666625' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:20:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000294 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223231;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:20:30.666369' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:20:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000571 Lock_time: 0.000131 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223232;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000230 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223232;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:20:31.665676' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:20:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000739 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223233;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000345 Lock_time: 0.000147 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223233;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:20:32.666664' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:20:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001015 Lock_time: 0.000791 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223234;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:20:33.665601' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001875 Lock_time: 0.001409 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223234;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:20:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001202 Lock_time: 0.000817 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223235;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:20:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001466 Lock_time: 0.001181 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223236;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:20:35.665715' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:20:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000260 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223237;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000212 Lock_time: 0.000064 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223237;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:20:36.666073' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:20:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13792 Schema: QC_hit: No
# Query_time: 0.000190 Lock_time: 0.000110 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223238;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13792 Schema: QC_hit: No
# Query_time: 0.000144 Lock_time: 0.000098 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223238;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000400 Lock_time: 0.000131 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223238;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000229 Lock_time: 0.000067 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223238;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:20:37.665713' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:20:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13793 Schema: QC_hit: No
# Query_time: 0.000224 Lock_time: 0.000145 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223239;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13793 Schema: QC_hit: No
# Query_time: 0.000132 Lock_time: 0.000088 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223239;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000197 Lock_time: 0.000065 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223239;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:20:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000296 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223240;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:20:39.666313' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:20:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001421 Lock_time: 0.001233 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223241;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001146 Lock_time: 0.000952 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223241;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:20:40.665794' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:20:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000851 Lock_time: 0.000530 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223242;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:20:41.666487' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:20:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000201 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223243;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:20:42.666064' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000818 Lock_time: 0.000273 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223243;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:20:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000253 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223244;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:20:43.665812' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:20:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000549 Lock_time: 0.000429 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223245;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:20:44.666708' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:20:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000470 Lock_time: 0.000246 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223246;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:20:45.666113' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13796 Schema: QC_hit: No
# Query_time: 0.000191 Lock_time: 0.000114 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223246;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13796 Schema: QC_hit: No
# Query_time: 0.000192 Lock_time: 0.000122 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223246;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 7:20:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000514 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223247;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001833 Lock_time: 0.001554 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223247;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:20:46.665538' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:20:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13799 Schema: QC_hit: No
# Query_time: 0.000186 Lock_time: 0.000107 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223248;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13799 Schema: QC_hit: No
# Query_time: 0.000149 Lock_time: 0.000100 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223248;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000376 Lock_time: 0.000166 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223248;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001219 Lock_time: 0.001085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223248;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:20:47.666628' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:20:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13800 Schema: QC_hit: No
# Query_time: 0.000289 Lock_time: 0.000184 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223249;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13800 Schema: QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000189 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223249;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000320 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223249;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:20:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000428 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223250;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:20:49.666148' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:20:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001378 Lock_time: 0.001174 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223251;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:20:50.666084' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:20:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001238 Lock_time: 0.001019 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223252;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:20:51.66598' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001305 Lock_time: 0.001085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223252;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:20:51.666075' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:20:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000297 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223253;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:20:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000413 Lock_time: 0.000195 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223254;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000235 Lock_time: 0.000070 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223254;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:20:53.66565' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:20:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000326 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223255;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:20:54.666418' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:20:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001655 Lock_time: 0.001227 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223256;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:20:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000295 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223257;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001288 Lock_time: 0.001123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223257;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:20:56.666156' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:20:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13803 Schema: QC_hit: No
# Query_time: 0.000189 Lock_time: 0.000110 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223258;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13803 Schema: QC_hit: No
# Query_time: 0.000123 Lock_time: 0.000082 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223258;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000340 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223258;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:20:57.665672' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:20:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13804 Schema: QC_hit: No
# Query_time: 0.000223 Lock_time: 0.000126 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223259;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13804 Schema: QC_hit: No
# Query_time: 0.000119 Lock_time: 0.000076 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223259;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000819 Lock_time: 0.000382 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223259;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:21:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000273 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223260;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:21:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000827 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223261;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:21:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000287 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223262;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000259 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223262;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:21:01.666388' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:21:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000632 Lock_time: 0.000426 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223263;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:21:02.666223' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001520 Lock_time: 0.001126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223263;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:21:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000343 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223264;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001473 Lock_time: 0.001310 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223264;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:21:03.66562' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:21:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000502 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223265;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001243 Lock_time: 0.001104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223265;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:21:04.666419' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:21:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001248 Lock_time: 0.000925 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223266;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:21:05.66602' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:21:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000328 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223267;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:21:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13809 Schema: QC_hit: No
# Query_time: 0.000240 Lock_time: 0.000158 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223268;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13809 Schema: QC_hit: No
# Query_time: 0.000272 Lock_time: 0.000221 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223268;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000368 Lock_time: 0.000148 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223268;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000768 Lock_time: 0.000159 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223268;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000214 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223268;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:21:07.759878' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:21:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13810 Schema: QC_hit: No
# Query_time: 0.000227 Lock_time: 0.000139 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223269;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13810 Schema: QC_hit: No
# Query_time: 0.000193 Lock_time: 0.000143 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223269;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001346 Lock_time: 0.001192 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223269;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:21:08.759545' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:21:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000576 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223270;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000275 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223270;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:21:09.759683' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000306 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223270;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:21:09.759637' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:21:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000267 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223271;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:21:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000264 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223272;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:21:11.759256' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:21:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000297 Lock_time: 0.000074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223273;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000508 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223273;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:21:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000651 Lock_time: 0.000178 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223274;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000265 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223274;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:21:13.666278' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000308 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223274;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:21:13.759209' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:21:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000236 Lock_time: 0.000063 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223275;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000486 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223275;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:21:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000496 Lock_time: 0.000294 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223276;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13812 Schema: QC_hit: No
# Query_time: 0.000289 Lock_time: 0.000156 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223276;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13812 Schema: QC_hit: No
# Query_time: 0.000189 Lock_time: 0.000136 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223276;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001316 Lock_time: 0.000245 Rows_sent: 0 Rows_examined: 375
# Rows_affected: 0 Bytes_sent: 124
SET timestamp=1623223276;
select this_.url as url1_13_0_, this_.function_cd as function2_13_0_ from V_URL_ACCESS this_ where this_.url like 'flags%';
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001461 Lock_time: 0.000261 Rows_sent: 0 Rows_examined: 375
# Rows_affected: 0 Bytes_sent: 124
SET timestamp=1623223276;
select this_.url as url1_13_0_, this_.function_cd as function2_13_0_ from V_URL_ACCESS this_ where this_.url like 'get_app_name%';
# Time: 210609 7:21:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000819 Lock_time: 0.000174 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223277;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000287 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223277;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:21:16.859387' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000249 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223277;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:21:16.85934' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000992 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 375
# Rows_affected: 0 Bytes_sent: 124
SET timestamp=1623223277;
select this_.url as url1_13_0_, this_.function_cd as function2_13_0_ from V_URL_ACCESS this_ where this_.url like 'get_menu%';
# Time: 210609 7:21:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13814 Schema: QC_hit: No
# Query_time: 0.000235 Lock_time: 0.000150 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223278;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13814 Schema: QC_hit: No
# Query_time: 0.000172 Lock_time: 0.000123 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223278;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000517 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223278;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000298 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223278;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:21:17.665708' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000379 Lock_time: 0.000146 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223278;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000166 Lock_time: 0.000059 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223278;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:21:17.759232' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000988 Lock_time: 0.000130 Rows_sent: 1 Rows_examined: 375
# Rows_affected: 0 Bytes_sent: 152
SET timestamp=1623223278;
select this_.url as url1_13_0_, this_.function_cd as function2_13_0_ from V_URL_ACCESS this_ where this_.url like 'welcome.htm%';
# Time: 210609 7:21:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13815 Schema: QC_hit: No
# Query_time: 0.000253 Lock_time: 0.000154 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223279;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13815 Schema: QC_hit: No
# Query_time: 0.000191 Lock_time: 0.000137 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223279;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001257 Lock_time: 0.000213 Rows_sent: 0 Rows_examined: 375
# Rows_affected: 0 Bytes_sent: 124
SET timestamp=1623223279;
select this_.url as url1_13_0_, this_.function_cd as function2_13_0_ from V_URL_ACCESS this_ where this_.url like 'get_topMenuInfo%';
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000804 Lock_time: 0.000175 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223279;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000336 Lock_time: 0.000144 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223279;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:21:18.66951' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000166 Lock_time: 0.000057 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223279;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:21:18.759167' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:21:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000470 Lock_time: 0.000259 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223280;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000949 Lock_time: 0.000561 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223280;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000355 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223280;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:21:19.759467' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 712 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000264 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223280;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:21:19.859249' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:21:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001340 Lock_time: 0.000178 Rows_sent: 0 Rows_examined: 375
# Rows_affected: 0 Bytes_sent: 124
SET timestamp=1623223281;
select this_.url as url1_13_0_, this_.function_cd as function2_13_0_ from V_URL_ACCESS this_ where this_.url like 'flags%';
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000421 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223281;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000551 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223281;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000839 Lock_time: 0.000694 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223281;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:21:20.75953' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:21:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000245 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223282;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:21:21.760578' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:21:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001089 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 375
# Rows_affected: 0 Bytes_sent: 124
SET timestamp=1623223283;
select this_.url as url1_13_0_, this_.function_cd as function2_13_0_ from V_URL_ACCESS this_ where this_.url like 'get_topMenuInfo%';
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000227 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223283;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:21:22.665857' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:21:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000207 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223284;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:21:23.666422' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:21:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001225 Lock_time: 0.000836 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223285;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000279 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223285;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:21:24.665846' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:21:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000506 Lock_time: 0.000397 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223286;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:21:27
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001217 Lock_time: 0.001019 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223287;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:21:26.665662' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:21:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13819 Schema: QC_hit: No
# Query_time: 0.000257 Lock_time: 0.000164 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223288;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13819 Schema: QC_hit: No
# Query_time: 0.000144 Lock_time: 0.000102 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223288;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000700 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223288;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001033 Lock_time: 0.000871 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223288;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:21:27.666322' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:21:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13820 Schema: QC_hit: No
# Query_time: 0.000206 Lock_time: 0.000127 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223289;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13820 Schema: QC_hit: No
# Query_time: 0.000179 Lock_time: 0.000129 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223289;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000454 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223289;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:21:28.665562' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:21:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000781 Lock_time: 0.000575 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223290;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:21:29.66618' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:21:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000309 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223291;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000259 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223291;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:21:30.669154' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:21:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223293;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000231 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223293;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:21:32.666756' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:21:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000266 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223294;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:21:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000976 Lock_time: 0.000714 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223295;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:21:34.665837' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001987 Lock_time: 0.001375 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223295;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:21:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001625 Lock_time: 0.001131 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223296;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:21:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000640 Lock_time: 0.000216 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223297;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:21:36.665754' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:21:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13823 Schema: QC_hit: No
# Query_time: 0.000294 Lock_time: 0.000208 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223298;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13823 Schema: QC_hit: No
# Query_time: 0.000194 Lock_time: 0.000144 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223298;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000565 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223298;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:21:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13824 Schema: QC_hit: No
# Query_time: 0.000226 Lock_time: 0.000138 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223299;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13824 Schema: QC_hit: No
# Query_time: 0.000166 Lock_time: 0.000115 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223299;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000292 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223299;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:21:38.665775' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000318 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223299;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:21:38.665946' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:21:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000453 Lock_time: 0.000194 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223300;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:21:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001738 Lock_time: 0.001575 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223301;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001190 Lock_time: 0.001025 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223301;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:21:40.666208' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:21:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001000 Lock_time: 0.000771 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223302;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:21:41.666649' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:21:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000653 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223303;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001412 Lock_time: 0.001225 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223303;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:21:42.66589' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:21:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000592 Lock_time: 0.000144 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223304;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:21:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000577 Lock_time: 0.000134 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223305;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000344 Lock_time: 0.000215 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223305;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:21:44.666005' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:21:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.003035 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223306;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:21:45.666346' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13826 Schema: QC_hit: No
# Query_time: 0.000252 Lock_time: 0.000149 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223306;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13826 Schema: QC_hit: No
# Query_time: 0.000264 Lock_time: 0.000171 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223306;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 7:21:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000920 Lock_time: 0.000721 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223307;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:21:46.665857' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002151 Lock_time: 0.001459 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223307;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:21:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13828 Schema: QC_hit: No
# Query_time: 0.000197 Lock_time: 0.000116 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223308;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13828 Schema: QC_hit: No
# Query_time: 0.000181 Lock_time: 0.000130 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223308;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001572 Lock_time: 0.001145 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223308;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:21:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13829 Schema: QC_hit: No
# Query_time: 0.000282 Lock_time: 0.000158 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223309;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13829 Schema: QC_hit: No
# Query_time: 0.000218 Lock_time: 0.000159 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223309;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000359 Lock_time: 0.000167 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223309;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001315 Lock_time: 0.001164 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223309;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:21:48.665906' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:21:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000319 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223310;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001369 Lock_time: 0.001176 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223310;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:21:49.666326' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:21:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000379 Lock_time: 0.000145 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223311;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:21:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000220 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223312;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:21:51.666268' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:21:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000607 Lock_time: 0.000152 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223313;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000535 Lock_time: 0.000392 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223313;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:21:52.665974' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:21:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000746 Lock_time: 0.000622 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223314;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:21:53.666576' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:21:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001519 Lock_time: 0.001349 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223315;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:21:54.665798' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001547 Lock_time: 0.001362 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223315;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:21:54.66596' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:21:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000777 Lock_time: 0.000561 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223316;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:21:55.666391' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001502 Lock_time: 0.001279 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223316;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:21:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000368 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223317;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000300 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223317;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:21:56.665919' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:21:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13832 Schema: QC_hit: No
# Query_time: 0.000217 Lock_time: 0.000138 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223318;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13832 Schema: QC_hit: No
# Query_time: 0.000448 Lock_time: 0.000339 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223318;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000845 Lock_time: 0.000684 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223318;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:21:57.66647' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:21:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13833 Schema: QC_hit: No
# Query_time: 0.000243 Lock_time: 0.000161 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223319;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13833 Schema: QC_hit: No
# Query_time: 0.000186 Lock_time: 0.000123 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223319;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000280 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223319;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:21:58.666148' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001231 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223319;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:21:58.665948' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:22:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000251 Lock_time: 0.000065 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223320;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:21:59.666511' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000271 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223320;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:22:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001364 Lock_time: 0.001175 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223321;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:22:00.666222' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001481 Lock_time: 0.001301 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223321;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:22:00.665972' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:22:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000433 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223322;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000222 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223322;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:22:01.666449' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:22:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000235 Lock_time: 0.000074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223323;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:22:02.666212' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:22:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000276 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223324;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000836 Lock_time: 0.000726 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223324;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:22:03.66639' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:22:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001373 Lock_time: 0.001176 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223325;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:22:04.665949' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:22:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000682 Lock_time: 0.000469 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223326;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:22:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000952 Lock_time: 0.000528 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223327;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:22:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13837 Schema: QC_hit: No
# Query_time: 0.000246 Lock_time: 0.000149 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223328;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13837 Schema: QC_hit: No
# Query_time: 0.000285 Lock_time: 0.000177 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223328;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000399 Lock_time: 0.000145 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223328;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:22:07.666417' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:22:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13838 Schema: QC_hit: No
# Query_time: 0.000214 Lock_time: 0.000136 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223329;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13838 Schema: QC_hit: No
# Query_time: 0.000174 Lock_time: 0.000126 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223329;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001229 Lock_time: 0.001058 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223329;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000474 Lock_time: 0.000311 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223329;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:22:08.665798' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:22:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000896 Lock_time: 0.000692 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223330;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:22:09.666584' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:22:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000314 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223331;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001530 Lock_time: 0.001370 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223331;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:22:10.665948' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:22:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000322 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223332;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001782 Lock_time: 0.001376 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223332;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:22:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000365 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223333;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:22:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000469 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223334;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:22:13.665925' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:22:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000592 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223335;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001519 Lock_time: 0.001268 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223335;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:22:14.666316' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:22:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002209 Lock_time: 0.001571 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223336;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002201 Lock_time: 0.001783 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223336;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:22:15.665756' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13842 Schema: QC_hit: No
# Query_time: 0.000228 Lock_time: 0.000131 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223336;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13842 Schema: QC_hit: No
# Query_time: 0.000152 Lock_time: 0.000107 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223336;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 7:22:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001277 Lock_time: 0.001067 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223337;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000402 Lock_time: 0.000200 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223337;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:22:16.666454' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:22:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13844 Schema: QC_hit: No
# Query_time: 0.000224 Lock_time: 0.000125 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223338;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13844 Schema: QC_hit: No
# Query_time: 0.000131 Lock_time: 0.000088 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223338;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001411 Lock_time: 0.001234 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223338;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:22:17.665621' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001626 Lock_time: 0.001444 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223338;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:22:17.665771' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:22:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13845 Schema: QC_hit: No
# Query_time: 0.000219 Lock_time: 0.000110 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223339;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13845 Schema: QC_hit: No
# Query_time: 0.000229 Lock_time: 0.000175 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223339;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001910 Lock_time: 0.001716 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223339;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:22:18.666178' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001926 Lock_time: 0.001732 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223339;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:22:18.666136' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:22:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000793 Lock_time: 0.000624 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223340;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:22:19.665493' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001546 Lock_time: 0.001380 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223340;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:22:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000304 Lock_time: 0.000141 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223341;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:22:20.666423' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:22:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000229 Lock_time: 0.000066 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223342;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:22:21.665793' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:22:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000639 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223343;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000410 Lock_time: 0.000243 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223343;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:22:22.666075' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:22:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001323 Lock_time: 0.001158 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223344;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:22:23.66577' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:22:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000475 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223345;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001257 Lock_time: 0.001134 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223345;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:22:24.666101' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:22:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000343 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223346;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:22:27
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000598 Lock_time: 0.000137 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223347;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:22:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13849 Schema: QC_hit: No
# Query_time: 0.000212 Lock_time: 0.000117 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223348;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13849 Schema: QC_hit: No
# Query_time: 0.000171 Lock_time: 0.000123 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223348;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000274 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223348;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:22:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13850 Schema: QC_hit: No
# Query_time: 0.000246 Lock_time: 0.000132 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223349;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13850 Schema: QC_hit: No
# Query_time: 0.000166 Lock_time: 0.000120 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223349;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000806 Lock_time: 0.000216 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223349;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:22:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000431 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223350;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:22:29.666458' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000716 Lock_time: 0.000522 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223350;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:22:29.666429' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:22:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000617 Lock_time: 0.000141 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223351;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000214 Lock_time: 0.000064 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223351;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:22:30.669187' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:22:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000362 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223352;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:22:31.666236' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000227 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223352;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:22:31.666665' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:22:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000259 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223353;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:22:32.66576' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000268 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223353;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:22:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000265 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223354;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001226 Lock_time: 0.001102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223354;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:22:33.666511' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:22:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000389 Lock_time: 0.000230 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223355;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:22:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000202 Lock_time: 0.000053 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223356;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:22:35.666486' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001654 Lock_time: 0.001535 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223356;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:22:35.666295' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:22:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000237 Lock_time: 0.000073 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223357;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:22:36.665742' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:22:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13853 Schema: QC_hit: No
# Query_time: 0.000187 Lock_time: 0.000109 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223358;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13853 Schema: QC_hit: No
# Query_time: 0.000229 Lock_time: 0.000145 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223358;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000665 Lock_time: 0.000452 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223358;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:22:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13854 Schema: QC_hit: No
# Query_time: 0.000295 Lock_time: 0.000117 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223359;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13854 Schema: QC_hit: No
# Query_time: 0.000191 Lock_time: 0.000140 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223359;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000315 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223359;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:22:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000334 Lock_time: 0.000166 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223360;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:22:39.668112' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000228 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223360;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:22:39.668184' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:22:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000424 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223361;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:22:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000330 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223362;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:22:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000310 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223363;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000334 Lock_time: 0.000153 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223363;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:22:42.666259' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:22:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000280 Lock_time: 0.000094 Rows_sent: 1 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 3378
SET timestamp=1623223364;
select user0_.user_id as user_id1_8_, user0_.org_id as org_id2_8_, user0_.manager_id as manager_3_8_, user0_.first_name as first_na4_8_, user0_.middle_name as middle_n5_8_, user0_.last_name as last_nam6_8_, user0_.phone as phone7_8_, user0_.fax as fax8_8_, user0_.cellular as cellular9_8_, user0_.email as email10_8_, user0_.address_id as address11_8_, user0_.alert_method_cd as alert_m12_8_, user0_.address_line_1 as address13_8_, user0_.address_line_2 as address14_8_, user0_.city as city15_8_, user0_.state_cd as state_c16_8_, user0_.zip_code as zip_cod17_8_, user0_.country_cd as country18_8_, user0_.hrid as hrid19_8_, user0_.org_user_id as org_use20_8_, user0_.org_code as org_cod21_8_, user0_.login_id as login_i22_8_, user0_.login_pwd as login_p23_8_, user0_.last_login_date as last_lo24_8_, user0_.location_clli as locatio25_8_, user0_.org_manager_userid as org_man26_8_, user0_.company as company27_8_, user0_.department as departm28_8_, user0_.department_name as departm29_8_, user0_.business_unit as busines30_8_, user0_.business_unit_name as busines31_8_, user0_.job_title as job_tit32_8_, user0_.silo_status as silo_st33_8_, user0_.fin_loc_code as fin_loc34_8_, user0_.active_yn as active_35_8_, user0_.is_internal_yn as is_inte36_8_, user0_.created_date as created37_8_, user0_.modified_date as modifie38_8_, user0_.created_id as created39_8_, user0_.modified_id as modifie40_8_, user0_.timezone as timezon41_8_ from FN_USER user0_ where user0_.org_user_id='demo';
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001376 Lock_time: 0.001201 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223364;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:22:43.665501' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000175 Lock_time: 0.000059 Rows_sent: 45 Rows_examined: 45
# Rows_affected: 0 Bytes_sent: 2371
SET timestamp=1623223364;
select rolefuncti0_.function_cd as function1_0_, rolefuncti0_.function_name as function2_0_, rolefuncti0_.type as type3_0_, rolefuncti0_.action as action4_0_ from FN_FUNCTION rolefuncti0_;
# Time: 210609 7:22:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001371 Lock_time: 0.000162 Rows_sent: 2 Rows_examined: 375
# Rows_affected: 0 Bytes_sent: 176
SET timestamp=1623223365;
select this_.url as url1_13_0_, this_.function_cd as function2_13_0_ from V_URL_ACCESS this_ where this_.url like 'welcome%';
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002231 Lock_time: 0.001067 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223365;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:22:44.665575' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:22:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000322 Lock_time: 0.000068 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223366;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:22:45.666068' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001489 Lock_time: 0.001265 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223366;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13856 Schema: QC_hit: No
# Query_time: 0.000313 Lock_time: 0.000167 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223366;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13856 Schema: QC_hit: No
# Query_time: 0.000247 Lock_time: 0.000166 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223366;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 7:22:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000619 Lock_time: 0.000140 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223367;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000283 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223367;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:22:46.759139' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001241 Lock_time: 0.001117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223367;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:22:46.859212' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:22:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13858 Schema: QC_hit: No
# Query_time: 0.000334 Lock_time: 0.000125 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223368;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13858 Schema: QC_hit: No
# Query_time: 0.000197 Lock_time: 0.000139 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223368;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000661 Lock_time: 0.000148 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223368;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001541 Lock_time: 0.001295 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223368;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:22:47.759212' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:22:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13859 Schema: QC_hit: No
# Query_time: 0.000212 Lock_time: 0.000123 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223369;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13859 Schema: QC_hit: No
# Query_time: 0.000153 Lock_time: 0.000104 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223369;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000300 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223369;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000609 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223369;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:22:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000481 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223370;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:22:49.666037' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:22:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000299 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223371;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:22:50.669191' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000232 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223371;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:22:50.759184' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000512 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223371;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:22:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000520 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223372;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000295 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223372;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:22:51.665906' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000198 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223372;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:22:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000555 Lock_time: 0.000158 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223373;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000312 Lock_time: 0.000152 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223373;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:22:52.759199' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:22:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000330 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223374;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:22:53.666121' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000362 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223374;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:22:53.666166' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001239 Lock_time: 0.000157 Rows_sent: 0 Rows_examined: 375
# Rows_affected: 0 Bytes_sent: 124
SET timestamp=1623223374;
select this_.url as url1_13_0_, this_.function_cd as function2_13_0_ from V_URL_ACCESS this_ where this_.url like 'get_userinfo%';
# Time: 210609 7:22:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001301 Lock_time: 0.000221 Rows_sent: 0 Rows_examined: 375
# Rows_affected: 0 Bytes_sent: 124
SET timestamp=1623223375;
select this_.url as url1_13_0_, this_.function_cd as function2_13_0_ from V_URL_ACCESS this_ where this_.url like 'get_menu%';
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000506 Lock_time: 0.000131 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223375;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000187 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223375;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:22:54.75953' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000288 Lock_time: 0.000059 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223375;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:22:54.75947' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:22:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001197 Lock_time: 0.000154 Rows_sent: 0 Rows_examined: 375
# Rows_affected: 0 Bytes_sent: 124
SET timestamp=1623223376;
select this_.url as url1_13_0_, this_.function_cd as function2_13_0_ from V_URL_ACCESS this_ where this_.url like 'get_topMenuInfo%';
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000665 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223376;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000225 Lock_time: 0.000070 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223376;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:22:55.665981' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000257 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223376;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:22:55.665939' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:22:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000301 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223377;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000573 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223377;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000215 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223377;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:22:56.665516' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000197 Lock_time: 0.000066 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223377;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:22:56.665526' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:22:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13862 Schema: QC_hit: No
# Query_time: 0.000190 Lock_time: 0.000132 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223378;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13862 Schema: QC_hit: No
# Query_time: 0.000167 Lock_time: 0.000114 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223378;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000484 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223378;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000277 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223378;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:22:57.666033' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000177 Lock_time: 0.000072 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223378;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:22:57.66622' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:22:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13863 Schema: QC_hit: No
# Query_time: 0.000232 Lock_time: 0.000136 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223379;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13863 Schema: QC_hit: No
# Query_time: 0.000136 Lock_time: 0.000093 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223379;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001437 Lock_time: 0.001247 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223379;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000269 Lock_time: 0.000130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223379;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:22:58.665492' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000468 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223379;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:23:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000346 Lock_time: 0.000141 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223380;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000247 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223380;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:22:59.668548' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000293 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223380;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:22:59.668515' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:23:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000533 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223381;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000260 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223381;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:00.66595' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000285 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223381;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:00.665966' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:23:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000332 Lock_time: 0.000134 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223382;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000555 Lock_time: 0.000138 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223382;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000244 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223382;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:01.665625' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:23:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000541 Lock_time: 0.000144 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223383;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000215 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223383;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:02.666142' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000302 Lock_time: 0.000141 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223383;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:02.66614' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:23:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001624 Lock_time: 0.001441 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223384;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001843 Lock_time: 0.001465 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223384;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000982 Lock_time: 0.000841 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223384;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:03.665533' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000907 Lock_time: 0.000790 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223384;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:03.665556' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:23:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001334 Lock_time: 0.001118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223385;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000712 Lock_time: 0.000516 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223385;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:04.666615' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000646 Lock_time: 0.000479 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223385;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:04.66615' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:23:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000266 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223386;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000704 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223386;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001456 Lock_time: 0.001340 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223386;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:05.665491' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001377 Lock_time: 0.001264 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223386;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:05.665536' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:23:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000237 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223387;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000193 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223387;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:06.666202' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000208 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223387;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:06.665991' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:23:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13866 Schema: QC_hit: No
# Query_time: 0.000188 Lock_time: 0.000110 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223388;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13866 Schema: QC_hit: No
# Query_time: 0.000301 Lock_time: 0.000221 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223388;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000609 Lock_time: 0.000179 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223388;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000281 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223388;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:07.665461' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000443 Lock_time: 0.000164 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223388;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:07.665476' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:23:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13867 Schema: QC_hit: No
# Query_time: 0.000215 Lock_time: 0.000112 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223389;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13867 Schema: QC_hit: No
# Query_time: 0.000183 Lock_time: 0.000133 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223389;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000265 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223389;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000201 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223389;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:08.666059' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000260 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223389;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:08.666012' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:23:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000405 Lock_time: 0.000187 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223390;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:09.665559' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001314 Lock_time: 0.000860 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223390;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000893 Lock_time: 0.000754 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223390;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:09.665581' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:23:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000424 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223391;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000206 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223391;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:10.666229' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000260 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223391;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:10.666138' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:23:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000501 Lock_time: 0.000344 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223392;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:11.665541' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000545 Lock_time: 0.000359 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223392;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:11.66564' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001761 Lock_time: 0.001360 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223392;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001140 Lock_time: 0.000965 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223392;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:23:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001415 Lock_time: 0.001275 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223393;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000684 Lock_time: 0.000511 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223393;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:12.666372' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000715 Lock_time: 0.000569 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223393;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:12.666299' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:23:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000314 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223394;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000216 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223394;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:13.665538' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000255 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223394;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:13.665557' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000962 Lock_time: 0.000156 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223394;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:23:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000280 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223395;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000513 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223395;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000224 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223395;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:14.666011' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000288 Lock_time: 0.000137 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223395;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:14.666025' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:23:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000230 Lock_time: 0.000054 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223396;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000197 Lock_time: 0.000072 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223396;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:15.665758' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000241 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223396;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:15.666079' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000872 Lock_time: 0.000130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223396;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13869 Schema: QC_hit: No
# Query_time: 0.000236 Lock_time: 0.000137 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223396;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13869 Schema: QC_hit: No
# Query_time: 0.000224 Lock_time: 0.000168 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223396;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 7:23:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000571 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223397;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000219 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223397;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:16.666398' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000221 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223397;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:16.66619' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:23:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13871 Schema: QC_hit: No
# Query_time: 0.000210 Lock_time: 0.000116 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223398;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13871 Schema: QC_hit: No
# Query_time: 0.000161 Lock_time: 0.000114 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223398;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000343 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223398;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000945 Lock_time: 0.000371 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223398;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000289 Lock_time: 0.000134 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223398;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:17.66567' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000415 Lock_time: 0.000149 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223398;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:17.665655' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:23:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13872 Schema: QC_hit: No
# Query_time: 0.000245 Lock_time: 0.000149 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223399;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13872 Schema: QC_hit: No
# Query_time: 0.000189 Lock_time: 0.000128 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223399;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000252 Lock_time: 0.000072 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223399;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000186 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223399;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:18.666171' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000244 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223399;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:18.666379' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:23:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001592 Lock_time: 0.001431 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223400;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000967 Lock_time: 0.000838 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223400;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:19.665735' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000986 Lock_time: 0.000816 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223400;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:19.665695' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001885 Lock_time: 0.001467 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223400;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:23:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000746 Lock_time: 0.000573 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223401;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:20.666162' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000809 Lock_time: 0.000630 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223401;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:20.666233' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001714 Lock_time: 0.001312 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223401;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:23:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000342 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223402;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000599 Lock_time: 0.000136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223402;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000211 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223402;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:21.665729' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001393 Lock_time: 0.001267 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223402;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:21.665511' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:23:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000555 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223403;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001248 Lock_time: 0.001108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223403;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:22.666055' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001437 Lock_time: 0.001105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223403;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:22.666093' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:23:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000316 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223404;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000270 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223404;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:23.665735' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000476 Lock_time: 0.000318 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223404;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:23.665715' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:23:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000282 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223405;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000566 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223405;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000258 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223405;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:24.666152' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000341 Lock_time: 0.000157 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223405;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:24.666154' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:23:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000260 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223406;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000457 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223406;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000377 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223406;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:25.665502' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:23:27
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000489 Lock_time: 0.000324 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223407;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000779 Lock_time: 0.000354 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223407;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000184 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223407;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:26.665997' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:23:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13875 Schema: QC_hit: No
# Query_time: 0.000239 Lock_time: 0.000138 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223408;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13875 Schema: QC_hit: No
# Query_time: 0.000191 Lock_time: 0.000139 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223408;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001306 Lock_time: 0.001140 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223408;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000636 Lock_time: 0.000474 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223408;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:27.665647' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001655 Lock_time: 0.001161 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223408;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:23:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13876 Schema: QC_hit: No
# Query_time: 0.000201 Lock_time: 0.000122 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223409;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13876 Schema: QC_hit: No
# Query_time: 0.000120 Lock_time: 0.000077 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223409;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001018 Lock_time: 0.000844 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223409;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:28.666101' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001727 Lock_time: 0.001511 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223409;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001931 Lock_time: 0.001512 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223409;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:23:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000359 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223410;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000480 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223410;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000192 Lock_time: 0.000065 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223410;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:29.66556' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000221 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223410;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:29.665553' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:23:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000537 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223411;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000362 Lock_time: 0.000076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223411;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:30.666129' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000333 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223411;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:30.666096' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:23:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001061 Lock_time: 0.000871 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223412;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:31.665639' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001124 Lock_time: 0.000934 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223412;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:31.665929' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001708 Lock_time: 0.001464 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223412;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:23:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001405 Lock_time: 0.001219 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223413;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000570 Lock_time: 0.000362 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223413;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:32.66638' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000830 Lock_time: 0.000645 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223413;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:32.66637' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001869 Lock_time: 0.001303 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223413;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:23:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000355 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223414;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000652 Lock_time: 0.000148 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223414;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.003549 Lock_time: 0.003361 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223414;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:33.665807' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.003462 Lock_time: 0.003262 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223414;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:33.665911' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:23:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000278 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223415;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000503 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223415;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001282 Lock_time: 0.001133 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223415;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:34.666528' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:23:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000447 Lock_time: 0.000293 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223416;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000196 Lock_time: 0.000070 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223416;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:35.665778' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000708 Lock_time: 0.000225 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223416;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:23:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000338 Lock_time: 0.000130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223417;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000518 Lock_time: 0.000133 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223417;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000269 Lock_time: 0.000064 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223417;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:36.666259' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:23:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13879 Schema: QC_hit: No
# Query_time: 0.000246 Lock_time: 0.000150 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223418;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13879 Schema: QC_hit: No
# Query_time: 0.000179 Lock_time: 0.000130 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223418;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001035 Lock_time: 0.000825 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223418;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000344 Lock_time: 0.000142 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223418;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:37.665731' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000405 Lock_time: 0.000188 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223418;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:37.665731' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:23:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13880 Schema: QC_hit: No
# Query_time: 0.000237 Lock_time: 0.000144 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223419;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13880 Schema: QC_hit: No
# Query_time: 0.000135 Lock_time: 0.000091 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223419;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000437 Lock_time: 0.000309 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223419;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000659 Lock_time: 0.000301 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223419;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000156 Lock_time: 0.000056 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223419;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:38.666259' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:23:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000535 Lock_time: 0.000358 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223420;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:39.665616' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001171 Lock_time: 0.000680 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223420;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:39.665611' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.004912 Lock_time: 0.001390 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223420;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:23:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001516 Lock_time: 0.001307 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223421;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000751 Lock_time: 0.000504 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223421;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:40.666096' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001736 Lock_time: 0.001326 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223421;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:23:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000303 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223422;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000574 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223422;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001408 Lock_time: 0.001247 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223422;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:41.665722' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001228 Lock_time: 0.001068 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223422;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:41.665979' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:23:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001328 Lock_time: 0.001152 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223423;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000620 Lock_time: 0.000406 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223423;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:42.666382' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001516 Lock_time: 0.001137 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223423;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:23:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000225 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223424;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000598 Lock_time: 0.000151 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223424;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000608 Lock_time: 0.000488 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223424;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:43.665965' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:23:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000334 Lock_time: 0.000134 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223425;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000557 Lock_time: 0.000155 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223425;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001160 Lock_time: 0.001002 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223425;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:44.666176' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:23:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000601 Lock_time: 0.000156 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223426;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000273 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223426;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:45.665827' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000247 Lock_time: 0.000130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223426;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:45.665617' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13882 Schema: QC_hit: No
# Query_time: 0.000245 Lock_time: 0.000150 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223426;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13882 Schema: QC_hit: No
# Query_time: 0.000130 Lock_time: 0.000086 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223426;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 7:23:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000293 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223427;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000307 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223427;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:46.666172' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000286 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223427;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:46.666286' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:23:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13884 Schema: QC_hit: No
# Query_time: 0.000231 Lock_time: 0.000134 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223428;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13884 Schema: QC_hit: No
# Query_time: 0.000138 Lock_time: 0.000094 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223428;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000189 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223428;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000514 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223428;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000238 Lock_time: 0.000058 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223428;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:47.665803' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000258 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223428;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:47.665839' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:23:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13885 Schema: QC_hit: No
# Query_time: 0.000238 Lock_time: 0.000139 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223429;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13885 Schema: QC_hit: No
# Query_time: 0.000190 Lock_time: 0.000141 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223429;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000335 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223429;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000212 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223429;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:48.666324' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000264 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223429;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:48.666355' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:23:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000827 Lock_time: 0.000659 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223430;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:49.665741' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001476 Lock_time: 0.001292 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223430;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000888 Lock_time: 0.000641 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223430;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:49.665739' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001821 Lock_time: 0.001338 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223430;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:23:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000906 Lock_time: 0.000768 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223431;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:50.666271' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000908 Lock_time: 0.000758 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223431;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:50.66632' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001579 Lock_time: 0.001430 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223431;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:23:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000263 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223432;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000490 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223432;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001857 Lock_time: 0.001660 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223432;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:51.665719' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000820 Lock_time: 0.000682 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223432;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:51.665719' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:23:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000309 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223433;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000549 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223433;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001473 Lock_time: 0.001298 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223433;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:52.666296' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:23:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000312 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223434;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000624 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223434;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223434;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:53.665705' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000289 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223434;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:53.665905' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:23:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000325 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223435;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000291 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223435;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:54.666717' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000268 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223435;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:54.666201' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:23:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001412 Lock_time: 0.001191 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223436;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000664 Lock_time: 0.000444 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223436;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:55.665617' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000658 Lock_time: 0.000400 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223436;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:55.665807' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001640 Lock_time: 0.001191 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223436;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:23:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000868 Lock_time: 0.000666 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223437;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:56.666098' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000937 Lock_time: 0.000674 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223437;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:56.666069' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001571 Lock_time: 0.001274 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223437;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:23:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13888 Schema: QC_hit: No
# Query_time: 0.000227 Lock_time: 0.000133 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223438;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13888 Schema: QC_hit: No
# Query_time: 0.000197 Lock_time: 0.000139 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223438;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000271 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223438;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001243 Lock_time: 0.001117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223438;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:57.665898' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001121 Lock_time: 0.000955 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223438;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:57.666053' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:23:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13889 Schema: QC_hit: No
# Query_time: 0.000342 Lock_time: 0.000220 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223439;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13889 Schema: QC_hit: No
# Query_time: 0.000197 Lock_time: 0.000147 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223439;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000325 Lock_time: 0.000108 Rows_sent: 1 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 3378
SET timestamp=1623223439;
select user0_.user_id as user_id1_8_, user0_.org_id as org_id2_8_, user0_.manager_id as manager_3_8_, user0_.first_name as first_na4_8_, user0_.middle_name as middle_n5_8_, user0_.last_name as last_nam6_8_, user0_.phone as phone7_8_, user0_.fax as fax8_8_, user0_.cellular as cellular9_8_, user0_.email as email10_8_, user0_.address_id as address11_8_, user0_.alert_method_cd as alert_m12_8_, user0_.address_line_1 as address13_8_, user0_.address_line_2 as address14_8_, user0_.city as city15_8_, user0_.state_cd as state_c16_8_, user0_.zip_code as zip_cod17_8_, user0_.country_cd as country18_8_, user0_.hrid as hrid19_8_, user0_.org_user_id as org_use20_8_, user0_.org_code as org_cod21_8_, user0_.login_id as login_i22_8_, user0_.login_pwd as login_p23_8_, user0_.last_login_date as last_lo24_8_, user0_.location_clli as locatio25_8_, user0_.org_manager_userid as org_man26_8_, user0_.company as company27_8_, user0_.department as departm28_8_, user0_.department_name as departm29_8_, user0_.business_unit as busines30_8_, user0_.business_unit_name as busines31_8_, user0_.job_title as job_tit32_8_, user0_.silo_status as silo_st33_8_, user0_.fin_loc_code as fin_loc34_8_, user0_.active_yn as active_35_8_, user0_.is_internal_yn as is_inte36_8_, user0_.created_date as created37_8_, user0_.modified_date as modifie38_8_, user0_.created_id as created39_8_, user0_.modified_id as modifie40_8_, user0_.timezone as timezon41_8_ from FN_USER user0_ where user0_.org_user_id='demo';
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000364 Lock_time: 0.000173 Rows_sent: 45 Rows_examined: 45
# Rows_affected: 0 Bytes_sent: 2371
SET timestamp=1623223439;
select rolefuncti0_.function_cd as function1_0_, rolefuncti0_.function_name as function2_0_, rolefuncti0_.type as type3_0_, rolefuncti0_.action as action4_0_ from FN_FUNCTION rolefuncti0_;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000313 Lock_time: 0.000160 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223439;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000786 Lock_time: 0.000207 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223439;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000421 Lock_time: 0.000295 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223439;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:58.665594' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000935 Lock_time: 0.000153 Rows_sent: 2 Rows_examined: 375
# Rows_affected: 0 Bytes_sent: 176
SET timestamp=1623223439;
select this_.url as url1_13_0_, this_.function_cd as function2_13_0_ from V_URL_ACCESS this_ where this_.url like 'welcome%';
# Time: 210609 7:24:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000360 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223440;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000884 Lock_time: 0.000269 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223440;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001548 Lock_time: 0.001197 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223440;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:23:59.666293' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:24:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001756 Lock_time: 0.001569 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223442;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:24:00.759252' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:24:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000324 Lock_time: 0.000140 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223443;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000251 Lock_time: 0.000134 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223443;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:24:01.85975' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000321 Lock_time: 0.000138 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223443;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000279 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223443;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:24:02.759223' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:24:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000661 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223444;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000233 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223444;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:24:03.759949' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:24:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000292 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223445;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000346 Lock_time: 0.000148 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223445;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:24:04.762071' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:24:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000312 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223446;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000662 Lock_time: 0.000191 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223446;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:24:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000293 Lock_time: 0.000137 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223447;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000289 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223447;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:24:06.665821' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001105 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 375
# Rows_affected: 0 Bytes_sent: 124
SET timestamp=1623223447;
select this_.url as url1_13_0_, this_.function_cd as function2_13_0_ from V_URL_ACCESS this_ where this_.url like 'get_menu%';
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001203 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 375
# Rows_affected: 0 Bytes_sent: 124
SET timestamp=1623223447;
select this_.url as url1_13_0_, this_.function_cd as function2_13_0_ from V_URL_ACCESS this_ where this_.url like 'get_userinfo%';
# Time: 210609 7:24:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13892 Schema: QC_hit: No
# Query_time: 0.000206 Lock_time: 0.000125 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223448;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13892 Schema: QC_hit: No
# Query_time: 0.000174 Lock_time: 0.000125 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223448;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000289 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223448;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:24:07.759631' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000336 Lock_time: 0.000131 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223448;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:24:07.859401' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:24:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13893 Schema: QC_hit: No
# Query_time: 0.000249 Lock_time: 0.000167 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223449;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13893 Schema: QC_hit: No
# Query_time: 0.000195 Lock_time: 0.000144 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223449;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000537 Lock_time: 0.000142 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223449;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001071 Lock_time: 0.000930 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223449;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 796 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000205 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223449;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:24:08.759732' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:24:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002311 Lock_time: 0.000207 Rows_sent: 0 Rows_examined: 375
# Rows_affected: 0 Bytes_sent: 124
SET timestamp=1623223450;
select this_.url as url1_13_0_, this_.function_cd as function2_13_0_ from V_URL_ACCESS this_ where this_.url like 'get_app_name%';
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001629 Lock_time: 0.001392 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223450;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:24:09.666273' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000693 Lock_time: 0.000469 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223450;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:24:09.75929' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:24:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000302 Lock_time: 0.000138 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223451;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001571 Lock_time: 0.001297 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223451;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:24:10.66565' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:24:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001275 Lock_time: 0.000228 Rows_sent: 0 Rows_examined: 375
# Rows_affected: 0 Bytes_sent: 124
SET timestamp=1623223452;
select this_.url as url1_13_0_, this_.function_cd as function2_13_0_ from V_URL_ACCESS this_ where this_.url like 'get_topMenuInfo%';
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000594 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223452;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223452;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:24:11.665739' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:24:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000192 Lock_time: 0.000074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223453;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:24:12.66641' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:24:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001188 Lock_time: 0.001002 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223454;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:24:13.665715' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000472 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223454;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:24:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001434 Lock_time: 0.001249 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223455;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:24:14.666221' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001414 Lock_time: 0.001232 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223455;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:24:14.666198' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:24:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000275 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223456;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:24:15.665672' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000263 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223456;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:24:15.665657' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13895 Schema: QC_hit: No
# Query_time: 0.000197 Lock_time: 0.000113 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223456;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13895 Schema: QC_hit: No
# Query_time: 0.000267 Lock_time: 0.000170 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223456;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 7:24:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000290 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223457;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:24:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13897 Schema: QC_hit: No
# Query_time: 0.000205 Lock_time: 0.000109 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223458;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13897 Schema: QC_hit: No
# Query_time: 0.000186 Lock_time: 0.000140 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223458;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000650 Lock_time: 0.000133 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223458;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:24:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13898 Schema: QC_hit: No
# Query_time: 0.000185 Lock_time: 0.000127 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223459;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13898 Schema: QC_hit: No
# Query_time: 0.000193 Lock_time: 0.000122 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223459;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000615 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223459;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:24:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001756 Lock_time: 0.001567 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223460;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:24:19.665744' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:24:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001636 Lock_time: 0.001264 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223461;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:24:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001871 Lock_time: 0.001672 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223462;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:24:21.665839' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:24:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000600 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223463;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001415 Lock_time: 0.001254 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223463;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:24:22.666559' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:24:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000467 Lock_time: 0.000232 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223464;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:24:23.665984' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:24:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000308 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223465;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000489 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223465;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:24:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000466 Lock_time: 0.000212 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223466;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:24:27
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000679 Lock_time: 0.000439 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223467;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:24:26.665466' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001520 Lock_time: 0.001112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223467;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:24:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13901 Schema: QC_hit: No
# Query_time: 0.000220 Lock_time: 0.000127 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223468;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13901 Schema: QC_hit: No
# Query_time: 0.000173 Lock_time: 0.000124 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223468;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001460 Lock_time: 0.001265 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223468;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001220 Lock_time: 0.000842 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223468;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:24:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13902 Schema: QC_hit: No
# Query_time: 0.000232 Lock_time: 0.000173 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223469;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13902 Schema: QC_hit: No
# Query_time: 0.000243 Lock_time: 0.000199 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223469;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001327 Lock_time: 0.001128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223469;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:24:28.665823' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:24:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000764 Lock_time: 0.000206 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223470;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000197 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223470;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:24:29.66604' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:24:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001374 Lock_time: 0.000915 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223471;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001454 Lock_time: 0.001329 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223471;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:24:30.667852' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:24:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000323 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223472;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:24:31.666312' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000347 Lock_time: 0.000136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223472;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:24:31.666399' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:24:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000306 Lock_time: 0.000139 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223473;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000612 Lock_time: 0.000164 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223473;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:24:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000303 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223474;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:24:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001473 Lock_time: 0.001247 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223475;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:24:34.665665' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001496 Lock_time: 0.001260 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223475;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:24:34.665695' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:24:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001755 Lock_time: 0.001630 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223476;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:24:35.666422' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:24:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000264 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223477;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:24:36.665717' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:24:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13905 Schema: QC_hit: No
# Query_time: 0.000197 Lock_time: 0.000117 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223478;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13905 Schema: QC_hit: No
# Query_time: 0.000209 Lock_time: 0.000147 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223478;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000259 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223478;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:24:37.666221' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:24:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13906 Schema: QC_hit: No
# Query_time: 0.000205 Lock_time: 0.000121 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223479;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13906 Schema: QC_hit: No
# Query_time: 0.000223 Lock_time: 0.000161 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223479;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000571 Lock_time: 0.000408 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223479;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:24:38.666798' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:24:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000280 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223480;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000549 Lock_time: 0.000140 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223480;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:24:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001470 Lock_time: 0.001243 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223481;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:24:40.665785' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:24:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000524 Lock_time: 0.000152 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223482;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001315 Lock_time: 0.001178 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223482;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:24:41.666356' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:24:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000262 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223483;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:24:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000279 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223484;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:24:43.666287' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:24:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000722 Lock_time: 0.000250 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223485;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:24:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000359 Lock_time: 0.000203 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223486;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000329 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223486;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:24:45.666328' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13908 Schema: QC_hit: No
# Query_time: 0.000191 Lock_time: 0.000113 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223486;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13908 Schema: QC_hit: No
# Query_time: 0.000139 Lock_time: 0.000096 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223486;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 7:24:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001582 Lock_time: 0.001210 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223487;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:24:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13910 Schema: QC_hit: No
# Query_time: 0.000202 Lock_time: 0.000124 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223488;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13910 Schema: QC_hit: No
# Query_time: 0.000194 Lock_time: 0.000139 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223488;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001238 Lock_time: 0.000999 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223488;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:24:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13911 Schema: QC_hit: No
# Query_time: 0.000223 Lock_time: 0.000139 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223489;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13911 Schema: QC_hit: No
# Query_time: 0.000175 Lock_time: 0.000127 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223489;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000648 Lock_time: 0.000236 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223489;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:24:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000692 Lock_time: 0.000532 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223490;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:24:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000269 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223491;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:24:50.665964' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:24:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000615 Lock_time: 0.000440 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223492;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:24:51.665784' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:24:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000476 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223493;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000425 Lock_time: 0.000308 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223493;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:24:52.66657' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:24:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000376 Lock_time: 0.000193 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223494;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:24:53.665866' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:24:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000557 Lock_time: 0.000138 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223495;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:24:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001127 Lock_time: 0.000941 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223496;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:24:55.66586' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001009 Lock_time: 0.000825 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223496;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:24:55.66586' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:24:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001254 Lock_time: 0.001133 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223497;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:24:56.666591' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:24:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13914 Schema: QC_hit: No
# Query_time: 0.000266 Lock_time: 0.000166 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223498;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13914 Schema: QC_hit: No
# Query_time: 0.000199 Lock_time: 0.000148 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223498;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001314 Lock_time: 0.001110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223498;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:24:57.665834' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.003895 Lock_time: 0.003611 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223498;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:24:57.665784' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:24:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13915 Schema: QC_hit: No
# Query_time: 0.000291 Lock_time: 0.000174 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223499;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13915 Schema: QC_hit: No
# Query_time: 0.000185 Lock_time: 0.000140 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223499;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000509 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223499;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000207 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223499;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:24:58.666285' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:25:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000270 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223500;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:24:59.665921' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000259 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223500;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:24:59.665884' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:25:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000260 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223501;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:25:00.666451' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:25:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001346 Lock_time: 0.000845 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223502;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000288 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223502;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:25:01.665641' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:25:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000584 Lock_time: 0.000395 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223503;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:25:02.666167' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:25:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000443 Lock_time: 0.000177 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223504;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000296 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223504;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:25:03.665739' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:25:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000273 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223505;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:25:04.666217' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000324 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223505;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:25:04.666327' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:25:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000498 Lock_time: 0.000281 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223506;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:25:05.665789' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001572 Lock_time: 0.001086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223506;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:25:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000686 Lock_time: 0.000495 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223507;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:25:06.666335' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:25:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13918 Schema: QC_hit: No
# Query_time: 0.000251 Lock_time: 0.000143 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223508;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13918 Schema: QC_hit: No
# Query_time: 0.000154 Lock_time: 0.000107 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223508;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000258 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223508;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001176 Lock_time: 0.001061 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223508;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:25:07.665763' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:25:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13919 Schema: QC_hit: No
# Query_time: 0.000205 Lock_time: 0.000119 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223509;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13919 Schema: QC_hit: No
# Query_time: 0.000172 Lock_time: 0.000124 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223509;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000317 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223509;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:25:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000542 Lock_time: 0.000346 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223510;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000209 Lock_time: 0.000067 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223510;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:25:09.665844' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:25:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000233 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223511;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000456 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223511;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:25:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001471 Lock_time: 0.001078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223512;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000231 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223512;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:25:11.668431' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:25:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000550 Lock_time: 0.000377 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223513;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:25:12.666335' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:25:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000240 Lock_time: 0.000076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223514;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:25:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000512 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223515;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:25:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000512 Lock_time: 0.000318 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223516;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13921 Schema: QC_hit: No
# Query_time: 0.000257 Lock_time: 0.000146 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223516;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13921 Schema: QC_hit: No
# Query_time: 0.000145 Lock_time: 0.000097 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223516;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 7:25:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000406 Lock_time: 0.000243 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223517;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:25:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13923 Schema: QC_hit: No
# Query_time: 0.000186 Lock_time: 0.000105 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223518;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13923 Schema: QC_hit: No
# Query_time: 0.000120 Lock_time: 0.000075 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223518;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000220 Lock_time: 0.000065 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223518;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:25:17.666192' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:25:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13924 Schema: QC_hit: No
# Query_time: 0.000187 Lock_time: 0.000099 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223519;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13924 Schema: QC_hit: No
# Query_time: 0.000144 Lock_time: 0.000095 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223519;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001320 Lock_time: 0.001157 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223519;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000757 Lock_time: 0.000609 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223519;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:25:18.665844' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:25:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001127 Lock_time: 0.000958 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223520;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:25:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.004743 Lock_time: 0.004573 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223521;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:25:20.666266' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:25:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000519 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223522;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:25:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000674 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223523;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:25:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000265 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223524;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:25:23.665667' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:25:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000318 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223525;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000580 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223525;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:25:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002313 Lock_time: 0.002057 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223526;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:25:25.665675' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002346 Lock_time: 0.002069 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223526;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:25:25.665647' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:25:27
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001418 Lock_time: 0.001200 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223527;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:25:26.666424' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001064 Lock_time: 0.000850 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223527;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:25:26.666224' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:25:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13927 Schema: QC_hit: No
# Query_time: 0.000184 Lock_time: 0.000107 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223528;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13927 Schema: QC_hit: No
# Query_time: 0.000151 Lock_time: 0.000107 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223528;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000213 Lock_time: 0.000060 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223528;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:25:27.66584' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000663 Lock_time: 0.000130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223528;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:25:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13928 Schema: QC_hit: No
# Query_time: 0.000209 Lock_time: 0.000128 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223529;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13928 Schema: QC_hit: No
# Query_time: 0.000173 Lock_time: 0.000123 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223529;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000347 Lock_time: 0.000142 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223529;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000224 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223529;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:25:28.666241' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:25:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000316 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223530;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:25:29.665683' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:25:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000339 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223531;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:25:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000206 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223532;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:25:31.66657' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:25:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001443 Lock_time: 0.001049 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223533;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000300 Lock_time: 0.000137 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223533;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:25:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001621 Lock_time: 0.001424 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223534;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:25:33.665726' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:25:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001388 Lock_time: 0.001175 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223535;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:25:34.666293' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001496 Lock_time: 0.001198 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223535;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:25:34.666282' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:25:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000774 Lock_time: 0.000314 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223536;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000217 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223536;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:25:35.665786' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:25:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000277 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223537;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:25:36.666462' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:25:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13931 Schema: QC_hit: No
# Query_time: 0.000212 Lock_time: 0.000133 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223538;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13931 Schema: QC_hit: No
# Query_time: 0.000164 Lock_time: 0.000116 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223538;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000935 Lock_time: 0.000763 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223538;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:25:37.666137' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001740 Lock_time: 0.001262 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223538;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:25:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13932 Schema: QC_hit: No
# Query_time: 0.000232 Lock_time: 0.000143 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223539;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13932 Schema: QC_hit: No
# Query_time: 0.000362 Lock_time: 0.000246 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223539;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001576 Lock_time: 0.001368 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223539;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:25:38.666337' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000248 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223539;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:25:38.66808' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:25:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000294 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223540;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:25:39.665994' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000308 Lock_time: 0.000143 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223540;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:25:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000327 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223541;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000570 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223541;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:25:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000351 Lock_time: 0.000139 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223542;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:25:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000620 Lock_time: 0.000155 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223543;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000223 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223543;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:25:42.66605' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:25:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001450 Lock_time: 0.001244 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223544;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:25:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001358 Lock_time: 0.001172 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223545;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:25:44.66618' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001362 Lock_time: 0.001185 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223545;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:25:44.666084' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:25:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000295 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223546;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:25:45.665766' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13934 Schema: QC_hit: No
# Query_time: 0.000258 Lock_time: 0.000147 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223546;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13934 Schema: QC_hit: No
# Query_time: 0.000193 Lock_time: 0.000128 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223546;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 7:25:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000260 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223547;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000202 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223547;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:25:46.666353' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:25:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13936 Schema: QC_hit: No
# Query_time: 0.000227 Lock_time: 0.000130 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223548;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13936 Schema: QC_hit: No
# Query_time: 0.000139 Lock_time: 0.000092 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223548;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000284 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223548;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:25:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13937 Schema: QC_hit: No
# Query_time: 0.000223 Lock_time: 0.000126 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223549;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13937 Schema: QC_hit: No
# Query_time: 0.000159 Lock_time: 0.000105 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223549;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000840 Lock_time: 0.000646 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223549;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:25:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001644 Lock_time: 0.001329 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223550;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:25:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002121 Lock_time: 0.001389 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223551;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:25:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000341 Lock_time: 0.000143 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223552;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000576 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223552;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:25:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000209 Lock_time: 0.000067 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223553;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:25:52.666257' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000296 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223553;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:25:52.666048' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:25:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000270 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223554;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:25:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000248 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223555;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000201 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223555;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:25:54.665953' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:25:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001187 Lock_time: 0.001029 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223556;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:25:55.665732' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:25:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000972 Lock_time: 0.000809 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223557;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001439 Lock_time: 0.001001 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223557;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:25:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13940 Schema: QC_hit: No
# Query_time: 0.000182 Lock_time: 0.000103 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223558;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13940 Schema: QC_hit: No
# Query_time: 0.000156 Lock_time: 0.000105 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223558;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000243 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223558;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000236 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223558;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:25:57.665882' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:25:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13941 Schema: QC_hit: No
# Query_time: 0.000220 Lock_time: 0.000145 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223559;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13941 Schema: QC_hit: No
# Query_time: 0.000135 Lock_time: 0.000089 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223559;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000237 Lock_time: 0.000076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223559;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000180 Lock_time: 0.000066 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223559;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:25:58.666027' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:26:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000492 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223560;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000195 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223560;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:25:59.666012' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:26:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000204 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223561;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:26:00.666244' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:26:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001138 Lock_time: 0.000984 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223562;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:26:01.66582' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001149 Lock_time: 0.001032 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223562;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:26:01.66566' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:26:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001325 Lock_time: 0.001092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223563;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:26:02.666071' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:26:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000211 Lock_time: 0.000060 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223564;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:26:03.665463' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000537 Lock_time: 0.000383 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223564;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:26:03.665466' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:26:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000516 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223565;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000223 Lock_time: 0.000065 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223565;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:26:04.665933' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:26:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000246 Lock_time: 0.000070 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223566;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:26:05.666458' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000221 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223566;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:26:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001299 Lock_time: 0.001138 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223567;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001496 Lock_time: 0.001149 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223567;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:26:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13944 Schema: QC_hit: No
# Query_time: 0.000252 Lock_time: 0.000153 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223568;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13944 Schema: QC_hit: No
# Query_time: 0.000160 Lock_time: 0.000109 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223568;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001534 Lock_time: 0.001372 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223568;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:26:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13945 Schema: QC_hit: No
# Query_time: 0.000214 Lock_time: 0.000123 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223569;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13945 Schema: QC_hit: No
# Query_time: 0.000143 Lock_time: 0.000093 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223569;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000277 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223569;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001485 Lock_time: 0.001326 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223569;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:26:08.66581' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:26:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001268 Lock_time: 0.001074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223570;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:26:09.666262' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001288 Lock_time: 0.001088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223570;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:26:09.666385' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:26:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000520 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223571;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000299 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223571;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:26:10.665678' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:26:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000292 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223572;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000266 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223572;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:26:11.666442' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:26:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000588 Lock_time: 0.000426 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223573;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:26:12.66574' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001377 Lock_time: 0.001018 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223573;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:26:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000573 Lock_time: 0.000412 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223574;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:26:13.666179' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:26:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001453 Lock_time: 0.001242 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223575;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:26:14.665527' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001432 Lock_time: 0.001224 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223575;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:26:14.665518' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:26:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000564 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223576;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001954 Lock_time: 0.001680 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223576;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:26:15.665991' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13947 Schema: QC_hit: No
# Query_time: 0.000199 Lock_time: 0.000119 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223576;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13947 Schema: QC_hit: No
# Query_time: 0.000188 Lock_time: 0.000140 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223576;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 7:26:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000291 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223577;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:26:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13949 Schema: QC_hit: No
# Query_time: 0.000232 Lock_time: 0.000131 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223578;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13949 Schema: QC_hit: No
# Query_time: 0.000174 Lock_time: 0.000126 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223578;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000401 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223578;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:26:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13950 Schema: QC_hit: No
# Query_time: 0.000258 Lock_time: 0.000172 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223579;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13950 Schema: QC_hit: No
# Query_time: 0.000243 Lock_time: 0.000197 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223579;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000357 Lock_time: 0.000141 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223579;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000548 Lock_time: 0.000169 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223579;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:26:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000419 Lock_time: 0.000236 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223580;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000196 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223580;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:26:19.666385' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:26:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000705 Lock_time: 0.000590 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223581;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:26:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000938 Lock_time: 0.000746 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223582;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:26:21.666381' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001967 Lock_time: 0.001368 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223582;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:26:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000306 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223583;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:26:22.666003' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:26:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000303 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223584;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:26:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001482 Lock_time: 0.001306 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223585;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:26:24.665902' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001497 Lock_time: 0.001259 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223585;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:26:24.665897' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:26:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001440 Lock_time: 0.001211 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223586;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:26:25.666339' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000234 Lock_time: 0.000076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223586;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:26:25.666333' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:26:27
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000565 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223587;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000221 Lock_time: 0.000061 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223587;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:26:26.665786' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:26:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13953 Schema: QC_hit: No
# Query_time: 0.000286 Lock_time: 0.000159 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223588;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13953 Schema: QC_hit: No
# Query_time: 0.000180 Lock_time: 0.000127 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223588;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000232 Lock_time: 0.000072 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223588;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000199 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223588;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:26:27.66662' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:26:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13954 Schema: QC_hit: No
# Query_time: 0.000204 Lock_time: 0.000128 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223589;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13954 Schema: QC_hit: No
# Query_time: 0.000179 Lock_time: 0.000135 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223589;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000526 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223589;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:26:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001005 Lock_time: 0.000347 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223590;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000948 Lock_time: 0.000704 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223590;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:26:29.666128' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:26:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000175 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223591;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:26:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000919 Lock_time: 0.000734 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223592;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:26:31.665801' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001411 Lock_time: 0.001289 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223592;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:26:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000721 Lock_time: 0.000491 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223593;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:26:32.666621' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:26:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000281 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223594;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:26:33.666018' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000270 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223594;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:26:33.66582' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:26:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000525 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223595;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000356 Lock_time: 0.000145 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223595;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:26:34.66649' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:26:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001530 Lock_time: 0.001372 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223596;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000925 Lock_time: 0.000766 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223596;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:26:35.665805' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:26:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.021898 Lock_time: 0.021697 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223597;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:26:36.6663' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:26:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13957 Schema: QC_hit: No
# Query_time: 0.000176 Lock_time: 0.000098 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223598;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13957 Schema: QC_hit: No
# Query_time: 0.000166 Lock_time: 0.000109 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223598;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001196 Lock_time: 0.001036 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223598;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:26:37.665716' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:26:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13958 Schema: QC_hit: No
# Query_time: 0.000283 Lock_time: 0.000160 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223599;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13958 Schema: QC_hit: No
# Query_time: 0.000201 Lock_time: 0.000138 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223599;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000856 Lock_time: 0.000470 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223599;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001328 Lock_time: 0.001207 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223599;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:26:38.66628' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:26:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000259 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223600;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000425 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223600;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:26:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000481 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223601;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000205 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223601;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:26:40.666096' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:26:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000278 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223602;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000297 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223602;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:26:41.665518' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:26:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000293 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223603;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:26:42.665986' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:26:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000313 Lock_time: 0.000141 Rows_sent: 1 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 3378
SET timestamp=1623223604;
select user0_.user_id as user_id1_8_, user0_.org_id as org_id2_8_, user0_.manager_id as manager_3_8_, user0_.first_name as first_na4_8_, user0_.middle_name as middle_n5_8_, user0_.last_name as last_nam6_8_, user0_.phone as phone7_8_, user0_.fax as fax8_8_, user0_.cellular as cellular9_8_, user0_.email as email10_8_, user0_.address_id as address11_8_, user0_.alert_method_cd as alert_m12_8_, user0_.address_line_1 as address13_8_, user0_.address_line_2 as address14_8_, user0_.city as city15_8_, user0_.state_cd as state_c16_8_, user0_.zip_code as zip_cod17_8_, user0_.country_cd as country18_8_, user0_.hrid as hrid19_8_, user0_.org_user_id as org_use20_8_, user0_.org_code as org_cod21_8_, user0_.login_id as login_i22_8_, user0_.login_pwd as login_p23_8_, user0_.last_login_date as last_lo24_8_, user0_.location_clli as locatio25_8_, user0_.org_manager_userid as org_man26_8_, user0_.company as company27_8_, user0_.department as departm28_8_, user0_.department_name as departm29_8_, user0_.business_unit as busines30_8_, user0_.business_unit_name as busines31_8_, user0_.job_title as job_tit32_8_, user0_.silo_status as silo_st33_8_, user0_.fin_loc_code as fin_loc34_8_, user0_.active_yn as active_35_8_, user0_.is_internal_yn as is_inte36_8_, user0_.created_date as created37_8_, user0_.modified_date as modifie38_8_, user0_.created_id as created39_8_, user0_.modified_id as modifie40_8_, user0_.timezone as timezon41_8_ from FN_USER user0_ where user0_.org_user_id='demo';
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001674 Lock_time: 0.001488 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223604;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:26:43.665498' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:26:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000321 Lock_time: 0.000173 Rows_sent: 45 Rows_examined: 45
# Rows_affected: 0 Bytes_sent: 2371
SET timestamp=1623223605;
select rolefuncti0_.function_cd as function1_0_, rolefuncti0_.function_name as function2_0_, rolefuncti0_.type as type3_0_, rolefuncti0_.action as action4_0_ from FN_FUNCTION rolefuncti0_;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001155 Lock_time: 0.000204 Rows_sent: 2 Rows_examined: 375
# Rows_affected: 0 Bytes_sent: 176
SET timestamp=1623223605;
select this_.url as url1_13_0_, this_.function_cd as function2_13_0_ from V_URL_ACCESS this_ where this_.url like 'welcome%';
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000413 Lock_time: 0.000214 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223605;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000596 Lock_time: 0.000244 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223605;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:26:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000621 Lock_time: 0.000148 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223606;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001385 Lock_time: 0.001185 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223606;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:26:45.665454' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13960 Schema: QC_hit: No
# Query_time: 0.000183 Lock_time: 0.000107 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223606;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13960 Schema: QC_hit: No
# Query_time: 0.000153 Lock_time: 0.000107 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223606;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000454 Lock_time: 0.000217 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223606;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:26:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001699 Lock_time: 0.001478 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223607;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:26:46.66581' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000440 Lock_time: 0.000279 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223607;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:26:46.759154' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:26:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13962 Schema: QC_hit: No
# Query_time: 0.000228 Lock_time: 0.000147 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223608;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13962 Schema: QC_hit: No
# Query_time: 0.000240 Lock_time: 0.000190 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223608;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000302 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223608;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001596 Lock_time: 0.001114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223608;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000260 Lock_time: 0.000072 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223608;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:26:47.759552' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:26:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13963 Schema: QC_hit: No
# Query_time: 0.000248 Lock_time: 0.000135 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223609;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13963 Schema: QC_hit: No
# Query_time: 0.000170 Lock_time: 0.000116 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223609;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000521 Lock_time: 0.000133 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223609;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000372 Lock_time: 0.000159 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223609;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:26:48.760094' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000254 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223609;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:26:48.760082' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:26:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000319 Lock_time: 0.000153 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223610;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000298 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223610;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:26:49.860094' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:26:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000272 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223611;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:26:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000320 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223612;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000489 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223612;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:26:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001240 Lock_time: 0.000181 Rows_sent: 0 Rows_examined: 375
# Rows_affected: 0 Bytes_sent: 124
SET timestamp=1623223613;
select this_.url as url1_13_0_, this_.function_cd as function2_13_0_ from V_URL_ACCESS this_ where this_.url like 'get_menu%';
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000286 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223613;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:26:52.759515' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000312 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223613;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:26:52.859151' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:26:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000287 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223614;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:26:53.665951' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:26:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000802 Lock_time: 0.000266 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223615;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:26:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000261 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223616;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:26:55.665861' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000654 Lock_time: 0.000223 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223616;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:26:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001362 Lock_time: 0.000158 Rows_sent: 0 Rows_examined: 375
# Rows_affected: 0 Bytes_sent: 124
SET timestamp=1623223617;
select this_.url as url1_13_0_, this_.function_cd as function2_13_0_ from V_URL_ACCESS this_ where this_.url like 'get_userinfo%';
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002611 Lock_time: 0.001688 Rows_sent: 0 Rows_examined: 375
# Rows_affected: 0 Bytes_sent: 124
SET timestamp=1623223617;
select this_.url as url1_13_0_, this_.function_cd as function2_13_0_ from V_URL_ACCESS this_ where this_.url like 'get_app_name%';
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.003241 Lock_time: 0.002403 Rows_sent: 0 Rows_examined: 375
# Rows_affected: 0 Bytes_sent: 124
SET timestamp=1623223617;
select this_.url as url1_13_0_, this_.function_cd as function2_13_0_ from V_URL_ACCESS this_ where this_.url like 'flags%';
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000481 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223617;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000490 Lock_time: 0.000206 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223617;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:26:58
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000516 Lock_time: 0.000211 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223618;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:26:56.775955' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13966 Schema: QC_hit: No
# Query_time: 0.000230 Lock_time: 0.000132 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223618;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13966 Schema: QC_hit: No
# Query_time: 0.000276 Lock_time: 0.000197 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223618;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000351 Lock_time: 0.000151 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223618;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000310 Lock_time: 0.000166 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223618;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:26:57.666433' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001273 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 375
# Rows_affected: 0 Bytes_sent: 124
SET timestamp=1623223618;
select this_.url as url1_13_0_, this_.function_cd as function2_13_0_ from V_URL_ACCESS this_ where this_.url like 'get_topMenuInfo%';
# Time: 210609 7:26:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13967 Schema: QC_hit: No
# Query_time: 0.000279 Lock_time: 0.000157 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223619;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13967 Schema: QC_hit: No
# Query_time: 0.000217 Lock_time: 0.000165 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223619;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000371 Lock_time: 0.000167 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223619;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000573 Lock_time: 0.000180 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223619;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000323 Lock_time: 0.000145 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223619;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:26:58.668491' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:27:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000275 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223620;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000249 Lock_time: 0.000067 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223620;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:26:59.666017' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:27:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000326 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223621;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000546 Lock_time: 0.000143 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223621;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:27:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000282 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223622;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001622 Lock_time: 0.001106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223622;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:27:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000302 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223623;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000294 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223623;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:27:02.665695' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:27:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000333 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223624;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000602 Lock_time: 0.000178 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223624;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000378 Lock_time: 0.000170 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223624;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:27:03.666351' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:27:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000863 Lock_time: 0.000669 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223625;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:27:04.665733' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001752 Lock_time: 0.001164 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223625;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:27:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001190 Lock_time: 0.000979 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223626;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001676 Lock_time: 0.001087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223626;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:27:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000657 Lock_time: 0.000212 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223627;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001519 Lock_time: 0.001385 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223627;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:27:06.665703' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:27:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13970 Schema: QC_hit: No
# Query_time: 0.000183 Lock_time: 0.000102 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223628;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13970 Schema: QC_hit: No
# Query_time: 0.000148 Lock_time: 0.000093 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223628;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000563 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223628;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001489 Lock_time: 0.001314 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223628;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:27:07.666251' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:27:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13971 Schema: QC_hit: No
# Query_time: 0.000195 Lock_time: 0.000116 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223629;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13971 Schema: QC_hit: No
# Query_time: 0.000181 Lock_time: 0.000135 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223629;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000696 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223629;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000346 Lock_time: 0.000133 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223629;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:27:08.665607' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:27:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000328 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223630;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000597 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223630;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:27:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000298 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223631;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:27:10.665573' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000242 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223631;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:27:10.665666' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:27:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000274 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223632;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000491 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223632;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000297 Lock_time: 0.000131 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223632;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:27:11.666059' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:27:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000251 Lock_time: 0.000072 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223633;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:27:12.665524' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001417 Lock_time: 0.001232 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223633;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:27:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000957 Lock_time: 0.000792 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223634;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:27:13.666046' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001802 Lock_time: 0.001593 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223634;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001988 Lock_time: 0.001551 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223634;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:27:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000997 Lock_time: 0.000817 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223635;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:27:14.665659' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001036 Lock_time: 0.000811 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223635;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:27:14.665693' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:27:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001286 Lock_time: 0.001084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223636;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:27:15.666274' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001884 Lock_time: 0.001478 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223636;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13973 Schema: QC_hit: No
# Query_time: 0.000310 Lock_time: 0.000173 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223636;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13973 Schema: QC_hit: No
# Query_time: 0.000240 Lock_time: 0.000167 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223636;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 7:27:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000241 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223637;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000228 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223637;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:27:16.666127' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:27:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13975 Schema: QC_hit: No
# Query_time: 0.000194 Lock_time: 0.000113 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223638;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13975 Schema: QC_hit: No
# Query_time: 0.000207 Lock_time: 0.000151 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223638;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000690 Lock_time: 0.000393 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223638;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001243 Lock_time: 0.000388 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223638;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:27:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13976 Schema: QC_hit: No
# Query_time: 0.000237 Lock_time: 0.000142 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223639;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13976 Schema: QC_hit: No
# Query_time: 0.000166 Lock_time: 0.000119 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223639;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001263 Lock_time: 0.000697 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223639;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001453 Lock_time: 0.001310 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223639;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:27:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000311 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223640;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000380 Lock_time: 0.000199 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223640;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:27:19.665834' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:27:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000299 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223641;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:27:20.666346' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001567 Lock_time: 0.001154 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223641;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:27:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000304 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223642;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000189 Lock_time: 0.000065 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223642;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:27:21.666074' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:27:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000311 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223643;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000358 Lock_time: 0.000187 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223643;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:27:22.666032' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:27:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000584 Lock_time: 0.000205 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223644;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000329 Lock_time: 0.000195 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223644;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:27:23.666118' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000261 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223644;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:27:23.666055' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:27:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001685 Lock_time: 0.001444 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223645;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001883 Lock_time: 0.001398 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223645;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:27:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001568 Lock_time: 0.001392 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223646;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001822 Lock_time: 0.001396 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223646;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:27:27
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000605 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223647;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001350 Lock_time: 0.001199 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223647;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:27:26.665739' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:27:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13979 Schema: QC_hit: No
# Query_time: 0.000216 Lock_time: 0.000134 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223648;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13979 Schema: QC_hit: No
# Query_time: 0.000238 Lock_time: 0.000167 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223648;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001351 Lock_time: 0.001200 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223648;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000733 Lock_time: 0.000608 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223648;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:27:27.665977' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:27:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13980 Schema: QC_hit: No
# Query_time: 0.000192 Lock_time: 0.000114 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223649;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13980 Schema: QC_hit: No
# Query_time: 0.000190 Lock_time: 0.000118 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223649;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000332 Lock_time: 0.000171 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223649;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000269 Lock_time: 0.000154 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223649;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:27:28.665554' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000198 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223649;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:27:28.665731' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:27:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000607 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223650;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000252 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223650;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:27:29.666309' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000269 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223650;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:27:29.666049' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:27:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000719 Lock_time: 0.000502 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223651;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000290 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223651;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:27:30.665965' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:27:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000266 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223652;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:27:31.666216' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000223 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223652;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:27:31.666378' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000181 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223652;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:27:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001501 Lock_time: 0.001219 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223653;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001702 Lock_time: 0.001214 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223653;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:27:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000636 Lock_time: 0.000155 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223654;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000238 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223654;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:27:33.665673' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:27:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000351 Lock_time: 0.000152 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223655;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000497 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223655;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:27:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000980 Lock_time: 0.000302 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223656;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000246 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223656;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:27:35.665756' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:27:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000451 Lock_time: 0.000302 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223657;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000728 Lock_time: 0.000279 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223657;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:27:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13983 Schema: QC_hit: No
# Query_time: 0.000212 Lock_time: 0.000128 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223658;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13983 Schema: QC_hit: No
# Query_time: 0.000391 Lock_time: 0.000344 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223658;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000478 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223658;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000468 Lock_time: 0.000302 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223658;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:27:37.665724' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:27:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13984 Schema: QC_hit: No
# Query_time: 0.000237 Lock_time: 0.000139 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223659;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13984 Schema: QC_hit: No
# Query_time: 0.000244 Lock_time: 0.000193 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223659;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000807 Lock_time: 0.000379 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223659;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000241 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223659;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:27:38.666917' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000325 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223659;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:27:38.666456' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:27:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001451 Lock_time: 0.001279 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223660;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000701 Lock_time: 0.000549 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223660;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:27:39.66582' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001716 Lock_time: 0.001150 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223660;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:27:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000585 Lock_time: 0.000393 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223661;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:27:40.666955' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001437 Lock_time: 0.001245 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223661;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000604 Lock_time: 0.000419 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223661;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:27:40.666814' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:27:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000314 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223662;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:27:41.665884' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001504 Lock_time: 0.001336 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223662;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:27:41.666123' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:27:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000893 Lock_time: 0.000644 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223663;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:27:42.666571' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000820 Lock_time: 0.000618 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223663;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:27:42.66681' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002034 Lock_time: 0.001534 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223663;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:27:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000296 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223664;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000551 Lock_time: 0.000137 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223664;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000245 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223664;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:27:43.665827' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:27:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000222 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223665;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:27:44.666453' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000216 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223665;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:27:44.666477' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:27:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000390 Lock_time: 0.000222 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223666;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000350 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223666;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:27:45.665664' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13986 Schema: QC_hit: No
# Query_time: 0.000279 Lock_time: 0.000166 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223666;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13986 Schema: QC_hit: No
# Query_time: 0.000205 Lock_time: 0.000153 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223666;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 7:27:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000787 Lock_time: 0.000407 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223667;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000190 Lock_time: 0.000070 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223667;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:27:46.666152' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:27:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13988 Schema: QC_hit: No
# Query_time: 0.000186 Lock_time: 0.000109 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223668;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13988 Schema: QC_hit: No
# Query_time: 0.000192 Lock_time: 0.000137 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223668;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001597 Lock_time: 0.001381 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223668;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000780 Lock_time: 0.000594 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223668;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:27:47.665656' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000917 Lock_time: 0.000706 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223668;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:27:47.665653' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:27:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13989 Schema: QC_hit: No
# Query_time: 0.000240 Lock_time: 0.000129 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223669;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13989 Schema: QC_hit: No
# Query_time: 0.000176 Lock_time: 0.000125 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223669;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000853 Lock_time: 0.000662 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223669;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:27:48.666226' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001111 Lock_time: 0.000539 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223669;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:27:48.666235' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:27:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000269 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223670;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000800 Lock_time: 0.000362 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223670;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001071 Lock_time: 0.000944 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223670;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:27:49.665612' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:27:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000970 Lock_time: 0.000811 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223671;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001077 Lock_time: 0.000890 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223671;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:27:50.666302' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001172 Lock_time: 0.000943 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223671;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:27:50.666483' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:27:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000441 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223672;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:27:51.665703' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000410 Lock_time: 0.000246 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223672;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:27:51.666226' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:27:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000285 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223673;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000617 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223673;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000290 Lock_time: 0.000178 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223673;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:27:52.666257' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:27:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000378 Lock_time: 0.000137 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223674;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000261 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223674;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:27:53.665991' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:27:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000521 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223675;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000187 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223675;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:27:54.666371' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:27:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000447 Lock_time: 0.000206 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223676;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:27:55.665831' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000220 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223676;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:27:55.665851' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:27:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001094 Lock_time: 0.000920 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223677;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000191 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223677;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:27:56.666473' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:27:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13992 Schema: QC_hit: No
# Query_time: 0.000201 Lock_time: 0.000120 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223678;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13992 Schema: QC_hit: No
# Query_time: 0.000176 Lock_time: 0.000128 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223678;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000934 Lock_time: 0.000744 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223678;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:27:57.665707' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002345 Lock_time: 0.001865 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223678;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:27:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13993 Schema: QC_hit: No
# Query_time: 0.000190 Lock_time: 0.000112 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223679;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13993 Schema: QC_hit: No
# Query_time: 0.000589 Lock_time: 0.000135 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223679;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000260 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223679;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001475 Lock_time: 0.001304 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223679;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:27:58.666289' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001102 Lock_time: 0.000601 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223679;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:28:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000399 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223680;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:27:59.665805' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000287 Lock_time: 0.000148 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223680;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:27:59.665989' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:28:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000565 Lock_time: 0.000133 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223681;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000198 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223681;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:28:00.666601' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:28:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000548 Lock_time: 0.000148 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223682;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000180 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223682;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:28:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000632 Lock_time: 0.000541 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223683;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000489 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223683;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:28:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000470 Lock_time: 0.000299 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223684;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:28:03.666156' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001211 Lock_time: 0.001002 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223684;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:28:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000455 Lock_time: 0.000248 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223685;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:28:04.666428' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001061 Lock_time: 0.000855 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223685;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:28:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000261 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223686;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001347 Lock_time: 0.001231 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223686;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:28:05.665954' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:28:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000242 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223687;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001001 Lock_time: 0.000865 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223687;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:28:06.666294' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001049 Lock_time: 0.000846 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223687;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:28:06.666407' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:28:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13996 Schema: QC_hit: No
# Query_time: 0.000258 Lock_time: 0.000148 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223688;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13996 Schema: QC_hit: No
# Query_time: 0.000156 Lock_time: 0.000107 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223688;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000261 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223688;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:28:07.665716' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000255 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223688;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:28:07.66583' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:28:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13997 Schema: QC_hit: No
# Query_time: 0.000222 Lock_time: 0.000133 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223689;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13997 Schema: QC_hit: No
# Query_time: 0.000241 Lock_time: 0.000161 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223689;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000196 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223689;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000252 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223689;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:28:08.666328' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:28:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000818 Lock_time: 0.000320 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223690;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000253 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223690;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:28:09.665845' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:28:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000743 Lock_time: 0.000154 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223691;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000274 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223691;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:28:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000764 Lock_time: 0.000241 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223692;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000676 Lock_time: 0.000493 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223692;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:28:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000543 Lock_time: 0.000136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223693;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000281 Lock_time: 0.000142 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223693;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:28:12.666505' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:28:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000796 Lock_time: 0.000584 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223694;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:28:13.666052' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001919 Lock_time: 0.001367 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223694;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:28:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001459 Lock_time: 0.001274 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223695;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000748 Lock_time: 0.000563 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223695;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:28:14.666486' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:28:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000301 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223696;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000524 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223696;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000216 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223696;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:28:15.665791' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13999 Schema: QC_hit: No
# Query_time: 0.000258 Lock_time: 0.000146 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223696;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 13999 Schema: QC_hit: No
# Query_time: 0.000144 Lock_time: 0.000094 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223696;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 7:28:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000210 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223697;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:28:16.666768' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000274 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223697;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:28:16.666538' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:28:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14001 Schema: QC_hit: No
# Query_time: 0.000226 Lock_time: 0.000140 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223698;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14001 Schema: QC_hit: No
# Query_time: 0.000152 Lock_time: 0.000087 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223698;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000542 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223698;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:28:17.665785' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000208 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223698;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:28:17.665874' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:28:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14002 Schema: QC_hit: No
# Query_time: 0.000350 Lock_time: 0.000205 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223699;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14002 Schema: QC_hit: No
# Query_time: 0.000186 Lock_time: 0.000132 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223699;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000575 Lock_time: 0.000151 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223699;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000303 Lock_time: 0.000136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223699;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:28:18.667122' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000168 Lock_time: 0.000058 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223699;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:28:18.66734' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:28:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000604 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223700;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001324 Lock_time: 0.001157 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223700;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:28:19.665496' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:28:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000263 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223701;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000541 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223701;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:28:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000237 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223702;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000234 Lock_time: 0.000073 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223702;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:28:21.665479' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:28:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000674 Lock_time: 0.000439 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223703;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001067 Lock_time: 0.000487 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223703;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:28:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000768 Lock_time: 0.000178 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223704;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000334 Lock_time: 0.000179 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223704;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:28:23.665592' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:28:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000563 Lock_time: 0.000142 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223705;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000252 Lock_time: 0.000138 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223705;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:28:24.66677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:28:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000334 Lock_time: 0.000170 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223706;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:28:25.666261' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000496 Lock_time: 0.000391 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223706;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:28:25.666201' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:28:27
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000454 Lock_time: 0.000192 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223707;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:28:26.665691' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001466 Lock_time: 0.000932 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223707;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001515 Lock_time: 0.000654 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223707;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:28:26.665702' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:28:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14005 Schema: QC_hit: No
# Query_time: 0.000221 Lock_time: 0.000140 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223708;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14005 Schema: QC_hit: No
# Query_time: 0.000171 Lock_time: 0.000122 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223708;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000803 Lock_time: 0.000617 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223708;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:28:27.666227' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000273 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223708;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:28:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14006 Schema: QC_hit: No
# Query_time: 0.000226 Lock_time: 0.000124 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223709;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14006 Schema: QC_hit: No
# Query_time: 0.000162 Lock_time: 0.000109 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223709;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000301 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223709;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000418 Lock_time: 0.000068 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223709;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:28:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000257 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223710;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000252 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223710;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:28:29.666269' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:28:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000222 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223711;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000209 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223711;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:28:30.665697' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:28:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000244 Lock_time: 0.000069 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223712;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000712 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223712;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000198 Lock_time: 0.000070 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223712;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:28:31.666323' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:28:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000300 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223713;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:28:32.665793' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000281 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223713;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:28:32.66575' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:28:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000238 Lock_time: 0.000060 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223714;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000647 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223714;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000245 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223714;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:28:33.666205' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:28:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001282 Lock_time: 0.001099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223715;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000699 Lock_time: 0.000479 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223715;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:28:34.665871' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:28:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001649 Lock_time: 0.001447 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223716;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000819 Lock_time: 0.000601 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223716;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:28:35.666447' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001911 Lock_time: 0.001404 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223716;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:28:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000669 Lock_time: 0.000158 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223717;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001395 Lock_time: 0.001252 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223717;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:28:36.665851' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:28:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14009 Schema: QC_hit: No
# Query_time: 0.000226 Lock_time: 0.000126 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223718;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14009 Schema: QC_hit: No
# Query_time: 0.000211 Lock_time: 0.000148 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223718;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000279 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223718;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000688 Lock_time: 0.000155 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223718;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:28:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14010 Schema: QC_hit: No
# Query_time: 0.000237 Lock_time: 0.000134 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223719;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14010 Schema: QC_hit: No
# Query_time: 0.000234 Lock_time: 0.000165 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223719;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000259 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223719;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000242 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223719;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:28:38.665834' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:28:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000737 Lock_time: 0.000350 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223720;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000259 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223720;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:28:39.666288' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:28:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001494 Lock_time: 0.001322 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223721;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:28:40.666122' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001509 Lock_time: 0.001344 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223721;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:28:40.665921' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:28:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000332 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223722;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000644 Lock_time: 0.000163 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223722;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000243 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223722;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:28:41.665602' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:28:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000261 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223723;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000241 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223723;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:28:42.666446' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:28:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001498 Lock_time: 0.001291 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223724;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000846 Lock_time: 0.000660 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223724;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:28:43.665599' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:28:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000711 Lock_time: 0.000559 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223725;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:28:44.666236' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001900 Lock_time: 0.001189 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223725;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:28:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000928 Lock_time: 0.000364 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223726;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000365 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223726;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:28:45.665811' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14012 Schema: QC_hit: No
# Query_time: 0.000250 Lock_time: 0.000155 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223726;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14012 Schema: QC_hit: No
# Query_time: 0.000198 Lock_time: 0.000145 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223726;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 7:28:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000513 Lock_time: 0.000315 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223727;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000208 Lock_time: 0.000073 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223727;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:28:46.666349' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:28:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14014 Schema: QC_hit: No
# Query_time: 0.000248 Lock_time: 0.000153 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223728;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14014 Schema: QC_hit: No
# Query_time: 0.000207 Lock_time: 0.000152 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223728;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000361 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223728;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:28:47.6657' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000257 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223728;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:28:47.665482' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:28:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14015 Schema: QC_hit: No
# Query_time: 0.000196 Lock_time: 0.000117 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223729;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14015 Schema: QC_hit: No
# Query_time: 0.000231 Lock_time: 0.000166 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223729;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000307 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223729;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:28:48.666434' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000261 Lock_time: 0.000072 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223729;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:28:48.666144' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000420 Lock_time: 0.000171 Rows_sent: 1 Rows_examined: 7
# Rows_affected: 0 Bytes_sent: 688
SET timestamp=1623223729;
select categorypa0_.CATEGORY_ID as CATEGORY1_21_, categorypa0_.CREATED_DATE as CREATED_2_21_, categorypa0_.MODIFIED_DATE as MODIFIED3_21_, categorypa0_.family as family4_21_, categorypa0_.ID_SUPPORTED as ID_SUPPO5_21_, categorypa0_.NAME as NAME6_21_ from vid_category_parameter categorypa0_ where categorypa0_.NAME='project';
# Time: 210609 7:28:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001277 Lock_time: 0.001079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223730;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001443 Lock_time: 0.001001 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223730;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:28:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001266 Lock_time: 0.001094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223731;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000610 Lock_time: 0.000437 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223731;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:28:50.666223' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001561 Lock_time: 0.000479 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223731;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:28:50.666185' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:28:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000353 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223732;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000538 Lock_time: 0.000136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223732;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:28:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000793 Lock_time: 0.000377 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223733;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000353 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223733;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:28:52.666198' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:28:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000382 Lock_time: 0.000214 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223734;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000602 Lock_time: 0.000156 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223734;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:28:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001502 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223735;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:28:54.665526' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001530 Lock_time: 0.000155 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223735;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:28:54.665599' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:28:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000289 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223736;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000526 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223736;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000362 Lock_time: 0.000140 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223736;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:28:55.666277' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:28:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001345 Lock_time: 0.001137 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223737;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000680 Lock_time: 0.000479 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223737;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:28:56.665755' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:28:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14018 Schema: QC_hit: No
# Query_time: 0.000203 Lock_time: 0.000125 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223738;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14018 Schema: QC_hit: No
# Query_time: 0.000195 Lock_time: 0.000144 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223738;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000557 Lock_time: 0.000398 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223738;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:28:57.666454' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001769 Lock_time: 0.001271 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223738;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:28:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14019 Schema: QC_hit: No
# Query_time: 0.000192 Lock_time: 0.000112 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223739;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14019 Schema: QC_hit: No
# Query_time: 0.000170 Lock_time: 0.000122 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223739;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000301 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223739;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:28:58.665599' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000246 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223739;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:28:58.669231' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:29:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000461 Lock_time: 0.000333 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223740;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000186 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223740;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:28:59.666377' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:29:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000263 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223741;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:00.666287' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000327 Lock_time: 0.000173 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223741;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:00.666259' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:29:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001423 Lock_time: 0.001279 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223742;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000842 Lock_time: 0.000719 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223742;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:01.665646' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002514 Lock_time: 0.001444 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223742;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:29:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000704 Lock_time: 0.000530 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223743;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:02.666093' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000769 Lock_time: 0.000593 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223743;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:02.666108' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:29:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000255 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223744;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000460 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223744;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001211 Lock_time: 0.001100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223744;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:03.665527' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:29:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000501 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223745;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001765 Lock_time: 0.001629 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223745;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:04.666129' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:29:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000367 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223746;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001823 Lock_time: 0.001625 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223746;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:05.665607' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:29:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001064 Lock_time: 0.000856 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223747;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:06.66606' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000336 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223747;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:29:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14022 Schema: QC_hit: No
# Query_time: 0.000242 Lock_time: 0.000128 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223748;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14022 Schema: QC_hit: No
# Query_time: 0.000133 Lock_time: 0.000083 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223748;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000685 Lock_time: 0.000140 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223748;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001238 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223748;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:07.665545' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:29:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14023 Schema: QC_hit: No
# Query_time: 0.000274 Lock_time: 0.000183 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223749;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14023 Schema: QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000177 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223749;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000244 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223749;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000276 Lock_time: 0.000133 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223749;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:08.666098' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:29:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000815 Lock_time: 0.000146 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223750;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001270 Lock_time: 0.000143 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223750;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:09.665569' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:29:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000451 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223751;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000211 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223751;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:10.666559' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:29:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000521 Lock_time: 0.000184 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223752;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:11.666357' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001499 Lock_time: 0.001092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223752;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000793 Lock_time: 0.000384 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223752;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:11.666173' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:29:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000607 Lock_time: 0.000151 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223753;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001264 Lock_time: 0.001110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223753;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:12.666091' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:29:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000583 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223754;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000283 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223754;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:13.66874' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:29:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000299 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223755;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000535 Lock_time: 0.000144 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223755;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000266 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223755;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:14.665953' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:29:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000258 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223756;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000332 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223756;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:15.665469' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14025 Schema: QC_hit: No
# Query_time: 0.000196 Lock_time: 0.000116 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223756;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14025 Schema: QC_hit: No
# Query_time: 0.000263 Lock_time: 0.000165 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223756;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 7:29:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000400 Lock_time: 0.000205 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223757;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000477 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223757;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000218 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223757;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:16.665886' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:29:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14027 Schema: QC_hit: No
# Query_time: 0.000252 Lock_time: 0.000139 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223758;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14027 Schema: QC_hit: No
# Query_time: 0.000178 Lock_time: 0.000130 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223758;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000730 Lock_time: 0.000140 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223758;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000877 Lock_time: 0.000557 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223758;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:17.666621' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001039 Lock_time: 0.000819 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223758;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:17.66642' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:29:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14028 Schema: QC_hit: No
# Query_time: 0.001320 Lock_time: 0.000130 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223759;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14028 Schema: QC_hit: No
# Query_time: 0.000205 Lock_time: 0.000153 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223759;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001047 Lock_time: 0.000877 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223759;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:18.665856' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001775 Lock_time: 0.001569 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223759;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002742 Lock_time: 0.001732 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223759;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:29:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000457 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223760;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000229 Lock_time: 0.000117 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223760;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:19.667885' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:29:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000358 Lock_time: 0.000177 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223761;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001197 Lock_time: 0.001055 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223761;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:20.666244' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000220 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223761;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:20.666258' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:29:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000439 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223762;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000648 Lock_time: 0.000477 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223762;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:21.665881' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:29:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000587 Lock_time: 0.000138 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223763;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000997 Lock_time: 0.000873 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223763;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:22.665853' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:29:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000327 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223764;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:23.665647' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000452 Lock_time: 0.000265 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223764;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:23.666376' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:29:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000246 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223765;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000237 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223765;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:24.666068' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000302 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223765;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:24.665898' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:29:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000431 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223766;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000305 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223766;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:25.666642' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:29:27
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000440 Lock_time: 0.000254 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223767;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:26.666064' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001315 Lock_time: 0.001116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223767;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000483 Lock_time: 0.000257 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223767;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:26.665856' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:29:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14031 Schema: QC_hit: No
# Query_time: 0.000204 Lock_time: 0.000125 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223768;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14031 Schema: QC_hit: No
# Query_time: 0.000126 Lock_time: 0.000082 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223768;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000395 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223768;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000217 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223768;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:27.666251' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:29:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14032 Schema: QC_hit: No
# Query_time: 0.000200 Lock_time: 0.000115 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223769;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14032 Schema: QC_hit: No
# Query_time: 0.000175 Lock_time: 0.000126 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223769;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000197 Lock_time: 0.000056 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223769;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000588 Lock_time: 0.000152 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223769;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000206 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223769;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:28.665691' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:29:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000308 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223770;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000251 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223770;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:29.666188' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:29:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000669 Lock_time: 0.000512 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223771;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:30.66568' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000512 Lock_time: 0.000326 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223771;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:30.665712' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001442 Lock_time: 0.001038 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223771;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:29:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001175 Lock_time: 0.001012 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223772;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001399 Lock_time: 0.001033 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223772;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:29:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001020 Lock_time: 0.000821 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223773;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:32.665683' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001171 Lock_time: 0.000888 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223773;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:32.665681' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000996 Lock_time: 0.000564 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223773;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:29:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001648 Lock_time: 0.001206 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223774;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001068 Lock_time: 0.000474 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223774;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:33.666492' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000357 Lock_time: 0.000195 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223774;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:33.666299' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:29:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000301 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223775;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001562 Lock_time: 0.001407 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223775;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:34.665551' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001570 Lock_time: 0.001417 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223775;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:34.665524' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:29:36
# User@Host: ejbca[ejbca] @ [10.233.72.62]
# Thread_id: 13840 Schema: ejbca QC_hit: No
# Query_time: 0.006934 Lock_time: 0.006775 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 465
use ejbca;
SET timestamp=1623223776;
select profiledat0_.id as id1_31_, profiledat0_.profileName as profileN2_31_, profiledat0_.profileType as profileT3_31_, profiledat0_.rawData as rawData4_31_, profiledat0_.rowProtection as rowProte5_31_, profiledat0_.rowVersion as rowVersi6_31_ from ProfileData profiledat0_ where profiledat0_.profileType='APPROVAL_PROFILE';
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000622 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
use vid_openecomp_epsdk;
SET timestamp=1623223776;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001109 Lock_time: 0.000948 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223776;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:35.666345' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:29:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000484 Lock_time: 0.000310 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223777;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000197 Lock_time: 0.000069 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223777;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:36.665649' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000436 Lock_time: 0.000185 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223777;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:36.665664' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:29:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14035 Schema: QC_hit: No
# Query_time: 0.000249 Lock_time: 0.000168 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223778;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14035 Schema: QC_hit: No
# Query_time: 0.000261 Lock_time: 0.000176 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223778;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000235 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223778;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000983 Lock_time: 0.000863 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223778;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:37.666373' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001129 Lock_time: 0.000917 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223778;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:37.666378' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:29:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14036 Schema: QC_hit: No
# Query_time: 0.000252 Lock_time: 0.000142 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223779;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14036 Schema: QC_hit: No
# Query_time: 0.000225 Lock_time: 0.000157 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223779;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000454 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223779;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000268 Lock_time: 0.000137 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223779;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:38.669562' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:29:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000186 Lock_time: 0.000049 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223780;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000617 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223780;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000562 Lock_time: 0.000056 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223780;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:39.666616' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:29:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000254 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223781;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:40.665929' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000270 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223781;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:40.665864' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:29:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000427 Lock_time: 0.000224 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223782;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:41.665746' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001505 Lock_time: 0.001081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223782;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:29:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000336 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223783;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:42.666384' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000212 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223783;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:29:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001847 Lock_time: 0.001613 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223784;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001191 Lock_time: 0.000953 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223784;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:43.665975' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001487 Lock_time: 0.000973 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223784;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:43.665932' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:29:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001274 Lock_time: 0.001070 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223785;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000800 Lock_time: 0.000674 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223785;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:44.666408' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:29:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000844 Lock_time: 0.000174 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223786;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001408 Lock_time: 0.001203 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223786;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:45.665837' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001969 Lock_time: 0.001809 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223786;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:45.665866' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14038 Schema: QC_hit: No
# Query_time: 0.000243 Lock_time: 0.000158 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223786;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14038 Schema: QC_hit: No
# Query_time: 0.000200 Lock_time: 0.000152 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223786;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 7:29:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000630 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223787;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001161 Lock_time: 0.001052 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223787;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:46.666299' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:29:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14040 Schema: QC_hit: No
# Query_time: 0.000221 Lock_time: 0.000123 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223788;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14040 Schema: QC_hit: No
# Query_time: 0.000187 Lock_time: 0.000135 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223788;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000278 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223788;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000780 Lock_time: 0.000069 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223788;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002035 Lock_time: 0.001896 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223788;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:47.665776' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:29:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14041 Schema: QC_hit: No
# Query_time: 0.000205 Lock_time: 0.000125 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223789;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14041 Schema: QC_hit: No
# Query_time: 0.000170 Lock_time: 0.000124 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223789;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000720 Lock_time: 0.000365 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223789;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001334 Lock_time: 0.001223 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223789;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:48.666154' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:29:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000282 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223790;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000927 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223790;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000278 Lock_time: 0.000164 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223790;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:49.665594' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:29:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000241 Lock_time: 0.000084 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223791;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000172 Lock_time: 0.000061 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223791;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:50.666039' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001025 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223791;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:29:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000440 Lock_time: 0.000144 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223792;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:51.667709' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000209 Lock_time: 0.000065 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223792;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:51.667504' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:29:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000384 Lock_time: 0.000230 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223793;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000708 Lock_time: 0.000335 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223793;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001039 Lock_time: 0.000924 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223793;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:52.666053' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:29:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000307 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223794;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001554 Lock_time: 0.001396 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223794;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:53.666628' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001684 Lock_time: 0.001487 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223794;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:53.666432' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:29:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000285 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223795;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000620 Lock_time: 0.000139 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223795;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:29:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000523 Lock_time: 0.000358 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223796;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000320 Lock_time: 0.000198 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223796;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:55.666369' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001422 Lock_time: 0.001038 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223796;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:29:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000472 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223797;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000319 Lock_time: 0.000203 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223797;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:56.66576' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:29:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14044 Schema: QC_hit: No
# Query_time: 0.000224 Lock_time: 0.000142 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223798;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14044 Schema: QC_hit: No
# Query_time: 0.000127 Lock_time: 0.000081 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223798;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000467 Lock_time: 0.000331 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223798;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:57.666332' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000575 Lock_time: 0.000352 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223798;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:57.666398' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:29:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14045 Schema: QC_hit: No
# Query_time: 0.000229 Lock_time: 0.000131 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223799;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14045 Schema: QC_hit: No
# Query_time: 0.000187 Lock_time: 0.000133 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223799;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000490 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223799;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000234 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223799;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:58.669118' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:30:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000214 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223800;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:59.666561' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000219 Lock_time: 0.000067 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223800;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:29:59.666863' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:30:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000590 Lock_time: 0.000133 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223801;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000223 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223801;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:00.666101' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000288 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223801;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:00.666126' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:30:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001507 Lock_time: 0.001305 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223802;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000862 Lock_time: 0.000653 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223802;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:01.666136' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001891 Lock_time: 0.001340 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223802;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:30:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000473 Lock_time: 0.000273 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223803;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:02.666518' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000507 Lock_time: 0.000288 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223803;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:02.666847' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:30:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000417 Lock_time: 0.000148 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223804;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000741 Lock_time: 0.000167 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223804;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223804;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:03.666026' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:30:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000280 Lock_time: 0.000069 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223805;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000214 Lock_time: 0.000063 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223805;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:04.666768' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:30:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000893 Lock_time: 0.000707 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223806;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000807 Lock_time: 0.000327 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223806;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:05.66599' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:30:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000252 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223807;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:06.666429' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000914 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223807;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001007 Lock_time: 0.000653 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223807;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:30:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14048 Schema: QC_hit: No
# Query_time: 0.000248 Lock_time: 0.000140 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223808;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14048 Schema: QC_hit: No
# Query_time: 0.000218 Lock_time: 0.000157 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223808;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000607 Lock_time: 0.000393 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223808;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:07.666098' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001252 Lock_time: 0.001001 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223808;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:30:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14049 Schema: QC_hit: No
# Query_time: 0.000231 Lock_time: 0.000148 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223809;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14049 Schema: QC_hit: No
# Query_time: 0.000168 Lock_time: 0.000121 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223809;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000667 Lock_time: 0.000277 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223809;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000817 Lock_time: 0.000707 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223809;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:08.665847' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000739 Lock_time: 0.000629 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223809;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:08.66569' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:30:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000852 Lock_time: 0.000203 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223810;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000512 Lock_time: 0.000347 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223810;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:09.666427' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:30:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001714 Lock_time: 0.001550 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223811;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001009 Lock_time: 0.000842 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223811;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:10.665767' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001024 Lock_time: 0.000836 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223811;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:10.665832' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:30:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000225 Lock_time: 0.000059 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223812;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:11.666941' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000236 Lock_time: 0.000070 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223812;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:11.666947' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000494 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223812;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:30:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000624 Lock_time: 0.000244 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223813;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000402 Lock_time: 0.000058 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223813;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:12.666458' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:30:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000281 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223814;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000474 Lock_time: 0.000310 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223814;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:13.666251' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000849 Lock_time: 0.000624 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223814;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:13.666365' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:30:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000232 Lock_time: 0.000062 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223815;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000461 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223815;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000260 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223815;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:14.665659' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:30:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000262 Lock_time: 0.000150 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223816;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:15.66673' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000550 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223816;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14051 Schema: QC_hit: No
# Query_time: 0.000249 Lock_time: 0.000138 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223816;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14051 Schema: QC_hit: No
# Query_time: 0.000132 Lock_time: 0.000088 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223816;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 7:30:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000994 Lock_time: 0.000827 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223817;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000820 Lock_time: 0.000649 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223817;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:16.666341' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:30:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14053 Schema: QC_hit: No
# Query_time: 0.000249 Lock_time: 0.000139 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223818;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14053 Schema: QC_hit: No
# Query_time: 0.000194 Lock_time: 0.000140 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223818;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000963 Lock_time: 0.000388 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223818;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001704 Lock_time: 0.001551 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223818;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:17.665823' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:30:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14054 Schema: QC_hit: No
# Query_time: 0.000231 Lock_time: 0.000146 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223819;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14054 Schema: QC_hit: No
# Query_time: 0.000203 Lock_time: 0.000153 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223819;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000327 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223819;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000279 Lock_time: 0.000099 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223819;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:18.665787' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001349 Lock_time: 0.001199 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223819;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:18.665772' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:30:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000277 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223820;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000656 Lock_time: 0.000161 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223820;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001639 Lock_time: 0.001514 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223820;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:19.666257' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:30:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000530 Lock_time: 0.000158 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223821;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000218 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223821;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:20.66649' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001259 Lock_time: 0.001154 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223821;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:20.66655' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:30:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000531 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223822;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000301 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223822;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:21.665759' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:30:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000242 Lock_time: 0.000074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223823;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000554 Lock_time: 0.000433 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223823;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:22.666384' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:30:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000320 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223824;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223824;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:23.665701' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:30:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000532 Lock_time: 0.000134 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223825;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000310 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223825;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:24.666249' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000298 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223825;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:24.66625' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:30:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000342 Lock_time: 0.000177 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223826;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:25.665634' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000352 Lock_time: 0.000184 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223826;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:25.665622' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001195 Lock_time: 0.000847 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223826;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:30:27
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000622 Lock_time: 0.000468 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223827;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:26.666286' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000520 Lock_time: 0.000350 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223827;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:26.666171' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001670 Lock_time: 0.000979 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223827;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:30:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14057 Schema: QC_hit: No
# Query_time: 0.000219 Lock_time: 0.000125 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223828;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14057 Schema: QC_hit: No
# Query_time: 0.000157 Lock_time: 0.000109 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223828;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000354 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223828;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001649 Lock_time: 0.001520 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223828;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:27.665566' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:30:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14058 Schema: QC_hit: No
# Query_time: 0.000213 Lock_time: 0.000123 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223829;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14058 Schema: QC_hit: No
# Query_time: 0.000392 Lock_time: 0.000337 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223829;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000334 Lock_time: 0.000169 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223829;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000975 Lock_time: 0.000520 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223829;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000922 Lock_time: 0.000804 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223829;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:28.666118' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:30:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000696 Lock_time: 0.000146 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223830;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000239 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223830;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:29.665639' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:30:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000272 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223831;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000813 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223831;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:30:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000373 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223832;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.005170 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223832;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:30:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000526 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223833;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000444 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223833;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:32.66627' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:30:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001551 Lock_time: 0.001266 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223834;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001710 Lock_time: 0.001255 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223834;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:30:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001422 Lock_time: 0.001210 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223835;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001162 Lock_time: 0.000948 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223835;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:34.666541' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001499 Lock_time: 0.000589 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223835;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:34.666503' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:30:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001080 Lock_time: 0.000407 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223836;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000217 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223836;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:35.66613' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001337 Lock_time: 0.001186 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223836;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:35.666189' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:30:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000603 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223837;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000271 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223837;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:36.665566' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000249 Lock_time: 0.000066 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223837;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:36.665568' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:30:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14061 Schema: QC_hit: No
# Query_time: 0.000226 Lock_time: 0.000129 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223838;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14061 Schema: QC_hit: No
# Query_time: 0.000230 Lock_time: 0.000174 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223838;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000653 Lock_time: 0.000228 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223838;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000195 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223838;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:37.668099' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:30:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14062 Schema: QC_hit: No
# Query_time: 0.000196 Lock_time: 0.000112 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223839;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14062 Schema: QC_hit: No
# Query_time: 0.000161 Lock_time: 0.000110 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223839;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000522 Lock_time: 0.000130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223839;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001118 Lock_time: 0.000964 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223839;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:38.665772' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:30:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000295 Lock_time: 0.000131 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223840;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:39.666299' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001854 Lock_time: 0.000209 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223840;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:30:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001110 Lock_time: 0.000928 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223841;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000668 Lock_time: 0.000486 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223841;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:40.666241' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001254 Lock_time: 0.000894 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223841;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:40.666064' order by MODIFIED_DATE ASC limit 1;
2021-06-09 7:30:42 838 [Warning] Aborted connection 838 to db: 'sdnctl' user: 'sdnctl' host: '10.233.69.74' (Got timeout reading communication packets)
2021-06-09 7:30:42 839 [Warning] Aborted connection 839 to db: 'sdnctl' user: 'sdnctl' host: '10.233.69.74' (Got timeout reading communication packets)
2021-06-09 7:30:42 840 [Warning] Aborted connection 840 to db: 'sdnctl' user: 'sdnctl' host: '10.233.69.74' (Got timeout reading communication packets)
2021-06-09 7:30:42 841 [Warning] Aborted connection 841 to db: 'sdnctl' user: 'sdnctl' host: '10.233.69.74' (Got timeout reading communication packets)
# Time: 210609 7:30:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000299 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223842;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:41.665668' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000910 Lock_time: 0.000776 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223842;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:41.667455' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:30:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000631 Lock_time: 0.000158 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223843;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000246 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223843;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:42.666349' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:30:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000508 Lock_time: 0.000364 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223844;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000379 Lock_time: 0.000164 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223844;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:43.665799' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:30:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000690 Lock_time: 0.000519 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223845;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000201 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223845;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:44.666216' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000867 Lock_time: 0.000516 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223845;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:30:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000599 Lock_time: 0.000423 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223846;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:45.665593' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001208 Lock_time: 0.001042 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223846;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14064 Schema: QC_hit: No
# Query_time: 0.000230 Lock_time: 0.000125 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223846;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14064 Schema: QC_hit: No
# Query_time: 0.000170 Lock_time: 0.000110 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223846;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 7:30:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000408 Lock_time: 0.000236 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223847;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:46.666282' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001039 Lock_time: 0.000865 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223847;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:30:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14066 Schema: QC_hit: No
# Query_time: 0.000219 Lock_time: 0.000124 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223848;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14066 Schema: QC_hit: No
# Query_time: 0.000128 Lock_time: 0.000082 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223848;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000886 Lock_time: 0.000721 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223848;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001331 Lock_time: 0.001167 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223848;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:47.665595' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:30:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14067 Schema: QC_hit: No
# Query_time: 0.000235 Lock_time: 0.000136 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223849;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14067 Schema: QC_hit: No
# Query_time: 0.000130 Lock_time: 0.000084 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223849;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000274 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223849;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:48.666105' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000975 Lock_time: 0.000856 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223849;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:48.666101' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:30:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000293 Lock_time: 0.000104 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223850;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000286 Lock_time: 0.000136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223850;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:49.665515' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000358 Lock_time: 0.000145 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223850;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:49.665523' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:30:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000694 Lock_time: 0.000473 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223851;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001138 Lock_time: 0.000999 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223851;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:50.666689' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000564 Lock_time: 0.000130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223851;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:30:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000286 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223852;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000591 Lock_time: 0.000159 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223852;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:30:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000531 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223853;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000196 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223853;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:52.666618' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:30:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000293 Lock_time: 0.000136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223854;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000192 Lock_time: 0.000076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223854;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:53.666767' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:30:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000597 Lock_time: 0.000440 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223855;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000212 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223855;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:54.666168' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:30:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000564 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223856;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000251 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223856;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:55.666609' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:30:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001250 Lock_time: 0.001067 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223857;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000726 Lock_time: 0.000545 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223857;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:56.665808' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001448 Lock_time: 0.001058 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223857;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:30:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14070 Schema: QC_hit: No
# Query_time: 0.000196 Lock_time: 0.000114 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223858;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14070 Schema: QC_hit: No
# Query_time: 0.000182 Lock_time: 0.000131 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223858;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000809 Lock_time: 0.000631 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223858;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:57.666736' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000477 Lock_time: 0.000261 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223858;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:57.666361' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:30:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14071 Schema: QC_hit: No
# Query_time: 0.000228 Lock_time: 0.000143 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223859;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14071 Schema: QC_hit: No
# Query_time: 0.000194 Lock_time: 0.000131 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223859;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000312 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223859;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000540 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223859;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001328 Lock_time: 0.001200 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223859;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:58.66586' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:31:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000255 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223860;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001126 Lock_time: 0.000951 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223860;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:59.666465' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001178 Lock_time: 0.000996 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223860;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:30:59.666594' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:31:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002508 Lock_time: 0.002080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223861;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000281 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223861;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:00.667181' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:31:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000384 Lock_time: 0.000182 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223862;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000757 Lock_time: 0.000198 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223862;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001058 Lock_time: 0.000847 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223862;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:01.666056' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:31:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000392 Lock_time: 0.000131 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223863;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:02.666371' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000223 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223863;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:02.666218' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:31:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001354 Lock_time: 0.001128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223864;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000550 Lock_time: 0.000403 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223864;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:03.666018' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:31:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001261 Lock_time: 0.001101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223865;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001506 Lock_time: 0.001086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223865;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:31:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000391 Lock_time: 0.000128 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223866;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001417 Lock_time: 0.001162 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223866;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:05.665767' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:31:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000290 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223867;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.005609 Lock_time: 0.005445 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223867;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:06.66634' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:31:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14074 Schema: QC_hit: No
# Query_time: 0.000198 Lock_time: 0.000122 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223868;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14074 Schema: QC_hit: No
# Query_time: 0.000127 Lock_time: 0.000085 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223868;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000240 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223868;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:07.665707' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000264 Lock_time: 0.000071 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223868;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:07.665707' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:31:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14075 Schema: QC_hit: No
# Query_time: 0.000199 Lock_time: 0.000119 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223869;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14075 Schema: QC_hit: No
# Query_time: 0.000133 Lock_time: 0.000091 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223869;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000310 Lock_time: 0.000130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223869;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000472 Lock_time: 0.000131 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223869;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:31:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000334 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223870;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000505 Lock_time: 0.000131 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223870;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:31:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000265 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223871;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000278 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223871;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:10.666495' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:31:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001443 Lock_time: 0.001235 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223872;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002114 Lock_time: 0.001220 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223872;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:31:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001447 Lock_time: 0.001230 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223873;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001605 Lock_time: 0.001197 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223873;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:31:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001427 Lock_time: 0.001235 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223874;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:13.665812' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001388 Lock_time: 0.001201 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223874;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:13.66585' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:31:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000282 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223875;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000485 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223875;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001294 Lock_time: 0.001140 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223875;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:14.666112' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:31:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000275 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223876;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000273 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223876;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:15.665743' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14077 Schema: QC_hit: No
# Query_time: 0.000204 Lock_time: 0.000123 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223876;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14077 Schema: QC_hit: No
# Query_time: 0.000134 Lock_time: 0.000088 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223876;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 7:31:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000287 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223877;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000438 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223877;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.004635 Lock_time: 0.004468 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223877;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:16.666741' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:31:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14079 Schema: QC_hit: No
# Query_time: 0.000215 Lock_time: 0.000129 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223878;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14079 Schema: QC_hit: No
# Query_time: 0.000226 Lock_time: 0.000180 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223878;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000542 Lock_time: 0.000246 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223878;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000251 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223878;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:17.666186' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:31:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14080 Schema: QC_hit: No
# Query_time: 0.000207 Lock_time: 0.000129 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223879;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14080 Schema: QC_hit: No
# Query_time: 0.000186 Lock_time: 0.000139 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223879;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000654 Lock_time: 0.000136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223879;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000400 Lock_time: 0.000235 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223879;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:18.666061' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:31:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000257 Lock_time: 0.000063 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223880;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000533 Lock_time: 0.000137 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223880;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000226 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223880;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:19.666216' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:31:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000939 Lock_time: 0.000772 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223881;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000257 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223881;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:20.666019' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001124 Lock_time: 0.000748 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223881;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:31:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000875 Lock_time: 0.000680 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223882;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:21.666341' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000490 Lock_time: 0.000263 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223882;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:21.666217' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:31:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000359 Lock_time: 0.000136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223883;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000541 Lock_time: 0.000150 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223883;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001504 Lock_time: 0.001339 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223883;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:22.665684' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:31:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000297 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223884;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000219 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223884;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:23.666333' order by MODIFIED_DATE ASC limit 1;
# User@Host: so_user[so_user] @ [10.233.73.133]
# Thread_id: 13763 Schema: camundabpmn QC_hit: No
# Query_time: 0.000598 Lock_time: 0.000118 Rows_sent: 41 Rows_examined: 82
# Rows_affected: 0 Bytes_sent: 14414
use camundabpmn;
SET timestamp=1623223884;
SELECT
RES.*,
(
case
when
RES.TASK_ID_ is not null
and RES.EXECUTION_ID_ is not null
then EXECUTION.ACT_INST_ID_
when
RES.CASE_EXECUTION_ID_ is not null
then RES.CASE_EXECUTION_ID_
when
EXECUTION.PARENT_ID_ is null
and RES.IS_CONCURRENT_LOCAL_ = 0
then EXECUTION.ID_
when
EXECUTION.IS_SCOPE_ = 1
and EXECUTION.PARENT_ID_ is not null
and RES.IS_CONCURRENT_LOCAL_ = 0
then PARENT_EXECUTION.ACT_INST_ID_
else EXECUTION.ACT_INST_ID_
end
) ACT_INST_ID_
FROM
ACT_RU_VARIABLE RES
LEFT JOIN
ACT_RU_EXECUTION EXECUTION
ON
RES.EXECUTION_ID_ = EXECUTION.ID_
LEFT JOIN
ACT_RU_EXECUTION PARENT_EXECUTION
ON
EXECUTION.PARENT_ID_ = PARENT_EXECUTION.ID_
WHERE
EXECUTION_ID_ = 'af83d50d-c8f4-11eb-8dad-76c534593a99'
AND
TASK_ID_ is null;
# User@Host: so_user[so_user] @ [10.233.73.133]
# Thread_id: 13763 Schema: camundabpmn QC_hit: No
# Query_time: 0.000771 Lock_time: 0.000149 Rows_sent: 44 Rows_examined: 88
# Rows_affected: 0 Bytes_sent: 15370
SET timestamp=1623223884;
SELECT
RES.*,
(
case
when
RES.TASK_ID_ is not null
and RES.EXECUTION_ID_ is not null
then EXECUTION.ACT_INST_ID_
when
RES.CASE_EXECUTION_ID_ is not null
then RES.CASE_EXECUTION_ID_
when
EXECUTION.PARENT_ID_ is null
and RES.IS_CONCURRENT_LOCAL_ = 0
then EXECUTION.ID_
when
EXECUTION.IS_SCOPE_ = 1
and EXECUTION.PARENT_ID_ is not null
and RES.IS_CONCURRENT_LOCAL_ = 0
then PARENT_EXECUTION.ACT_INST_ID_
else EXECUTION.ACT_INST_ID_
end
) ACT_INST_ID_
FROM
ACT_RU_VARIABLE RES
LEFT JOIN
ACT_RU_EXECUTION EXECUTION
ON
RES.EXECUTION_ID_ = EXECUTION.ID_
LEFT JOIN
ACT_RU_EXECUTION PARENT_EXECUTION
ON
EXECUTION.PARENT_ID_ = PARENT_EXECUTION.ID_
WHERE
EXECUTION_ID_ = 'af83d50d-c8f4-11eb-8dad-76c534593a99'
AND
TASK_ID_ is null;
# User@Host: so_user[so_user] @ [10.233.73.133]
# Thread_id: 13763 Schema: camundabpmn QC_hit: No
# Query_time: 0.001020 Lock_time: 0.000084 Rows_sent: 1 Rows_examined: 508
# Rows_affected: 0 Bytes_sent: 1356
SET timestamp=1623223884;
select *
from ACT_RE_PROCDEF RES
where KEY_ = 'ExecuteBuildingBlock'
and TENANT_ID_ is null
and VERSION_ = (
select max(VERSION_)
from ACT_RE_PROCDEF
where KEY_ = 'ExecuteBuildingBlock' and TENANT_ID_ is null);
# Time: 210609 7:31:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000532 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
use vid_openecomp_epsdk;
SET timestamp=1623223885;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000349 Lock_time: 0.000216 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223885;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:24.665637' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000425 Lock_time: 0.000218 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223885;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:24.665583' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:31:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000293 Lock_time: 0.000115 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223886;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000375 Lock_time: 0.000147 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223886;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:25.666052' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000427 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223886;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:25.666207' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:31:27
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001122 Lock_time: 0.000966 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223887;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000571 Lock_time: 0.000417 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223887;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:26.665751' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:31:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14083 Schema: QC_hit: No
# Query_time: 0.000293 Lock_time: 0.000168 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223888;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14083 Schema: QC_hit: No
# Query_time: 0.000169 Lock_time: 0.000112 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223888;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000499 Lock_time: 0.000273 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223888;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:27.666294' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000353 Lock_time: 0.000155 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223888;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:27.666497' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:31:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14084 Schema: QC_hit: No
# Query_time: 0.000235 Lock_time: 0.000136 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223889;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14084 Schema: QC_hit: No
# Query_time: 0.000133 Lock_time: 0.000090 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223889;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000487 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223889;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000199 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223889;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:28.66597' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:31:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000624 Lock_time: 0.000157 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223890;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000335 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223890;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:29.666519' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000416 Lock_time: 0.000182 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223890;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:29.666274' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:31:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000449 Lock_time: 0.000275 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223891;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000368 Lock_time: 0.000196 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223891;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:30.666103' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:31:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000551 Lock_time: 0.000284 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223892;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000844 Lock_time: 0.000284 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223892;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000584 Lock_time: 0.000448 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223892;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:31.666317' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:31:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000582 Lock_time: 0.000365 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223893;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:32.665842' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001606 Lock_time: 0.001191 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223893;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000447 Lock_time: 0.000325 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223893;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:31:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001110 Lock_time: 0.000868 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223894;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:33.666369' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001771 Lock_time: 0.001544 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223894;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:31:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000260 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223895;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001531 Lock_time: 0.001321 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223895;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:34.665854' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001554 Lock_time: 0.001336 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223895;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:34.665907' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:31:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001315 Lock_time: 0.001216 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223896;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001812 Lock_time: 0.001669 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223896;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:35.666297' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:31:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000296 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223897;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:36.66573' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000323 Lock_time: 0.000141 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223897;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:36.665721' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:31:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14087 Schema: QC_hit: No
# Query_time: 0.000179 Lock_time: 0.000099 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223898;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14087 Schema: QC_hit: No
# Query_time: 0.000130 Lock_time: 0.000083 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223898;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001491 Lock_time: 0.001285 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223898;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:37.666323' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001486 Lock_time: 0.001204 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223898;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:37.666364' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:31:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14088 Schema: QC_hit: No
# Query_time: 0.000222 Lock_time: 0.000125 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223899;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14088 Schema: QC_hit: No
# Query_time: 0.000193 Lock_time: 0.000092 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223899;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000242 Lock_time: 0.000066 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223899;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:38.665837' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000486 Lock_time: 0.000375 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223899;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:38.665848' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:31:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000341 Lock_time: 0.000173 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223900;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001569 Lock_time: 0.001280 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223900;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:31:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000275 Lock_time: 0.000109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223901;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000399 Lock_time: 0.000240 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223901;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:40.666015' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:31:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000273 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223902;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000701 Lock_time: 0.000568 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223902;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:41.667214' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:31:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000285 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223903;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000339 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223903;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:42.665833' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:31:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000338 Lock_time: 0.000170 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223904;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000696 Lock_time: 0.000279 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223904;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000285 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223904;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:43.66633' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:31:45
# User@Host: so_user[so_user] @ [10.233.73.133]
# Thread_id: 13763 Schema: camundabpmn QC_hit: No
# Query_time: 0.001046 Lock_time: 0.000148 Rows_sent: 1 Rows_examined: 508
# Rows_affected: 0 Bytes_sent: 1368
use camundabpmn;
SET timestamp=1623223905;
select *
from ACT_RE_PROCDEF RES
where KEY_ = 'AssignServiceInstanceBB'
and TENANT_ID_ is null
and VERSION_ = (
select max(VERSION_)
from ACT_RE_PROCDEF
where KEY_ = 'AssignServiceInstanceBB' and TENANT_ID_ is null);
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001292 Lock_time: 0.001109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
use vid_openecomp_epsdk;
SET timestamp=1623223905;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000689 Lock_time: 0.000539 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223905;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:44.665856' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001587 Lock_time: 0.001098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223905;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:31:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000566 Lock_time: 0.000450 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223906;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:45.66657' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000263 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223906;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:45.666317' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14090 Schema: QC_hit: No
# Query_time: 0.000296 Lock_time: 0.000175 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223906;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14090 Schema: QC_hit: No
# Query_time: 0.000219 Lock_time: 0.000140 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223906;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 7:31:47
# User@Host: so_user[so_user] @ [10.233.73.133]
# Thread_id: 13763 Schema: camundabpmn QC_hit: No
# Query_time: 0.001039 Lock_time: 0.000132 Rows_sent: 1 Rows_examined: 508
# Rows_affected: 0 Bytes_sent: 1313
use camundabpmn;
SET timestamp=1623223907;
select *
from ACT_RE_PROCDEF RES
where KEY_ = 'SDNCHandler'
and TENANT_ID_ is null
and VERSION_ = (
select max(VERSION_)
from ACT_RE_PROCDEF
where KEY_ = 'SDNCHandler' and TENANT_ID_ is null);
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000645 Lock_time: 0.000142 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
use vid_openecomp_epsdk;
SET timestamp=1623223907;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000931 Lock_time: 0.000782 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223907;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:46.66582' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:31:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14092 Schema: QC_hit: No
# Query_time: 0.000195 Lock_time: 0.000113 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223908;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14092 Schema: QC_hit: No
# Query_time: 0.000217 Lock_time: 0.000164 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223908;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000593 Lock_time: 0.000189 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223908;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001166 Lock_time: 0.001015 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223908;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:47.666363' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:31:49
# User@Host: so_user[so_user] @ [10.233.73.133]
# Thread_id: 13763 Schema: camundabpmn QC_hit: No
# Query_time: 0.000650 Lock_time: 0.000093 Rows_sent: 50 Rows_examined: 100
# Rows_affected: 0 Bytes_sent: 17213
use camundabpmn;
SET timestamp=1623223909;
SELECT
RES.*,
(
case
when
RES.TASK_ID_ is not null
and RES.EXECUTION_ID_ is not null
then EXECUTION.ACT_INST_ID_
when
RES.CASE_EXECUTION_ID_ is not null
then RES.CASE_EXECUTION_ID_
when
EXECUTION.PARENT_ID_ is null
and RES.IS_CONCURRENT_LOCAL_ = 0
then EXECUTION.ID_
when
EXECUTION.IS_SCOPE_ = 1
and EXECUTION.PARENT_ID_ is not null
and RES.IS_CONCURRENT_LOCAL_ = 0
then PARENT_EXECUTION.ACT_INST_ID_
else EXECUTION.ACT_INST_ID_
end
) ACT_INST_ID_
FROM
ACT_RU_VARIABLE RES
LEFT JOIN
ACT_RU_EXECUTION EXECUTION
ON
RES.EXECUTION_ID_ = EXECUTION.ID_
LEFT JOIN
ACT_RU_EXECUTION PARENT_EXECUTION
ON
EXECUTION.PARENT_ID_ = PARENT_EXECUTION.ID_
WHERE
EXECUTION_ID_ = 'af83d50d-c8f4-11eb-8dad-76c534593a99'
AND
TASK_ID_ is null;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14093 Schema: QC_hit: No
# Query_time: 0.000159 Lock_time: 0.000100 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223909;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14093 Schema: QC_hit: No
# Query_time: 0.000143 Lock_time: 0.000098 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223909;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000305 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
use vid_openecomp_epsdk;
SET timestamp=1623223909;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000765 Lock_time: 0.000596 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223909;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:48.665679' order by MODIFIED_DATE ASC limit 1;
# User@Host: so_user[so_user] @ [10.233.73.133]
# Thread_id: 13763 Schema: camundabpmn QC_hit: No
# Query_time: 0.001262 Lock_time: 0.000182 Rows_sent: 1 Rows_examined: 508
# Rows_affected: 0 Bytes_sent: 1376
use camundabpmn;
SET timestamp=1623223909;
select *
from ACT_RE_PROCDEF RES
where KEY_ = 'ActivateServiceInstanceBB'
and TENANT_ID_ is null
and VERSION_ = (
select max(VERSION_)
from ACT_RE_PROCDEF
where KEY_ = 'ActivateServiceInstanceBB' and TENANT_ID_ is null);
# Time: 210609 7:31:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000254 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
use vid_openecomp_epsdk;
SET timestamp=1623223910;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000197 Lock_time: 0.000075 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223910;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:49.666262' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:31:51
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000291 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223911;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:50.665654' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000489 Lock_time: 0.000131 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223911;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:31:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000247 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223912;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000217 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223912;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:51.665642' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000225 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223912;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:51.665829' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:31:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000241 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223913;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000195 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223913;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:52.66635' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000254 Lock_time: 0.000141 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223913;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:52.666345' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:31:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000436 Lock_time: 0.000258 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223914;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:53.665725' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001071 Lock_time: 0.000901 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223914;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:31:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000728 Lock_time: 0.000568 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223915;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:54.666308' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001328 Lock_time: 0.001161 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223915;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:31:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000281 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223916;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001841 Lock_time: 0.001640 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223916;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:55.665663' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001948 Lock_time: 0.001703 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223916;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:55.665738' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:31:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001200 Lock_time: 0.001059 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223917;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:56.666421' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001218 Lock_time: 0.001061 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223917;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:56.666217' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:31:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14096 Schema: QC_hit: No
# Query_time: 0.000230 Lock_time: 0.000151 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223918;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14096 Schema: QC_hit: No
# Query_time: 0.000162 Lock_time: 0.000117 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223918;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000514 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223918;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000302 Lock_time: 0.000134 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223918;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:57.665785' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:31:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14097 Schema: QC_hit: No
# Query_time: 0.000185 Lock_time: 0.000109 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223919;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14097 Schema: QC_hit: No
# Query_time: 0.000136 Lock_time: 0.000095 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223919;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000654 Lock_time: 0.000483 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223919;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:58.66644' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001301 Lock_time: 0.001136 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223919;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001598 Lock_time: 0.001109 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223919;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:32:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000245 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223920;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:59.665652' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000291 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223920;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:31:59.665918' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:32:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000527 Lock_time: 0.000150 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223921;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000271 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223921;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:00.666198' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000261 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223921;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:00.666374' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:32:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000336 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223922;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:01.665777' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000274 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223922;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000227 Lock_time: 0.000086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223922;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:01.665935' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:32:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000290 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223923;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:02.666164' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000239 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223923;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:02.666373' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000559 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223923;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:32:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000625 Lock_time: 0.000458 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223924;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:03.665749' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001248 Lock_time: 0.001090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223924;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000726 Lock_time: 0.000540 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223924;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:03.665592' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:32:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000563 Lock_time: 0.000315 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223925;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:04.666399' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001590 Lock_time: 0.001066 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223925;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:32:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000385 Lock_time: 0.000148 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223926;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000840 Lock_time: 0.000139 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223926;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001360 Lock_time: 0.001223 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223926;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:05.665957' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:32:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000227 Lock_time: 0.000076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223927;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001175 Lock_time: 0.001025 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223927;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:06.666452' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:32:08
# User@Host: so_user[so_user] @ [10.233.73.133]
# Thread_id: 13763 Schema: camundabpmn QC_hit: No
# Query_time: 0.000511 Lock_time: 0.000117 Rows_sent: 41 Rows_examined: 82
# Rows_affected: 0 Bytes_sent: 15117
use camundabpmn;
SET timestamp=1623223928;
SELECT
RES.*,
(
case
when
RES.TASK_ID_ is not null
and RES.EXECUTION_ID_ is not null
then EXECUTION.ACT_INST_ID_
when
RES.CASE_EXECUTION_ID_ is not null
then RES.CASE_EXECUTION_ID_
when
EXECUTION.PARENT_ID_ is null
and RES.IS_CONCURRENT_LOCAL_ = 0
then EXECUTION.ID_
when
EXECUTION.IS_SCOPE_ = 1
and EXECUTION.PARENT_ID_ is not null
and RES.IS_CONCURRENT_LOCAL_ = 0
then PARENT_EXECUTION.ACT_INST_ID_
else EXECUTION.ACT_INST_ID_
end
) ACT_INST_ID_
FROM
ACT_RU_VARIABLE RES
LEFT JOIN
ACT_RU_EXECUTION EXECUTION
ON
RES.EXECUTION_ID_ = EXECUTION.ID_
LEFT JOIN
ACT_RU_EXECUTION PARENT_EXECUTION
ON
EXECUTION.PARENT_ID_ = PARENT_EXECUTION.ID_
WHERE
EXECUTION_ID_ = 'cb6792c2-c8f4-11eb-8dad-76c534593a99'
AND
TASK_ID_ is null;
# User@Host: so_user[so_user] @ [10.233.73.133]
# Thread_id: 13763 Schema: camundabpmn QC_hit: No
# Query_time: 0.000511 Lock_time: 0.000094 Rows_sent: 44 Rows_examined: 88
# Rows_affected: 0 Bytes_sent: 16073
SET timestamp=1623223928;
SELECT
RES.*,
(
case
when
RES.TASK_ID_ is not null
and RES.EXECUTION_ID_ is not null
then EXECUTION.ACT_INST_ID_
when
RES.CASE_EXECUTION_ID_ is not null
then RES.CASE_EXECUTION_ID_
when
EXECUTION.PARENT_ID_ is null
and RES.IS_CONCURRENT_LOCAL_ = 0
then EXECUTION.ID_
when
EXECUTION.IS_SCOPE_ = 1
and EXECUTION.PARENT_ID_ is not null
and RES.IS_CONCURRENT_LOCAL_ = 0
then PARENT_EXECUTION.ACT_INST_ID_
else EXECUTION.ACT_INST_ID_
end
) ACT_INST_ID_
FROM
ACT_RU_VARIABLE RES
LEFT JOIN
ACT_RU_EXECUTION EXECUTION
ON
RES.EXECUTION_ID_ = EXECUTION.ID_
LEFT JOIN
ACT_RU_EXECUTION PARENT_EXECUTION
ON
EXECUTION.PARENT_ID_ = PARENT_EXECUTION.ID_
WHERE
EXECUTION_ID_ = 'cb6792c2-c8f4-11eb-8dad-76c534593a99'
AND
TASK_ID_ is null;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14100 Schema: QC_hit: No
# Query_time: 0.000242 Lock_time: 0.000141 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223928;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14100 Schema: QC_hit: No
# Query_time: 0.000166 Lock_time: 0.000118 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223928;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000605 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
use vid_openecomp_epsdk;
SET timestamp=1623223928;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000226 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223928;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:07.665835' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:32:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14101 Schema: QC_hit: No
# Query_time: 0.000237 Lock_time: 0.000121 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223929;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14101 Schema: QC_hit: No
# Query_time: 0.000138 Lock_time: 0.000089 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223929;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: so_user[so_user] @ [10.233.73.133]
# Thread_id: 13763 Schema: camundabpmn QC_hit: No
# Query_time: 0.001285 Lock_time: 0.000156 Rows_sent: 1 Rows_examined: 508
# Rows_affected: 0 Bytes_sent: 1344
use camundabpmn;
SET timestamp=1623223929;
select *
from ACT_RE_PROCDEF RES
where KEY_ = 'AssignNetworkBB'
and TENANT_ID_ is null
and VERSION_ = (
select max(VERSION_)
from ACT_RE_PROCDEF
where KEY_ = 'AssignNetworkBB' and TENANT_ID_ is null);
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000488 Lock_time: 0.000317 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
use vid_openecomp_epsdk;
SET timestamp=1623223929;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000272 Lock_time: 0.000118 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223929;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:08.666071' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000366 Lock_time: 0.000201 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223929;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:08.666101' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:32:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001059 Lock_time: 0.000825 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223930;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:09.666135' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001152 Lock_time: 0.000915 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223930;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:09.665954' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:32:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000604 Lock_time: 0.000149 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223931;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000292 Lock_time: 0.000171 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223931;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:10.666367' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:32:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001488 Lock_time: 0.001170 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223932;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:11.666071' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001384 Lock_time: 0.001053 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223932;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:11.666252' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:32:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000633 Lock_time: 0.000120 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223933;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001402 Lock_time: 0.001230 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223933;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:12.666332' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001513 Lock_time: 0.001341 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223933;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:12.66633' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:32:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000504 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223934;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000279 Lock_time: 0.000150 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223934;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:13.666173' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:32:15
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000745 Lock_time: 0.000545 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223935;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000956 Lock_time: 0.000566 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223935;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:32:16
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000248 Lock_time: 0.000090 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223936;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:15.666302' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000320 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223936;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:15.666155' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14103 Schema: QC_hit: No
# Query_time: 0.000261 Lock_time: 0.000143 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223936;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14103 Schema: QC_hit: No
# Query_time: 0.000219 Lock_time: 0.000126 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223936;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 7:32:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000287 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223937;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000385 Lock_time: 0.000231 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223937;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:16.666337' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:32:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14105 Schema: QC_hit: No
# Query_time: 0.000242 Lock_time: 0.000142 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223938;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14105 Schema: QC_hit: No
# Query_time: 0.000260 Lock_time: 0.000178 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223938;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001027 Lock_time: 0.000774 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223938;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000757 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223938;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:17.66636' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:32:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14106 Schema: QC_hit: No
# Query_time: 0.000184 Lock_time: 0.000108 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223939;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14106 Schema: QC_hit: No
# Query_time: 0.000221 Lock_time: 0.000145 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223939;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001565 Lock_time: 0.001365 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223939;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000834 Lock_time: 0.000621 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223939;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:18.666306' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002111 Lock_time: 0.001545 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223939;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:32:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000500 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223940;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001457 Lock_time: 0.001182 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223940;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:19.665968' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:32:21
# User@Host: so_user[so_user] @ [10.233.73.133]
# Thread_id: 13763 Schema: camundabpmn QC_hit: No
# Query_time: 0.000615 Lock_time: 0.000092 Rows_sent: 50 Rows_examined: 100
# Rows_affected: 0 Bytes_sent: 17916
use camundabpmn;
SET timestamp=1623223941;
SELECT
RES.*,
(
case
when
RES.TASK_ID_ is not null
and RES.EXECUTION_ID_ is not null
then EXECUTION.ACT_INST_ID_
when
RES.CASE_EXECUTION_ID_ is not null
then RES.CASE_EXECUTION_ID_
when
EXECUTION.PARENT_ID_ is null
and RES.IS_CONCURRENT_LOCAL_ = 0
then EXECUTION.ID_
when
EXECUTION.IS_SCOPE_ = 1
and EXECUTION.PARENT_ID_ is not null
and RES.IS_CONCURRENT_LOCAL_ = 0
then PARENT_EXECUTION.ACT_INST_ID_
else EXECUTION.ACT_INST_ID_
end
) ACT_INST_ID_
FROM
ACT_RU_VARIABLE RES
LEFT JOIN
ACT_RU_EXECUTION EXECUTION
ON
RES.EXECUTION_ID_ = EXECUTION.ID_
LEFT JOIN
ACT_RU_EXECUTION PARENT_EXECUTION
ON
EXECUTION.PARENT_ID_ = PARENT_EXECUTION.ID_
WHERE
EXECUTION_ID_ = 'cb6792c2-c8f4-11eb-8dad-76c534593a99'
AND
TASK_ID_ is null;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000279 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
use vid_openecomp_epsdk;
SET timestamp=1623223941;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001469 Lock_time: 0.001308 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223941;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:20.666106' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:32:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000485 Lock_time: 0.000127 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223942;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000206 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223942;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:21.666475' order by MODIFIED_DATE ASC limit 1;
# User@Host: so_user[so_user] @ [10.233.73.133]
# Thread_id: 13763 Schema: camundabpmn QC_hit: No
# Query_time: 0.001372 Lock_time: 0.000183 Rows_sent: 1 Rows_examined: 508
# Rows_affected: 0 Bytes_sent: 1344
use camundabpmn;
SET timestamp=1623223942;
select *
from ACT_RE_PROCDEF RES
where KEY_ = 'CreateNetworkBB'
and TENANT_ID_ is null
and VERSION_ = (
select max(VERSION_)
from ACT_RE_PROCDEF
where KEY_ = 'CreateNetworkBB' and TENANT_ID_ is null);
# Time: 210609 7:32:23
# User@Host: so_user[so_user] @ [10.233.73.133]
# Thread_id: 13763 Schema: camundabpmn QC_hit: No
# Query_time: 0.001016 Lock_time: 0.000147 Rows_sent: 1 Rows_examined: 508
# Rows_affected: 0 Bytes_sent: 1332
SET timestamp=1623223943;
select *
from ACT_RE_PROCDEF RES
where KEY_ = 'NetworkAdapter'
and TENANT_ID_ is null
and VERSION_ = (
select max(VERSION_)
from ACT_RE_PROCDEF
where KEY_ = 'NetworkAdapter' and TENANT_ID_ is null);
# User@Host: so_user[so_user] @ [10.233.73.133]
# Thread_id: 13763 Schema: camundabpmn QC_hit: No
# Query_time: 0.000790 Lock_time: 0.000053 Rows_sent: 1 Rows_examined: 508
# Rows_affected: 0 Bytes_sent: 1364
SET timestamp=1623223943;
select *
from ACT_RE_PROCDEF RES
where KEY_ = 'openstackAdapterTask'
and TENANT_ID_ is null
and VERSION_ = (
select max(VERSION_)
from ACT_RE_PROCDEF
where KEY_ = 'openstackAdapterTask' and TENANT_ID_ is null);
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000468 Lock_time: 0.000107 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
use vid_openecomp_epsdk;
SET timestamp=1623223943;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000248 Lock_time: 0.000133 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223943;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:22.665691' order by MODIFIED_DATE ASC limit 1;
# User@Host: so_user[so_user] @ [10.233.73.133]
# Thread_id: 13763 Schema: camundabpmn QC_hit: No
# Query_time: 0.000667 Lock_time: 0.000210 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 356
use camundabpmn;
SET timestamp=1623223943;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 07:32:23.757'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 07:32:23.757')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'f64ea363-c8b0-11eb-8dad-76c534593a99'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 07:32:23.757') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# User@Host: so_user[so_user] @ [10.233.73.133]
# Thread_id: 13763 Schema: camundabpmn QC_hit: No
# Query_time: 0.000507 Lock_time: 0.000194 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 356
SET timestamp=1623223943;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 07:32:23.761'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 07:32:23.761')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'f64ea363-c8b0-11eb-8dad-76c534593a99'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 07:32:23.761') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# Time: 210609 7:32:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002722 Lock_time: 0.002519 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
use vid_openecomp_epsdk;
SET timestamp=1623223944;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:23.666358' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000797 Lock_time: 0.000181 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223944;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000252 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223944;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:23.666568' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:32:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001068 Lock_time: 0.000905 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223945;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000515 Lock_time: 0.000315 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223945;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:24.665789' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001155 Lock_time: 0.000709 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223945;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:32:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000274 Lock_time: 0.000130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223946;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000347 Lock_time: 0.000114 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223946;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:25.759544' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:32:27
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000494 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223947;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000218 Lock_time: 0.000089 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223947;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:26.665916' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:32:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14109 Schema: QC_hit: No
# Query_time: 0.000214 Lock_time: 0.000134 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223948;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14109 Schema: QC_hit: No
# Query_time: 0.000174 Lock_time: 0.000122 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223948;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000323 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223948;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000261 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223948;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:27.666699' order by MODIFIED_DATE ASC limit 1;
# User@Host: so_user[so_user] @ [10.233.73.133]
# Thread_id: 13763 Schema: camundabpmn QC_hit: No
# Query_time: 0.000653 Lock_time: 0.000254 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 356
use camundabpmn;
SET timestamp=1623223948;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 07:32:28.762'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 07:32:28.762')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'f64ea363-c8b0-11eb-8dad-76c534593a99'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 07:32:28.762') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# Time: 210609 7:32:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14110 Schema: QC_hit: No
# Query_time: 0.000284 Lock_time: 0.000181 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223949;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14110 Schema: QC_hit: No
# Query_time: 0.000149 Lock_time: 0.000101 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223949;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000296 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
use vid_openecomp_epsdk;
SET timestamp=1623223949;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000247 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223949;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:28.665817' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000242 Lock_time: 0.000072 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223949;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:28.665928' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:32:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000631 Lock_time: 0.000381 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223950;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:29.665505' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001516 Lock_time: 0.001098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223950;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:32:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001265 Lock_time: 0.001049 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223951;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001450 Lock_time: 0.001054 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223951;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:32:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000265 Lock_time: 0.000103 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223952;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000671 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223952;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:32:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000385 Lock_time: 0.000190 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223953;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001002 Lock_time: 0.000266 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223953;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000286 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223953;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:32.66636' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:32:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000282 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223954;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:33.665827' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000691 Lock_time: 0.000161 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223954;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:32:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000258 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223955;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000562 Lock_time: 0.000129 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223955;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000677 Lock_time: 0.000562 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223955;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:34.666363' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:32:36
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000798 Lock_time: 0.000633 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223956;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:35.665972' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001488 Lock_time: 0.001323 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223956;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:32:37
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000382 Lock_time: 0.000202 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223957;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:36.666336' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001291 Lock_time: 0.000884 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223957;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:32:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14113 Schema: QC_hit: No
# Query_time: 0.000208 Lock_time: 0.000129 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223958;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14113 Schema: QC_hit: No
# Query_time: 0.000195 Lock_time: 0.000148 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223958;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000268 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223958;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001099 Lock_time: 0.000975 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223958;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:37.665786' order by MODIFIED_DATE ASC limit 1;
# User@Host: so_user[so_user] @ [10.233.73.133]
# Thread_id: 13763 Schema: camundabpmn QC_hit: No
# Query_time: 0.000648 Lock_time: 0.000289 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 356
use camundabpmn;
SET timestamp=1623223958;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 07:32:38.763'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 07:32:38.763')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'f64ea363-c8b0-11eb-8dad-76c534593a99'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 07:32:38.763') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# Time: 210609 7:32:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14114 Schema: QC_hit: No
# Query_time: 0.000214 Lock_time: 0.000131 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223959;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14114 Schema: QC_hit: No
# Query_time: 0.000180 Lock_time: 0.000132 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223959;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000463 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
use vid_openecomp_epsdk;
SET timestamp=1623223959;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001251 Lock_time: 0.001111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223959;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:38.666441' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:32:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000222 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223960;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:39.666151' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000276 Lock_time: 0.000122 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223960;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:39.666198' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:32:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000279 Lock_time: 0.000119 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223961;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000265 Lock_time: 0.000125 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223961;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:40.665851' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:32:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000612 Lock_time: 0.000148 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223962;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000338 Lock_time: 0.000133 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223962;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:41.66632' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000191 Lock_time: 0.000088 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223962;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:32:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000254 Lock_time: 0.000119 Rows_sent: 1 Rows_examined: 7
# Rows_affected: 0 Bytes_sent: 688
SET timestamp=1623223963;
select categorypa0_.CATEGORY_ID as CATEGORY1_21_, categorypa0_.CREATED_DATE as CREATED_2_21_, categorypa0_.MODIFIED_DATE as MODIFIED3_21_, categorypa0_.family as family4_21_, categorypa0_.ID_SUPPORTED as ID_SUPPO5_21_, categorypa0_.NAME as NAME6_21_ from vid_category_parameter categorypa0_ where categorypa0_.NAME='project';
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000870 Lock_time: 0.000701 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223963;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:42.665596' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001829 Lock_time: 0.001487 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223963;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:32:44
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000990 Lock_time: 0.000831 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223964;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:43.666048' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001673 Lock_time: 0.001494 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223964;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:32:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000234 Lock_time: 0.000067 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223965;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:44.665679' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000280 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223965;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:44.665704' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:32:46
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000600 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223966;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000381 Lock_time: 0.000179 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223966;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:45.666285' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000374 Lock_time: 0.000164 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223966;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:45.666285' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14116 Schema: QC_hit: No
# Query_time: 0.000284 Lock_time: 0.000191 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223966;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14116 Schema: QC_hit: No
# Query_time: 0.000125 Lock_time: 0.000081 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223966;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 7:32:47
# User@Host: so_user[so_user] @ [10.233.73.133]
# Thread_id: 13763 Schema: camundabpmn QC_hit: No
# Query_time: 0.005510 Lock_time: 0.004509 Rows_sent: 1 Rows_examined: 2
# Rows_affected: 0 Bytes_sent: 439
use camundabpmn;
SET timestamp=1623223967;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 07:32:47.067'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 07:32:47.067')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'f64ea363-c8b0-11eb-8dad-76c534593a99'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 07:32:47.067') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# User@Host: so_user[so_user] @ [10.233.73.133]
# Thread_id: 13763 Schema: camundabpmn QC_hit: No
# Query_time: 0.000818 Lock_time: 0.000355 Rows_sent: 0 Rows_examined: 1
# Rows_affected: 0 Bytes_sent: 356
SET timestamp=1623223967;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 07:32:47.078'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 07:32:47.078')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'f64ea363-c8b0-11eb-8dad-76c534593a99'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 07:32:47.078') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# User@Host: so_user[so_user] @ [10.233.73.133]
# Thread_id: 13763 Schema: camundabpmn QC_hit: No
# Query_time: 0.000553 Lock_time: 0.000217 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 356
SET timestamp=1623223967;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 07:32:47.11'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 07:32:47.11')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'f64ea363-c8b0-11eb-8dad-76c534593a99'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 07:32:47.11') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# User@Host: so_user[so_user] @ [10.233.73.133]
# Thread_id: 13763 Schema: camundabpmn QC_hit: No
# Query_time: 0.000433 Lock_time: 0.000182 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 356
SET timestamp=1623223967;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 07:32:47.114'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 07:32:47.114')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'f64ea363-c8b0-11eb-8dad-76c534593a99'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 07:32:47.114') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# User@Host: so_user[so_user] @ [10.233.73.133]
# Thread_id: 13763 Schema: camundabpmn QC_hit: No
# Query_time: 0.021227 Lock_time: 0.020773 Rows_sent: 1 Rows_examined: 2
# Rows_affected: 0 Bytes_sent: 439
SET timestamp=1623223967;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 07:32:47.654'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 07:32:47.654')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'f64ea363-c8b0-11eb-8dad-76c534593a99'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 07:32:47.654') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000184 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
use vid_openecomp_epsdk;
SET timestamp=1623223967;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000243 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223967;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:46.665731' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000235 Lock_time: 0.000083 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223967;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:46.665727' order by MODIFIED_DATE ASC limit 1;
# User@Host: so_user[so_user] @ [10.233.73.133]
# Thread_id: 13763 Schema: camundabpmn QC_hit: No
# Query_time: 0.000411 Lock_time: 0.000163 Rows_sent: 0 Rows_examined: 1
# Rows_affected: 0 Bytes_sent: 356
use camundabpmn;
SET timestamp=1623223967;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 07:32:47.682'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 07:32:47.682')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'f64ea363-c8b0-11eb-8dad-76c534593a99'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 07:32:47.682') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# Time: 210609 7:32:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14118 Schema: QC_hit: No
# Query_time: 0.000222 Lock_time: 0.000125 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223968;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14118 Schema: QC_hit: No
# Query_time: 0.000143 Lock_time: 0.000094 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223968;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: so_user[so_user] @ [10.233.73.133]
# Thread_id: 13763 Schema: camundabpmn QC_hit: No
# Query_time: 0.000841 Lock_time: 0.000279 Rows_sent: 1 Rows_examined: 4
# Rows_affected: 0 Bytes_sent: 439
SET timestamp=1623223968;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 07:32:48.483'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 07:32:48.483')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'f64ea363-c8b0-11eb-8dad-76c534593a99'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 07:32:48.483') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# User@Host: so_user[so_user] @ [10.233.73.133]
# Thread_id: 13763 Schema: camundabpmn QC_hit: No
# Query_time: 0.000517 Lock_time: 0.000179 Rows_sent: 0 Rows_examined: 2
# Rows_affected: 0 Bytes_sent: 356
SET timestamp=1623223968;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 07:32:48.491'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 07:32:48.491')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'f64ea363-c8b0-11eb-8dad-76c534593a99'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 07:32:48.491') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000468 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
use vid_openecomp_epsdk;
SET timestamp=1623223968;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000408 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223968;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:47.666244' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000383 Lock_time: 0.000213 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223968;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:47.666283' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:32:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14119 Schema: QC_hit: No
# Query_time: 0.000180 Lock_time: 0.000102 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223969;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14119 Schema: QC_hit: No
# Query_time: 0.000140 Lock_time: 0.000096 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223969;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: so_user[so_user] @ [10.233.73.133]
# Thread_id: 13763 Schema: camundabpmn QC_hit: No
# Query_time: 0.033218 Lock_time: 0.032788 Rows_sent: 1 Rows_examined: 4
# Rows_affected: 0 Bytes_sent: 439
use camundabpmn;
SET timestamp=1623223969;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 07:32:49.463'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 07:32:49.463')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'f64ea363-c8b0-11eb-8dad-76c534593a99'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 07:32:49.463') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# User@Host: so_user[so_user] @ [10.233.73.133]
# Thread_id: 13763 Schema: camundabpmn QC_hit: No
# Query_time: 0.000384 Lock_time: 0.000149 Rows_sent: 0 Rows_examined: 2
# Rows_affected: 0 Bytes_sent: 356
SET timestamp=1623223969;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 07:32:49.505'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 07:32:49.505')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'f64ea363-c8b0-11eb-8dad-76c534593a99'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 07:32:49.505') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000336 Lock_time: 0.000100 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
use vid_openecomp_epsdk;
SET timestamp=1623223969;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000268 Lock_time: 0.000069 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223969;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:48.665652' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000360 Lock_time: 0.000138 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223969;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:48.665689' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:32:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000454 Lock_time: 0.000303 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223970;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000387 Lock_time: 0.000130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223970;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:49.66631' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000188 Lock_time: 0.000076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223970;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:49.666222' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:32:51
# User@Host: so_user[so_user] @ [10.233.73.133]
# Thread_id: 13763 Schema: camundabpmn QC_hit: No
# Query_time: 0.023915 Lock_time: 0.022950 Rows_sent: 0 Rows_examined: 1
# Rows_affected: 0 Bytes_sent: 356
use camundabpmn;
SET timestamp=1623223971;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 07:32:51.446'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 07:32:51.446')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'f64ea363-c8b0-11eb-8dad-76c534593a99'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 07:32:51.446') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# User@Host: so_user[so_user] @ [10.233.73.133]
# Thread_id: 13763 Schema: camundabpmn QC_hit: No
# Query_time: 0.000415 Lock_time: 0.000172 Rows_sent: 0 Rows_examined: 1
# Rows_affected: 0 Bytes_sent: 356
SET timestamp=1623223971;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 07:32:51.474'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 07:32:51.474')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'f64ea363-c8b0-11eb-8dad-76c534593a99'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 07:32:51.474') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000945 Lock_time: 0.000777 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
use vid_openecomp_epsdk;
SET timestamp=1623223971;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:50.665781' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000963 Lock_time: 0.000792 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223971;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:50.665839' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000514 Lock_time: 0.000416 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223971;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:32:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000652 Lock_time: 0.000476 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223972;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:51.666284' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001072 Lock_time: 0.000876 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223972;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:32:53
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000963 Lock_time: 0.000744 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223973;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:52.667269' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000830 Lock_time: 0.000618 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223973;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:52.66728' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:32:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000289 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223974;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000428 Lock_time: 0.000085 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223974;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000190 Lock_time: 0.000070 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223974;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:53.666073' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:32:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000282 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223975;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:54.666493' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000274 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223975;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:54.666418' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:32:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001181 Lock_time: 0.001007 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223976;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000636 Lock_time: 0.000468 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223976;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:55.665786' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001409 Lock_time: 0.000949 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223976;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:32:57
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001074 Lock_time: 0.000897 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223977;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000345 Lock_time: 0.000171 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223977;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:56.666408' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:32:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14122 Schema: QC_hit: No
# Query_time: 0.000240 Lock_time: 0.000119 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223978;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14122 Schema: QC_hit: No
# Query_time: 0.000196 Lock_time: 0.000138 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223978;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000299 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223978;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000737 Lock_time: 0.000174 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223978;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002798 Lock_time: 0.002608 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223978;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:57.665666' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:32:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14123 Schema: QC_hit: No
# Query_time: 0.000210 Lock_time: 0.000112 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223979;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14123 Schema: QC_hit: No
# Query_time: 0.000179 Lock_time: 0.000131 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223979;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001437 Lock_time: 0.001299 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223979;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:58.666395' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001533 Lock_time: 0.001362 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223979;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:58.666202' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:33:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000310 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223980;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000471 Lock_time: 0.000092 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223980;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000191 Lock_time: 0.000073 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223980;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:32:59.665784' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:33:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000407 Lock_time: 0.000137 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223981;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000240 Lock_time: 0.000074 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223981;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:00.666339' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:33:02
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000236 Lock_time: 0.000076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223982;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000300 Lock_time: 0.000094 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223982;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:01.665595' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:33:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000637 Lock_time: 0.000259 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223983;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000211 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223983;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:02.666151' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:33:04
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000360 Lock_time: 0.000209 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223984;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:03.66552' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001717 Lock_time: 0.000910 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223984;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:33:05
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000737 Lock_time: 0.000562 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223985;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:04.666067' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001668 Lock_time: 0.001143 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223985;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:33:06
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000330 Lock_time: 0.000123 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223986;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000848 Lock_time: 0.000144 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223986;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.006144 Lock_time: 0.006016 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223986;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:05.66571' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:33:07
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000574 Lock_time: 0.000166 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223987;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000793 Lock_time: 0.000661 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223987;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:06.666377' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001457 Lock_time: 0.001352 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223987;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:06.666226' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:33:08
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14126 Schema: QC_hit: No
# Query_time: 0.000201 Lock_time: 0.000121 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223988;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14126 Schema: QC_hit: No
# Query_time: 0.000161 Lock_time: 0.000092 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223988;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001285 Lock_time: 0.001101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223988;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:07.665601' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001716 Lock_time: 0.001621 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223988;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:07.66557' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:33:09
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14127 Schema: QC_hit: No
# Query_time: 0.000194 Lock_time: 0.000115 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223989;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14127 Schema: QC_hit: No
# Query_time: 0.000185 Lock_time: 0.000136 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223989;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000155 Lock_time: 0.000058 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223989;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000149 Lock_time: 0.000056 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223989;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:08.66605' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:33:10
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000348 Lock_time: 0.000186 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223990;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:09.665542' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000454 Lock_time: 0.000352 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223990;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:09.665545' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:33:11
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000490 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223991;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000150 Lock_time: 0.000060 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223991;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:33:12
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002020 Lock_time: 0.001588 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223992;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002223 Lock_time: 0.002102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223992;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:33:13
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000741 Lock_time: 0.000554 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223993;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:12.666288' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000894 Lock_time: 0.000406 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223993;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:12.666468' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:33:14
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000492 Lock_time: 0.000313 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223994;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001727 Lock_time: 0.001576 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223994;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:13.66567' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001951 Lock_time: 0.001572 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223994;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:13.665679' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:33:15
# User@Host: so_user[so_user] @ [10.233.73.133]
# Thread_id: 13763 Schema: camundabpmn QC_hit: No
# Query_time: 0.735986 Lock_time: 0.735639 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 356
use camundabpmn;
SET timestamp=1623223995;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 07:33:14.967'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 07:33:14.967')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'f64ea363-c8b0-11eb-8dad-76c534593a99'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 07:33:14.967') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000284 Lock_time: 0.000124 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
use vid_openecomp_epsdk;
SET timestamp=1623223995;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:14.666338' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001730 Lock_time: 0.001444 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223995;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: so_user[so_user] @ [10.233.73.133]
# Thread_id: 13763 Schema: camundabpmn QC_hit: No
# Query_time: 0.000381 Lock_time: 0.000153 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 356
use camundabpmn;
SET timestamp=1623223995;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 07:33:15.709'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 07:33:15.709')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'f64ea363-c8b0-11eb-8dad-76c534593a99'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 07:33:15.709') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# Time: 210609 7:33:16
# User@Host: so_user[so_user] @ [10.233.73.133]
# Thread_id: 13763 Schema: camundabpmn QC_hit: No
# Query_time: 0.000863 Lock_time: 0.000336 Rows_sent: 1 Rows_examined: 2
# Rows_affected: 0 Bytes_sent: 439
SET timestamp=1623223996;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 07:33:16.432'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 07:33:16.432')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'f64ea363-c8b0-11eb-8dad-76c534593a99'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 07:33:16.432') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# User@Host: so_user[so_user] @ [10.233.73.133]
# Thread_id: 13763 Schema: camundabpmn QC_hit: No
# Query_time: 0.000454 Lock_time: 0.000188 Rows_sent: 0 Rows_examined: 1
# Rows_affected: 0 Bytes_sent: 356
SET timestamp=1623223996;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 07:33:16.44'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 07:33:16.44')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'f64ea363-c8b0-11eb-8dad-76c534593a99'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 07:33:16.44') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000777 Lock_time: 0.000388 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
use vid_openecomp_epsdk;
SET timestamp=1623223996;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000260 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223996;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:15.665834' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000425 Lock_time: 0.000193 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223996;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:15.66578' order by MODIFIED_DATE ASC limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14129 Schema: QC_hit: No
# Query_time: 0.000306 Lock_time: 0.000190 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223996;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14129 Schema: QC_hit: No
# Query_time: 0.000258 Lock_time: 0.000159 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223996;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 7:33:17
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000333 Lock_time: 0.000150 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223997;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000241 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223997;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:16.666376' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:33:18
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14131 Schema: QC_hit: No
# Query_time: 0.000238 Lock_time: 0.000140 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223998;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14131 Schema: QC_hit: No
# Query_time: 0.000175 Lock_time: 0.000127 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223998;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000308 Lock_time: 0.000121 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223998;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000324 Lock_time: 0.000070 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223998;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:17.665748' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000278 Lock_time: 0.000087 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223998;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:17.665886' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:33:19
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14132 Schema: QC_hit: No
# Query_time: 0.000244 Lock_time: 0.000157 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623223999;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14132 Schema: QC_hit: No
# Query_time: 0.000162 Lock_time: 0.000112 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623223999;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000452 Lock_time: 0.000093 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223999;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000323 Lock_time: 0.000152 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623223999;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:18.666346' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:33:20
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000764 Lock_time: 0.000598 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224000;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:19.66597' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001341 Lock_time: 0.001146 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224000;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001615 Lock_time: 0.001208 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224000;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:33:21
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000240 Lock_time: 0.000081 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224001;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:20.665621' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001527 Lock_time: 0.001419 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224001;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:20.665538' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:33:22
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000315 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224002;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001159 Lock_time: 0.001041 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224002;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:21.666157' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:33:23
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000527 Lock_time: 0.000382 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224003;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000195 Lock_time: 0.000076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224003;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:22.665514' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:33:24
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000593 Lock_time: 0.000448 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224004;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000262 Lock_time: 0.000130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224004;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:23.666201' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:33:25
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000523 Lock_time: 0.000113 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224005;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000187 Lock_time: 0.000064 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224005;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:24.66579' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:33:26
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000318 Lock_time: 0.000135 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224006;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000491 Lock_time: 0.000108 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224006;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:33:27
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000262 Lock_time: 0.000101 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224007;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000272 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224007;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:26.665563' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:33:28
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14135 Schema: QC_hit: No
# Query_time: 0.000184 Lock_time: 0.000110 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623224008;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14135 Schema: QC_hit: No
# Query_time: 0.000131 Lock_time: 0.000085 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623224008;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000566 Lock_time: 0.000372 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224008;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000222 Lock_time: 0.000095 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224008;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:27.666003' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:33:29
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14136 Schema: QC_hit: No
# Query_time: 0.000307 Lock_time: 0.000169 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623224009;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14136 Schema: QC_hit: No
# Query_time: 0.000168 Lock_time: 0.000117 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623224009;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000884 Lock_time: 0.000729 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224009;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000287 Lock_time: 0.000110 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224009;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:28.665536' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000283 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224009;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:28.665602' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:33:30
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001516 Lock_time: 0.001284 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224010;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:29.665965' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001507 Lock_time: 0.001293 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224010;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:29.666125' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:33:31
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000928 Lock_time: 0.000461 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224011;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001297 Lock_time: 0.001196 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224011;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001195 Lock_time: 0.001050 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224011;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:30.66582' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:33:32
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000773 Lock_time: 0.000611 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224012;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:31.666657' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001404 Lock_time: 0.001317 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224012;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:33:33
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000566 Lock_time: 0.000414 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224013;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:32.667419' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001584 Lock_time: 0.001027 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224013;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:33:34
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000510 Lock_time: 0.000311 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224014;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000208 Lock_time: 0.000061 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224014;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:33.66589' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000480 Lock_time: 0.000330 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224014;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:33.665762' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:33:35
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000256 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224015;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000765 Lock_time: 0.000625 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224015;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:34.666235' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:33:36
# User@Host: so_user[so_user] @ [10.233.73.133]
# Thread_id: 13763 Schema: camundabpmn QC_hit: No
# Query_time: 0.000434 Lock_time: 0.000172 Rows_sent: 0 Rows_examined: 1
# Rows_affected: 0 Bytes_sent: 356
use camundabpmn;
SET timestamp=1623224016;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 07:33:36.625'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 07:33:36.625')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'f64ea363-c8b0-11eb-8dad-76c534593a99'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 07:33:36.625') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000824 Lock_time: 0.000660 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
use vid_openecomp_epsdk;
SET timestamp=1623224016;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:35.665874' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001493 Lock_time: 0.001321 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224016;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:33:37
# User@Host: so_user[so_user] @ [10.233.73.133]
# Thread_id: 13763 Schema: camundabpmn QC_hit: No
# Query_time: 0.013903 Lock_time: 0.013446 Rows_sent: 1 Rows_examined: 2
# Rows_affected: 0 Bytes_sent: 439
use camundabpmn;
SET timestamp=1623224017;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 07:33:37.318'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 07:33:37.318')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'f64ea363-c8b0-11eb-8dad-76c534593a99'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 07:33:37.318') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# User@Host: so_user[so_user] @ [10.233.73.133]
# Thread_id: 13763 Schema: camundabpmn QC_hit: No
# Query_time: 0.000406 Lock_time: 0.000160 Rows_sent: 0 Rows_examined: 1
# Rows_affected: 0 Bytes_sent: 356
SET timestamp=1623224017;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 07:33:37.339'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 07:33:37.339')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'f64ea363-c8b0-11eb-8dad-76c534593a99'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 07:33:37.339') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001099 Lock_time: 0.000770 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
use vid_openecomp_epsdk;
SET timestamp=1623224017;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000489 Lock_time: 0.000284 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224017;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:36.666483' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:33:38
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14139 Schema: QC_hit: No
# Query_time: 0.000202 Lock_time: 0.000123 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623224018;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14139 Schema: QC_hit: No
# Query_time: 0.000276 Lock_time: 0.000178 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623224018;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001412 Lock_time: 0.001201 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224018;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:37.666225' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001572 Lock_time: 0.001233 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224018;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:37.666042' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:33:39
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14140 Schema: QC_hit: No
# Query_time: 0.000245 Lock_time: 0.000133 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623224019;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14140 Schema: QC_hit: No
# Query_time: 0.000171 Lock_time: 0.000107 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623224019;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: so_user[so_user] @ [10.233.73.133]
# Thread_id: 13763 Schema: camundabpmn QC_hit: No
# Query_time: 0.109807 Lock_time: 0.109223 Rows_sent: 0 Rows_examined: 1
# Rows_affected: 0 Bytes_sent: 356
use camundabpmn;
SET timestamp=1623224019;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 07:33:39.482'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 07:33:39.482')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'f64ea363-c8b0-11eb-8dad-76c534593a99'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 07:33:39.482') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# User@Host: so_user[so_user] @ [10.233.73.133]
# Thread_id: 13763 Schema: camundabpmn QC_hit: No
# Query_time: 0.000549 Lock_time: 0.000236 Rows_sent: 0 Rows_examined: 1
# Rows_affected: 0 Bytes_sent: 356
SET timestamp=1623224019;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 07:33:39.595'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 07:33:39.595')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'f64ea363-c8b0-11eb-8dad-76c534593a99'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 07:33:39.595') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000279 Lock_time: 0.000106 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
use vid_openecomp_epsdk;
SET timestamp=1623224019;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000360 Lock_time: 0.000197 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224019;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:38.665682' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:33:40
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000342 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224020;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:39.666414' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000523 Lock_time: 0.000370 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224020;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:39.666189' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:33:41
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000440 Lock_time: 0.000177 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224021;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000229 Lock_time: 0.000112 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224021;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:40.665886' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000489 Lock_time: 0.000105 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224021;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:33:42
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000237 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224022;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:41.666275' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000296 Lock_time: 0.000111 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224022;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:41.666065' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:33:43
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000940 Lock_time: 0.000762 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224023;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:42.665808' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001012 Lock_time: 0.000773 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224023;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:42.665872' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:33:44
# User@Host: so_user[so_user] @ [10.233.73.133]
# Thread_id: 13763 Schema: camundabpmn QC_hit: No
# Query_time: 0.000751 Lock_time: 0.000294 Rows_sent: 0 Rows_examined: 1
# Rows_affected: 0 Bytes_sent: 356
use camundabpmn;
SET timestamp=1623224024;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 07:33:44.596'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 07:33:44.596')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'f64ea363-c8b0-11eb-8dad-76c534593a99'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 07:33:44.596') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000436 Lock_time: 0.000080 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
use vid_openecomp_epsdk;
SET timestamp=1623224024;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000536 Lock_time: 0.000130 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224024;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001389 Lock_time: 0.001201 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224024;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:43.666125' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:33:45
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000504 Lock_time: 0.000317 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224025;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:44.665643' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000526 Lock_time: 0.000301 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224025;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:44.66585' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:33:46
# User@Host: so_user[so_user] @ [10.233.73.133]
# Thread_id: 13763 Schema: camundabpmn QC_hit: No
# Query_time: 0.000902 Lock_time: 0.000339 Rows_sent: 1 Rows_examined: 4
# Rows_affected: 0 Bytes_sent: 439
use camundabpmn;
SET timestamp=1623224026;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 07:33:46.581'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 07:33:46.581')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'f64ea363-c8b0-11eb-8dad-76c534593a99'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 07:33:46.581') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# User@Host: so_user[so_user] @ [10.233.73.133]
# Thread_id: 13763 Schema: camundabpmn QC_hit: No
# Query_time: 0.000428 Lock_time: 0.000177 Rows_sent: 0 Rows_examined: 2
# Rows_affected: 0 Bytes_sent: 356
SET timestamp=1623224026;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 07:33:46.588'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 07:33:46.588')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'f64ea363-c8b0-11eb-8dad-76c534593a99'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 07:33:46.588') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14142 Schema: QC_hit: No
# Query_time: 0.003361 Lock_time: 0.003285 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623224026;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002662 Lock_time: 0.002492 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
use vid_openecomp_epsdk;
SET timestamp=1623224026;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002043 Lock_time: 0.001877 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224026;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:45.666305' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002900 Lock_time: 0.002518 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224026;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14142 Schema: QC_hit: No
# Query_time: 0.000230 Lock_time: 0.000155 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623224026;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# Time: 210609 7:33:47
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000203 Lock_time: 0.000079 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224027;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000494 Lock_time: 0.000126 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224027;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000358 Lock_time: 0.000195 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224027;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:46.665623' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:33:48
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14144 Schema: QC_hit: No
# Query_time: 0.000202 Lock_time: 0.000122 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623224028;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14144 Schema: QC_hit: No
# Query_time: 0.000172 Lock_time: 0.000113 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623224028;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000656 Lock_time: 0.000144 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224028;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000236 Lock_time: 0.000131 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224028;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:33:49
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14145 Schema: QC_hit: No
# Query_time: 0.000231 Lock_time: 0.000135 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623224029;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14145 Schema: QC_hit: No
# Query_time: 0.000132 Lock_time: 0.000086 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623224029;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000279 Lock_time: 0.000096 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224029;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:48.665687' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000362 Lock_time: 0.000116 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224029;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:48.665624' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:33:50
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000330 Lock_time: 0.000167 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224030;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000581 Lock_time: 0.000173 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224030;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000399 Lock_time: 0.000187 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224030;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:49.666303' order by MODIFIED_DATE ASC limit 1;
# User@Host: so_user[so_user] @ [10.233.73.133]
# Thread_id: 13763 Schema: camundabpmn QC_hit: No
# Query_time: 0.022096 Lock_time: 0.021665 Rows_sent: 2 Rows_examined: 6
# Rows_affected: 0 Bytes_sent: 545
use camundabpmn;
SET timestamp=1623224030;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 07:33:50.863'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 07:33:50.863')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'f64ea363-c8b0-11eb-8dad-76c534593a99'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 07:33:50.863') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# User@Host: so_user[so_user] @ [10.233.73.133]
# Thread_id: 13763 Schema: camundabpmn QC_hit: No
# Query_time: 0.000374 Lock_time: 0.000150 Rows_sent: 0 Rows_examined: 3
# Rows_affected: 0 Bytes_sent: 356
SET timestamp=1623224030;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 07:33:50.892'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 07:33:50.892')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'f64ea363-c8b0-11eb-8dad-76c534593a99'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 07:33:50.892') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# User@Host: so_user[so_user] @ [10.233.73.133]
# Thread_id: 13763 Schema: camundabpmn QC_hit: No
# Query_time: 0.000643 Lock_time: 0.000248 Rows_sent: 0 Rows_examined: 2
# Rows_affected: 0 Bytes_sent: 356
SET timestamp=1623224030;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 07:33:50.916'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 07:33:50.916')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'f64ea363-c8b0-11eb-8dad-76c534593a99'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 07:33:50.916') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# User@Host: so_user[so_user] @ [10.233.73.133]
# Thread_id: 13763 Schema: camundabpmn QC_hit: No
# Query_time: 0.000428 Lock_time: 0.000161 Rows_sent: 0 Rows_examined: 2
# Rows_affected: 0 Bytes_sent: 356
SET timestamp=1623224030;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 07:33:50.92'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 07:33:50.92')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'f64ea363-c8b0-11eb-8dad-76c534593a99'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 07:33:50.92') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# Time: 210609 7:33:51
# User@Host: so_user[so_user] @ [10.233.73.133]
# Thread_id: 13763 Schema: camundabpmn QC_hit: No
# Query_time: 0.000836 Lock_time: 0.000301 Rows_sent: 1 Rows_examined: 4
# Rows_affected: 0 Bytes_sent: 439
SET timestamp=1623224031;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 07:33:51.304'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 07:33:51.304')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'f64ea363-c8b0-11eb-8dad-76c534593a99'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 07:33:51.304') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# User@Host: so_user[so_user] @ [10.233.73.133]
# Thread_id: 13763 Schema: camundabpmn QC_hit: No
# Query_time: 0.000527 Lock_time: 0.000228 Rows_sent: 0 Rows_examined: 2
# Rows_affected: 0 Bytes_sent: 356
SET timestamp=1623224031;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 07:33:51.314'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 07:33:51.314')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'f64ea363-c8b0-11eb-8dad-76c534593a99'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 07:33:51.314') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001038 Lock_time: 0.000856 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
use vid_openecomp_epsdk;
SET timestamp=1623224031;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:50.66584' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002130 Lock_time: 0.001448 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224031;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:33:52
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001816 Lock_time: 0.001562 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224032;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001095 Lock_time: 0.000847 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224032;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:51.666154' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002537 Lock_time: 0.001804 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224032;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: so_user[so_user] @ [10.233.73.133]
# Thread_id: 13763 Schema: camundabpmn QC_hit: No
# Query_time: 0.007956 Lock_time: 0.007485 Rows_sent: 0 Rows_examined: 1
# Rows_affected: 0 Bytes_sent: 356
use camundabpmn;
SET timestamp=1623224032;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 07:33:52.912'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 07:33:52.912')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'f64ea363-c8b0-11eb-8dad-76c534593a99'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 07:33:52.912') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# User@Host: so_user[so_user] @ [10.233.73.133]
# Thread_id: 13763 Schema: camundabpmn QC_hit: No
# Query_time: 0.000477 Lock_time: 0.000191 Rows_sent: 0 Rows_examined: 1
# Rows_affected: 0 Bytes_sent: 356
SET timestamp=1623224032;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 07:33:52.923'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 07:33:52.923')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'f64ea363-c8b0-11eb-8dad-76c534593a99'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 07:33:52.923') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# Time: 210609 7:33:53
# User@Host: so_user[so_user] @ [10.233.73.133]
# Thread_id: 13763 Schema: camundabpmn QC_hit: No
# Query_time: 0.000823 Lock_time: 0.000295 Rows_sent: 1 Rows_examined: 4
# Rows_affected: 0 Bytes_sent: 439
SET timestamp=1623224033;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 07:33:53.039'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 07:33:53.039')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'f64ea363-c8b0-11eb-8dad-76c534593a99'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 07:33:53.039') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# User@Host: so_user[so_user] @ [10.233.73.133]
# Thread_id: 13763 Schema: camundabpmn QC_hit: No
# Query_time: 0.000501 Lock_time: 0.000198 Rows_sent: 0 Rows_examined: 2
# Rows_affected: 0 Bytes_sent: 356
SET timestamp=1623224033;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 07:33:53.046'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 07:33:53.046')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'f64ea363-c8b0-11eb-8dad-76c534593a99'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 07:33:53.046') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# User@Host: so_user[so_user] @ [10.233.73.133]
# Thread_id: 13763 Schema: camundabpmn QC_hit: No
# Query_time: 0.005372 Lock_time: 0.004943 Rows_sent: 1 Rows_examined: 1
# Rows_affected: 0 Bytes_sent: 439
SET timestamp=1623224033;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 07:33:53.138'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 07:33:53.138')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'f64ea363-c8b0-11eb-8dad-76c534593a99'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 07:33:53.138') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# User@Host: so_user[so_user] @ [10.233.73.133]
# Thread_id: 13763 Schema: camundabpmn QC_hit: No
# Query_time: 0.000416 Lock_time: 0.000174 Rows_sent: 0 Rows_examined: 1
# Rows_affected: 0 Bytes_sent: 356
SET timestamp=1623224033;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 07:33:53.15'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 07:33:53.15')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'f64ea363-c8b0-11eb-8dad-76c534593a99'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 07:33:53.15') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# User@Host: so_user[so_user] @ [10.233.73.133]
# Thread_id: 13763 Schema: camundabpmn QC_hit: No
# Query_time: 0.009147 Lock_time: 0.008627 Rows_sent: 1 Rows_examined: 2
# Rows_affected: 0 Bytes_sent: 439
SET timestamp=1623224033;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 07:33:53.587'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 07:33:53.587')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'f64ea363-c8b0-11eb-8dad-76c534593a99'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 07:33:53.587') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# User@Host: so_user[so_user] @ [10.233.73.133]
# Thread_id: 13763 Schema: camundabpmn QC_hit: No
# Query_time: 0.000473 Lock_time: 0.000201 Rows_sent: 0 Rows_examined: 1
# Rows_affected: 0 Bytes_sent: 356
SET timestamp=1623224033;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 07:33:53.603'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 07:33:53.603')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'f64ea363-c8b0-11eb-8dad-76c534593a99'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 07:33:53.603') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000240 Lock_time: 0.000097 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
use vid_openecomp_epsdk;
SET timestamp=1623224033;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001340 Lock_time: 0.001229 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224033;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:52.665717' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001312 Lock_time: 0.001187 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224033;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:52.665628' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:33:54
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000371 Lock_time: 0.000205 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224034;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:53.6662' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001279 Lock_time: 0.001086 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224034;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001177 Lock_time: 0.000705 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224034;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:33:55
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000545 Lock_time: 0.000133 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224035;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000356 Lock_time: 0.000076 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224035;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:54.665607' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000369 Lock_time: 0.000241 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224035;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:54.665802' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:33:56
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000854 Lock_time: 0.000162 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224036;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000238 Lock_time: 0.000098 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224036;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:55.666152' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:33:57
# User@Host: so_user[so_user] @ [10.233.73.133]
# Thread_id: 13763 Schema: camundabpmn QC_hit: No
# Query_time: 0.004254 Lock_time: 0.003803 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 356
use camundabpmn;
SET timestamp=1623224037;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 07:33:57.247'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 07:33:57.247')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'f64ea363-c8b0-11eb-8dad-76c534593a99'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 07:33:57.247') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# User@Host: so_user[so_user] @ [10.233.73.133]
# Thread_id: 13763 Schema: camundabpmn QC_hit: No
# Query_time: 0.000367 Lock_time: 0.000163 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 356
SET timestamp=1623224037;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 07:33:57.254'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 07:33:57.254')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'f64ea363-c8b0-11eb-8dad-76c534593a99'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 07:33:57.254') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001544 Lock_time: 0.001356 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
use vid_openecomp_epsdk;
SET timestamp=1623224037;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000966 Lock_time: 0.000720 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224037;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:56.665553' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001891 Lock_time: 0.001364 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224037;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:33:58
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14148 Schema: QC_hit: No
# Query_time: 0.000224 Lock_time: 0.000144 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623224038;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14148 Schema: QC_hit: No
# Query_time: 0.000224 Lock_time: 0.000171 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623224038;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.001024 Lock_time: 0.000885 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224038;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:57.66611' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.002493 Lock_time: 0.001182 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224038;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# Time: 210609 7:33:59
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14149 Schema: QC_hit: No
# Query_time: 0.000182 Lock_time: 0.000102 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 695
SET timestamp=1623224039;
SELECT
page_size, buffer_pool_instance, pages_used, pages_free, relocation_ops, relocation_time
FROM information_schema.innodb_cmpmem;
# User@Host: root[root] @ [127.0.0.1]
# Thread_id: 14149 Schema: QC_hit: No
# Query_time: 0.000189 Lock_time: 0.000136 Rows_sent: 5 Rows_examined: 5
# Rows_affected: 0 Bytes_sent: 659
SET timestamp=1623224039;
SELECT
page_size, compress_ops, compress_ops_ok, compress_time, uncompress_ops, uncompress_time
FROM information_schema.innodb_cmp;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000480 Lock_time: 0.000091 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224039;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000238 Lock_time: 0.000102 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224039;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000332 Lock_time: 0.000142 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224039;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:58.669263' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:34:00
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000639 Lock_time: 0.000132 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224040;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000243 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224040;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:59.666221' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000350 Lock_time: 0.000078 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224040;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:33:59.666191' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:34:01
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000240 Lock_time: 0.000082 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224041;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 798 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000438 Lock_time: 0.000319 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224041;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:34:00.665627' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:34:02
# User@Host: so_user[so_user] @ [10.233.73.133]
# Thread_id: 13763 Schema: camundabpmn QC_hit: No
# Query_time: 0.001994 Lock_time: 0.001628 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 356
use camundabpmn;
SET timestamp=1623224042;
select RES.ID_,
RES.REV_,
RES.DUEDATE_,
RES.PROCESS_INSTANCE_ID_,
RES.EXCLUSIVE_
from ACT_RU_JOB RES
where (RES.RETRIES_ > 0)
and (
RES.DUEDATE_ is null or
RES.DUEDATE_ <= '2021-06-09 07:34:02.255'
)
and (RES.LOCK_OWNER_ is null or RES.LOCK_EXP_TIME_ < '2021-06-09 07:34:02.255')
and RES.SUSPENSION_STATE_ = 1
and (RES.DEPLOYMENT_ID_ is null
or
( RES.DEPLOYMENT_ID_ IN
(
'f64ea363-c8b0-11eb-8dad-76c534593a99'
)
)
)
and (
(
RES.EXCLUSIVE_ = 1
and not exists(
select J2.ID_ from ACT_RU_JOB J2
where J2.PROCESS_INSTANCE_ID_ = RES.PROCESS_INSTANCE_ID_ -- from the same proc. inst.
and (J2.EXCLUSIVE_ = 1) -- also exclusive
and (J2.LOCK_OWNER_ is not null and J2.LOCK_EXP_TIME_ >= '2021-06-09 07:34:02.255') -- in progress
)
)
or
RES.EXCLUSIVE_ = 0
)
LIMIT 3 OFFSET 0;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000635 Lock_time: 0.000153 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
use vid_openecomp_epsdk;
SET timestamp=1623224042;
select vid_job.* from VID_JOB left join
(select user_Id, 1 as has_any_in_progress_job from VID_JOB where JOB_STATUS = 'IN_PROGRESS' or TAKEN_BY IS NOT NULL
group by user_id) users_have_any_in_progress_job_tbl
on vid_job.user_id = users_have_any_in_progress_job_tbl.user_id where JOB_STATUS = 'PENDING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and (
select sum(CASE WHEN JOB_STATUS='IN_PROGRESS' or (JOB_STATUS='PENDING' and TAKEN_BY IS NOT NULL) THEN 1 ELSE 0 END) as in_progress
from VID_JOB ) <200
and TEMPLATE_Id not in
(select TEMPLATE_Id from vid_job where TEMPLATE_Id IS NOT NULL and( (JOB_STATUS IN('FAILED','FAILED_AND_PAUSED') and DELETED_AT is null) or JOB_STATUS='IN_PROGRESS' or TAKEN_BY IS NOT NULL))
order by has_any_in_progress_job, CREATED_DATE, INDEX_IN_BULK limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000173 Lock_time: 0.000057 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224042;
select * from VID_JOB where JOB_STATUS = 'RESOURCE_IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <= '2021-06-09 07:34:01.666178' order by MODIFIED_DATE ASC limit 1;
# Time: 210609 7:34:03
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 797 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000234 Lock_time: 0.000077 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224043;
select * from VID_JOB where JOB_STATUS = 'CREATING' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' order by MODIFIED_DATE ASC limit 1;
# User@Host: vidadmin[vidadmin] @ [10.233.68.248]
# Thread_id: 711 Schema: vid_openecomp_epsdk QC_hit: No
# Query_time: 0.000389 Lock_time: 0.000191 Rows_sent: 0 Rows_examined: 0
# Rows_affected: 0 Bytes_sent: 1018
SET timestamp=1623224043;
select * from VID_JOB where JOB_STATUS = 'IN_PROGRESS' and TAKEN_BY is null and DELETED_AT is null and BUILD = '8.0.2..677' and MODIFIED_DATE <